Skip to content

Commit

Permalink
HDR Test: Add link to tested method.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 485890141
  • Loading branch information
dway123 authored and microkatz committed Nov 8, 2022
1 parent 39d2830 commit bd4e58d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
import org.junit.Test;
import org.junit.runner.RunWith;

/** {@link Transformer} instrumentation test for applying an HDR frame edit. */
/**
* {@link Transformer} instrumentation test for applying an {@linkplain
* TransformationRequest.Builder#experimental_setEnableHdrEditing HDR frame edit}.
*/
@RunWith(AndroidJUnit4.class)
public class SetHdrEditingTest {
public static final String TAG = "SetHdrEditingTest";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
import org.junit.Test;
import org.junit.runner.RunWith;

/** {@link Transformer} instrumentation test for applying an HDR to SDR tone mapping edit. */
/**
* {@link Transformer} instrumentation test for applying an {@linkplain
* TransformationRequest.Builder#setEnableRequestSdrToneMapping HDR to SDR tone mapping edit}.
*/
@RunWith(AndroidJUnit4.class)
public class SetHdrToSdrToneMapTest {
public static final String TAG = "SetHdrToSdrToneMapTest";
Expand Down

0 comments on commit bd4e58d

Please sign in to comment.