Home
last modified time | relevance | path

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

/cts/tests/tests/media/libmediandkjni/
Dnative_media_source.h38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping) in Source()
Dnative_media_decoder_source.cpp60 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, in createDecoderSource()
70 int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping, bool regulate) in DecoderSource()
Dnative_media_encoder_jni.cpp262 int32_t w, int32_t h, int32_t colorFormat, in createMediaFormat()
Dnative-media-jni.cpp1059 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java431 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType); in encodeDecodeVideoFromBuffer() local
493 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local
565 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local
578 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
596 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV()
1108 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame()
1168 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
DNdkMediaCodec.java62 int colorFormat, in AMediaCodecConfigure()
108 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in configure() local
DImageReaderDecoderTest.java241 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local
249 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
DVpxCodecTestBase.java98 CodecProperties(String codecName, int colorFormat) { in CodecProperties()
103 public final int colorFormat; // Color format supported by codec. field in VpxCodecTestBase.CodecProperties
DMediaCodecTest.java366 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1716 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
DVideoEncoderTest.java250 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1268 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local