Home
last modified time | relevance | path

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

/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java87 private int mDstColorFormat; field in VideoEncoderDecoderTest
357 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in isDstSemiPlanar()
361 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420Flexible; in isDstFlexYUV()
451 mDstColorFormat = getColorFormat(infoDec); in doTestByName()
454 ", dec format " + mDstColorFormat); in doTestByName()
484 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, mDstColorFormat); in doTestByName()
1048 mDstColorFormat = colorFormat; in runDecoder()
1050 mDstColorFormat = CodecCapabilities.COLOR_FormatYUV420Flexible; in runDecoder()