| /cts/tests/media/src/android/mediav2/cts/ |
| D | CodecDecoderTest.java | 348 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 416 int colorFormat = mIsAudio ? 0 : format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in testSimpleDecode() local 548 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush() 557 int colorFormat = 0; in testFlushNative() local 758 int colorFormat, StringBuilder retMsg); in nativeTestOnlyEos() 767 int colorFormat = 0; in testOnlyEosNative() local 850 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestSimpleDecodeQueueCSD() 865 int colorFormat = mIsAudio ? 0 : format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in testSimpleDecodeQueueCSDNative() local
|
| D | VideoEncoderTest.java | 74 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams() 97 int colorFormat = (int) arg[5]; in prepareTestArgs() local
|
| D | CodecEncoderTest.java | 352 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSimpleEncodeNative() local 497 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testReconfigureNative() local 563 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testOnlyEosNative() local 657 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSetForceSyncFrameNative() local 745 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testAdaptiveBitRateNative() local
|
| D | CodecDecoderSurfaceTest.java | 484 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 505 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
|
| D | CodecEncoderSurfaceTest.java | 159 int colorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in CodecEncoderSurfaceTest() 884 String testFile, String muxFile, int colorFormat, boolean usePersistentSurface, in nativeTestSimpleEncode() 902 int colorFormat = mDecoderFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in testSimpleEncodeFromSurfaceNative() local
|
| D | EncoderProfileLevelTest.java | 122 private static List<Object[]> prepareTestArgs(Object[] arg, int[] profiles, int colorFormat) { in prepareTestArgs() 160 int width, int height, int frameRate, int colorFormat, int maxBframe, int[] profiles, in getVideoEncoderCfgParams()
|
| D | EncoderColorAspectsTest.java | 105 int[] ranges, int[] standards, int[] transfers, int colorFormat, int bitDepth) { in prepareArgsList()
|
| D | EncodeDecodeAccuracyTest.java | 185 int colorFormat, int bitDepth) { in getVideoEncoderCfgParams()
|
| /cts/tests/tests/media/codec/src/android/media/codec/cts/ |
| D | EncodeDecodeTest.java | 330 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType); in encodeDecodeVideoFromBuffer() local 384 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local 455 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local 468 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat() 486 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV() 998 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame() 1058 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
|
| D | DecodeEditEncodeTest.java | 178 int colorFormat, boolean isEncoder) { in hasSupportForColorFormat()
|
| D | MediaCodecTest.java | 585 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local 1973 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
|
| D | VideoCodecTestBase.java | 99 CodecProperties(String codecName, int colorFormat) { in CodecProperties() 104 public final int colorFormat; // Color format supported by codec. field in VideoCodecTestBase.CodecProperties
|
| /cts/tests/media/jni/ |
| D | NativeCodecDecoderTestCommon.cpp | 109 bool CodecDecoderTest::setUpExtractor(const char* srcFile, int colorFormat) { in setUpExtractor() 355 const char* refFile, int colorFormat, float rmsError, in testSimpleDecode() 419 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush() 516 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos() 547 int colorFormat) { in testSimpleDecodeQueueCSD()
|
| D | NativeCodecEncoderSurfaceTest.cpp | 138 bool CodecEncoderSurfaceTest::setUpExtractor(const char* srcFile, int colorFormat) { in setUpExtractor() 551 int colorFormat, bool usePersistentSurface) { in testSimpleEncode()
|
| /cts/tests/media/common/src/android/mediav2/common/cts/ |
| D | RawResource.java | 82 public Builder setColorFormat(int colorFormat) { in setColorFormat()
|
| D | CodecEncoderTestBase.java | 118 int colorFormat = -1; in findByteBufferColorFormat() local 280 public static String colorFormatToString(int colorFormat, int bitDepth) { in colorFormatToString()
|
| D | EncoderConfigParams.java | 373 public Builder setColorFormat(int colorFormat) { in setColorFormat()
|
| D | CodecTestBase.java | 625 public static boolean hasSupportForColorFormat(String name, String mediaType, int colorFormat) in hasSupportForColorFormat()
|
| /cts/tests/tests/media/common/src/android/media/cts/ |
| D | NdkMediaCodec.java | 68 int colorFormat, in AMediaCodecConfigure() 125 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in configure() local
|
| /cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
| D | ImageReaderDecoderTest.java | 329 boolean isColorFormatSupported(CodecCapabilities caps, int colorFormat) { in isColorFormatSupported() 341 int colorFormat = COLOR_FormatYUV420Flexible; in decodeTest() local
|
| /cts/tests/tests/media/common/jni/ |
| D | NdkMediaCodec-jni.cpp | 85 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
|
| /cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
| D | VideoEncoderTest.java | 336 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
|
| /cts/tests/video/src/android/video/cts/ |
| D | VideoEncoderDecoderTest.java | 976 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
|