Home
last modified time | relevance | path

Searched defs:colorFormat (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java373 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType); in encodeDecodeVideoFromBuffer() local
435 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local
498 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local
511 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
529 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV()
1025 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame()
1085 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
DMediaCodecTest.java310 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1399 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
DImageReaderDecoderTest.java237 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local
245 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
DVp8CodecTestBase.java97 CodecProperties(String codecName, int colorFormat) { in CodecProperties()
106 public final int colorFormat; // Color format supported by codec. field in Vp8CodecTestBase.CodecProperties
DDecoderTest.java1605 int colorFormat = oformat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in decodeWithChecks() local
1674 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
DVideoEncoderTest.java211 String videoEncName, String outMime, int width, int height, int colorFormat) in initCodecsAndConfigureEncoder()
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java1045 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local