Home
last modified time | relevance | path

Searched defs:colorFormat (Results 1 – 25 of 25) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java349 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
DVideoEncoderTest.java76 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams()
99 int colorFormat = (int) arg[5]; in prepareTestArgs() local
DCodecEncoderSurfaceTest.java99 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
DCodecEncoderTest.java390 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
DCodecDecoderSurfaceTest.java587 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
608 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
DEncoderLevelTest.java73 int width, int height, int frameRate, int colorFormat, int[] profiles, int level) { in getVideoEncoderCfgParams()
DEncoderProfileLevelTest.java122 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()
DEncoderColorAspectsTest.java107 int[] ranges, int[] standards, int[] transfers, int colorFormat, int bitDepth) { in prepareArgsList()
DCodecDecoderDetachedSurfaceTest.java158 int colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in setUp() local
DEncodeDecodeAccuracyTest.java185 int colorFormat, int bitDepth) { in getVideoEncoderCfgParams()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java338 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
DDecodeEditEncodeTest.java177 int colorFormat, boolean isEncoder) { in hasSupportForColorFormat()
DMediaCodecTest.java588 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1986 int colorFormat = capabilities.colorFormats[i]; in findNonSurfaceColorFormat() local
DVideoCodecTestBase.java99 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/
DNativeCodecDecoderTestCommon.cpp109 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()
DNativeCodecEncoderSurfaceTest.cpp147 int colorFormat) { in setUpExtractor()
561 const char* muxOutPath, int colorFormat, in testSimpleEncode()
/cts/tests/media/common/src/android/mediav2/common/cts/
DRawResource.java82 public Builder setColorFormat(int colorFormat) { in setColorFormat()
DCodecEncoderTestBase.java118 int colorFormat = -1; in findByteBufferColorFormat() local
282 public static String colorFormatToString(int colorFormat, int bitDepth) { in colorFormatToString()
DEncoderConfigParams.java393 public Builder setColorFormat(int colorFormat) { in setColorFormat()
DCodecTestBase.java684 public static boolean hasSupportForColorFormat(String name, String mediaType, int colorFormat) { in hasSupportForColorFormat()
/cts/tests/tests/media/common/src/android/media/cts/
DNdkMediaCodec.java68 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/
DImageReaderDecoderTest.java330 boolean isColorFormatSupported(CodecCapabilities caps, int colorFormat) { in isColorFormatSupported()
342 int colorFormat = COLOR_FormatYUV420Flexible; in decodeTest() local
/cts/tests/tests/media/common/jni/
DNdkMediaCodec-jni.cpp85 jint colorFormat, in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java978 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java336 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()