/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 296 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 …]
|
D | CodecTestBase.java | 1435 int colorFormat = -1; in findByteBufferColorFormat() local
|
/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-jni.cpp | 1059 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeDecodeTest.java | 436 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
|
D | NdkMediaCodec.java | 64 int colorFormat, in AMediaCodecConfigure() 121 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in configure() local
|
D | ImageReaderDecoderTest.java | 255 int colorFormat = COLOR_FormatYUV420Flexible; in videoDecode() local 263 MediaAsset asset, int imageFormat, int colorFormat, int mode, boolean checkSwirl) { in videoDecode()
|
D | VideoCodecTestBase.java | 102 CodecProperties(String codecName, int colorFormat) { in CodecProperties() 107 public final int colorFormat; // Color format supported by codec. field in VideoCodecTestBase.CodecProperties
|
D | MediaCodecTest.java | 550 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local 1900 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
|
D | VideoEncoderTest.java | 277 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() 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/ |
D | VideoEncoderDecoderTest.java | 1242 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
|