/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 129 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/ |
D | native_media_source.h | 38 Source(int32_t w, int32_t h, int32_t colorFormat, float fps, bool looping) in Source()
|
D | native_media_decoder_source.cpp | 60 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()
|
D | native_media_encoder_jni.cpp | 262 int32_t w, int32_t h, int32_t colorFormat, in createMediaFormat()
|
D | native-media-jni.cpp | 1059 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeDecodeTest.java | 431 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
|
D | NdkMediaCodec.java | 62 int colorFormat, in AMediaCodecConfigure() 108 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in configure() local
|
D | ImageReaderDecoderTest.java | 241 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local 249 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
|
D | VpxCodecTestBase.java | 98 CodecProperties(String codecName, int colorFormat) { in CodecProperties() 103 public final int colorFormat; // Color format supported by codec. field in VpxCodecTestBase.CodecProperties
|
D | MediaCodecTest.java | 367 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local 1717 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
|
D | VideoEncoderTest.java | 250 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 83 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/ |
D | VideoEncoderDecoderTest.java | 1268 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
|