Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java348 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
DVideoEncoderTest.java74 int width, int height, int frameRate, int colorFormat, int maxBFrames) { in getVideoEncoderCfgParams()
97 int colorFormat = (int) arg[5]; in prepareTestArgs() local
DCodecEncoderTest.java352 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
DCodecDecoderSurfaceTest.java484 String testFile, String refFile, int colorFormat, float rmsError, long checksum, in nativeTestSimpleDecode()
505 String testFile, int colorFormat, StringBuilder retMsg); in nativeTestFlush()
DCodecEncoderSurfaceTest.java159 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
DEncoderProfileLevelTest.java122 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()
DEncoderColorAspectsTest.java105 int[] ranges, int[] standards, int[] transfers, int colorFormat, int bitDepth) { in prepareArgsList()
DEncodeDecodeAccuracyTest.java185 int colorFormat, int bitDepth) { in getVideoEncoderCfgParams()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java330 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
DDecodeEditEncodeTest.java178 int colorFormat, boolean isEncoder) { in hasSupportForColorFormat()
DMediaCodecTest.java585 int colorFormat = findNonSurfaceColorFormat(codecInfo, MIME_TYPE); in testCreateInputSurfaceErrors() local
1973 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()
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()
DNativeCodecEncoderSurfaceTest.cpp138 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/
DRawResource.java82 public Builder setColorFormat(int colorFormat) { in setColorFormat()
DCodecEncoderTestBase.java118 int colorFormat = -1; in findByteBufferColorFormat() local
280 public static String colorFormatToString(int colorFormat, int bitDepth) { in colorFormatToString()
DEncoderConfigParams.java373 public Builder setColorFormat(int colorFormat) { in setColorFormat()
DCodecTestBase.java625 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.java329 boolean isColorFormatSupported(CodecCapabilities caps, int colorFormat) { in isColorFormatSupported()
341 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/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java336 int colorFormat) throws IOException { in initCodecsAndConfigureEncoder()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java976 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder() local