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.java296 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestSimpleEncode()
301 int colorFormat = -1; in testSimpleEncodeNative() local
403 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestFlush()
409 int colorFormat = -1; in testFlushNative() local
542 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestReconfigure()
548 int colorFormat = -1; in testReconfigureNative() local
608 int[] list2, int colorFormat); in nativeTestOnlyEos()
613 int colorFormat = -1; in testOnlyEosNative() local
699 int[] list0, int[] list1, int[] list2, int colorFormat); in nativeTestSetForceSyncFrame()
706 int colorFormat = -1; in testSetForceSyncFrameNative() local
[all …]
DCodecTestBase.java1435 int colorFormat = -1; in findByteBufferColorFormat() local
/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-jni.cpp1059 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java436 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType); in encodeDecodeVideoFromBuffer() local
498 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local
576 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local
589 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat()
607 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV()
1119 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame()
1179 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
DNdkMediaCodec.java64 int colorFormat, in AMediaCodecConfigure()
121 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in configure() local
DImageReaderDecoderTest.java255 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local
263 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
DVideoCodecTestBase.java102 CodecProperties(String codecName, int colorFormat) { in CodecProperties()
107 public final int colorFormat; // Color format supported by codec. field in VideoCodecTestBase.CodecProperties
DMediaCodecTest.java550 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1900 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
DVideoEncoderTest.java277 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp83 int len1, int32_t* list2, int len2, int colorFormat) in CodecEncoderTest()
867 jintArray jList2, jint colorFormat) { in nativeTestSimpleEncode()
892 jint colorFormat) { in nativeTestFlush()
917 jintArray jList2, jint colorFormat) { in nativeTestReconfigure()
943 jintArray jList1, jintArray jList2, jint colorFormat) { in nativeTestSetForceSyncFrame()
968 jintArray jList2, jint colorFormat) { in nativeTestAdaptiveBitRate()
993 jint colorFormat) { in nativeTestOnlyEos()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1242 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local