mirror of
https://github.com/androidx/media.git
synced 2025-05-07 15:40:37 +08:00
HDR Test: Add link to tested method.
PiperOrigin-RevId: 485890141 (cherry picked from commit bd4e58d68bd219154e3d90b0a1031236f8608e96)
This commit is contained in:
parent
dadf2812ec
commit
b949b6b5f3
@ -42,7 +42,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
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)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public class SetHdrEditingTest {
|
public class SetHdrEditingTest {
|
||||||
public static final String TAG = "SetHdrEditingTest";
|
public static final String TAG = "SetHdrEditingTest";
|
||||||
|
@ -35,7 +35,10 @@ import com.google.android.exoplayer2.util.Log;
|
|||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
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)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public class SetHdrToSdrToneMapTest {
|
public class SetHdrToSdrToneMapTest {
|
||||||
public static final String TAG = "SetHdrToSdrToneMapTest";
|
public static final String TAG = "SetHdrToSdrToneMapTest";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user