Home
last modified time | relevance | path

Searched refs:bitDepth (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DEncoderColorAspectsTest.java107 int[] ranges, int[] standards, int[] transfers, int colorFormat, int bitDepth) { in prepareArgsList() argument
130 .setInputBitDepth(bitDepth); in prepareArgsList()
131 if ((colorFormat == COLOR_FormatSurface && bitDepth == 10) in prepareArgsList()
142 colorFormatToString(colorFormat, bitDepth), in prepareArgsList()
DCodecEncoderSurfaceTest.java107 int frameRate, int bitDepth, int maxBFrames) { in getVideoEncoderCfgParams() argument
112 .setInputBitDepth(bitDepth) in getVideoEncoderCfgParams()
114 if (bitDepth == 10) { in getVideoEncoderCfgParams()
DEncodeDecodeAccuracyTest.java185 int colorFormat, int bitDepth) { in getVideoEncoderCfgParams() argument
195 .setInputBitDepth(bitDepth); in getVideoEncoderCfgParams()
196 if (colorFormat == COLOR_FormatSurface && bitDepth == 10) { in getVideoEncoderCfgParams()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java182 int bitDepth) { in MediaAsset() argument
187 mBitDepth = bitDepth; in MediaAsset()
198 public MediaAsset(String resource, int width, int height, int bitDepth) { in MediaAsset() argument
199 this(resource, width, height, true, bitDepth); in MediaAsset()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderTestBase.java282 public static String colorFormatToString(int colorFormat, int bitDepth) { in colorFormatToString() argument
289 if (bitDepth == 8) { in colorFormatToString()
291 } else if (bitDepth == 10) { in colorFormatToString()