Home
last modified time | relevance | path

Searched defs:useHighBitDepth (Results 1 – 9 of 9) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DInputSurface.java65 private void eglSetup(boolean useHighBitDepth) { in eglSetup()
155 public InputSurface(Surface surface, boolean releaseSurface, boolean useHighBitDepth) { in InputSurface()
165 public InputSurface(Surface surface, boolean useHighBitDepth) { in InputSurface()
DOutputSurface.java71 public OutputSurface(int width, int height, boolean useHighBitDepth) { in OutputSurface()
75 public OutputSurface(int width, int height, boolean useHighBitDepth, boolean useYuvSampling) { in OutputSurface()
149 private void eglSetup(int width, int height, boolean useHighBitDepth, boolean useYuvSampling) { in eglSetup()
/cts/tests/tests/media/common/src/android/media/cts/
DInputSurface.java56 public InputSurface(Surface surface, boolean releaseSurface, boolean useHighBitDepth) { in InputSurface()
66 public InputSurface(Surface surface, boolean useHighBitDepth) { in InputSurface()
80 private void eglSetup(boolean useHighBitDepth) { in eglSetup()
DOutputSurface.java79 public OutputSurface(int width, int height, boolean useHighBitDepth) { in OutputSurface()
83 public OutputSurface(int width, int height, boolean useHighBitDepth, boolean secure) { in OutputSurface()
147 private void eglSetup(int width, int height, boolean useHighBitDepth) { in eglSetup()
/cts/tests/mediapc/src/android/mediapc/cts/
DExtYuvTargetSupportTest.java65 public ExtYuvTargetSupportTest(boolean useHighBitDepth) { in ExtYuvTargetSupportTest()
82 private void eglSetup(boolean useHighBitDepth) { in eglSetup()
DMultiTranscoderPerfTest.java183 int requiredMinInstances, boolean useHighBitDepth) throws Exception { in testCodec()
DCodecTranscoderTestBase.java75 boolean useHighBitDepth) { in CodecTranscoderTestBase()
404 boolean isAsync, boolean useHighBitDepth) { in Transcode()
/cts/tests/media/src/android/mediav2/cts/
DDecodeGlAccuracyTest.java269 int standard, int transfer, boolean useHighBitDepth, boolean useYuvSampling, in DecodeGlAccuracyTest()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DDecodeEditEncodeTest.java270 int height, int bitRate, boolean useHighBitDepth) { in DecodeEditEncodeTest()