Searched refs:mDstColorFormat (Results 1 – 1 of 1) sorted by relevance
104 private int mDstColorFormat; field in VideoEncoderDecoderTest618 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420SemiPlanar; in isDstSemiPlanar()622 return mDstColorFormat == CodecCapabilities.COLOR_FormatYUV420Flexible; in isDstFlexYUV()757 mDstColorFormat = getColorFormat(infoDec); in doTest()764 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, mDstColorFormat); in doTest()1245 mDstColorFormat = colorFormat; in runDecoder()1247 mDstColorFormat = CodecCapabilities.COLOR_FormatYUV420Flexible; in runDecoder()