Home
last modified time | relevance | path

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

/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java102 private int mDstColorFormat; field in VideoEncoderDecoderTest
529 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in isDstSemiPlanar()
533 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420Flexible; in isDstFlexYUV()
662 mDstColorFormat = getColorFormat(infoDec); in doTest()
669 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, mDstColorFormat); in doTest()
1144 mDstColorFormat = colorFormat; in runDecoder()
1146 mDstColorFormat = CodecCapabilities.COLOR_FormatYUV420Flexible; in runDecoder()