Searched defs:colorFormat (Results 1 – 4 of 4) sorted by relevance
308 int colorFormat = selectColorFormat(codecInfo, mMimeType); in encodeDecodeVideoFromBuffer() local373 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local457 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local470 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()488 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV()980 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame()1040 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
281 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local976 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
1381 int colorFormat = oformat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in decodeWithChecks() local1450 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
122 CodecProperties(String codecName, int colorFormat) { in CodecProperties()131 public final int colorFormat; // Color format supported by codec. field in Vp8CodecTestBase.CodecProperties