Home
last modified time | relevance | path

Searched refs:COLOR_FormatYUV420SemiPlanar (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/jni/
DNativeMediaCommon.h56 constexpr int COLOR_FormatYUV420SemiPlanar = 21; variable
/cts/tests/video/src/android/video/cts/
DCodecInfo.java75 if (color == CodecCapabilities.COLOR_FormatYUV420SemiPlanar) { in getSupportedFormatInfo()
DVideoEncoderDecoderTest.java610 return mSrcColorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in isSrcSemiPlanar()
618 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in isDstSemiPlanar()
627 return CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in getColorFormat()
1243 if (colorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar in runDecoder()
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java594 case MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar: in isRecognizedFormat()
612 case MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar: in isSemiPlanarYUV()
DAdaptivePlaybackTest.java1248 case MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar:
DVideoCodecTestBase.java82 CodecCapabilities.COLOR_FormatYUV420SemiPlanar,
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java1440 if (c == MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar || in findByteBufferColorFormat()