/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 349 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 432 int colorFormat = mIsAudio ? 0 : format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in testSimpleDecode() local 564 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush() 573 int colorFormat = 0; in testFlushNative() local 774 int colorFormat, StringBuilder retMsg); in nativeTestOnlyEos() 783 int colorFormat = 0; in testOnlyEosNative() local 866 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestSimpleDecodeQueueCSD() 881 int colorFormat = mIsAudio ? 0 : format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in testSimpleDecodeQueueCSDNative() local
|
D | VideoEncoderTest.java | 76 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams() 99 int colorFormat = (int) arg[5]; in prepareTestArgs() local
|
D | CodecEncoderSurfaceTest.java | 99 int colorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in CodecEncoderSurfaceTest() 344 String testFile, String testFileMediaType, String muxFile, int colorFormat, in nativeTestSimpleEncode() 365 int colorFormat = mDecoderFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT, -1); in testSimpleEncodeFromSurfaceNative() local
|
D | CodecEncoderTest.java | 390 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSimpleEncodeNative() local 535 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testReconfigureNative() local 601 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testOnlyEosNative() local 695 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testSetForceSyncFrameNative() local 783 int colorFormat = findByteBufferColorFormat(mCodecName, mMediaType); in testAdaptiveBitRateNative() local
|
D | CodecDecoderSurfaceTest.java | 587 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode() 608 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
|
D | EncoderLevelTest.java | 73 int width, int height, int frameRate, int colorFormat, int[] profiles, int level) { in getVideoEncoderCfgParams()
|
D | EncoderProfileLevelTest.java | 122 private static List<Object[]> prepareTestArgs(Object[] arg, int[] profiles, int colorFormat) { in prepareTestArgs() 179 int width, int height, int frameRate, int colorFormat, int maxBframe, int[] profiles, in getVideoEncoderCfgParams()
|
D | EncoderColorAspectsTest.java | 107 int[] ranges, int[] standards, int[] transfers, int colorFormat, int bitDepth) { in prepareArgsList()
|
D | CodecDecoderDetachedSurfaceTest.java | 158 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in setUp() local
|
D | EncodeDecodeAccuracyTest.java | 185 int colorFormat, int bitDepth) { in getVideoEncoderCfgParams()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeDecodeTest.java | 338 int colorFormat = selectColorFormat(encoder.getCodecInfo(), mMimeType); in encodeDecodeVideoFromBuffer() local 392 int colorFormat = MediaCodecInfo.CodecCapabilities.COLOR_FormatSurface; in encodeDecodeVideoFromSurfaceToSurface() local 463 int colorFormat = capabilities.colorFormats[i]; in selectColorFormat() local 476 private static boolean isRecognizedFormat(int colorFormat) { in isRecognizedFormat() 494 private static boolean isSemiPlanarYUV(int colorFormat) { in isSemiPlanarYUV() 1006 private void generateFrame(int frameIndex, int colorFormat, byte[] frameData) { in generateFrame() 1066 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in checkFrame() local
|
D | DecodeEditEncodeTest.java | 177 int colorFormat, boolean isEncoder) { in hasSupportForColorFormat()
|
D | MediaCodecTest.java | 588 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local 1986 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() 357 const char* refFile, int colorFormat, float rmsError, in testSimpleDecode() 421 bool CodecDecoderTest::testFlush(const char* decoder, const char* testFile, int colorFormat) { in testFlush() 518 bool CodecDecoderTest::testOnlyEos(const char* decoder, const char* testFile, int colorFormat) { in testOnlyEos() 549 int colorFormat) { in testSimpleDecodeQueueCSD()
|
D | NativeCodecEncoderSurfaceTest.cpp | 147 int colorFormat) { in setUpExtractor() 561 const char* muxOutPath, int colorFormat, 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 282 public static String colorFormatToString(int colorFormat, int bitDepth) { in colorFormatToString()
|
D | EncoderConfigParams.java | 393 public Builder setColorFormat(int colorFormat) { in setColorFormat()
|
D | CodecTestBase.java | 684 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 | 330 boolean isColorFormatSupported(CodecCapabilities caps, int colorFormat) { in isColorFormatSupported() 342 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/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 978 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
|
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
D | VideoEncoderTest.java | 336 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
|