Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java129 int colorFormat = -1; in findByteBufferColorFormat() local
336 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestSimpleEncode()
343 int colorFormat = -1; in testSimpleEncodeNative() local
444 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestFlush()
452 int colorFormat = -1; in testFlushNative() local
588 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestReconfigure()
596 int colorFormat = -1; in testReconfigureNative() local
657 int[] list2, int colorFormat); in nativeTestOnlyEos()
664 int colorFormat = -1; in testOnlyEosNative() local
752 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestSetForceSyncFrame()
[all …]
/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.java367 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1717 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
DVideoEncoderTest.java250 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp83 int len1, int32_t* list2, int len2, int colorFormat) in CodecEncoderTest()
861 jintArray jList2, jint colorFormat) { in nativeTestSimpleEncode()
886 jint colorFormat) { in nativeTestFlush()
911 jintArray jList2, jint colorFormat) { in nativeTestReconfigure()
937 jintArray jList1, jintArray jList2, jint colorFormat) { in nativeTestSetForceSyncFrame()
962 jintArray jList2, jint colorFormat) { in nativeTestAdaptiveBitRate()
987 jint colorFormat) { in nativeTestOnlyEos()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1268 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local