Searched defs:colorFormat (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeDecodeTest.java | 373 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
|
D | MediaCodecTest.java | 310 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local 1399 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
|
D | ImageReaderDecoderTest.java | 237 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local 245 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
|
D | Vp8CodecTestBase.java | 97 CodecProperties(String codecName, int colorFormat) { in CodecProperties() 106 public final int colorFormat; // Color format supported by codec. field in Vp8CodecTestBase.CodecProperties
|
D | DecoderTest.java | 1605 int colorFormat = oformat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in decodeWithChecks() local 1674 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
|
D | VideoEncoderTest.java | 211 String videoEncName, String outMime, int width, int height, int colorFormat) in initCodecsAndConfigureEncoder()
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | VideoEncoderDecoderTest.java | 1045 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
|