Searched refs:mDecOutputFormat (Results 1 – 2 of 2) sorted by relevance
61 private MediaFormat mDecOutputFormat; field in VideoDecoderPerfTest260 mDecOutputFormat = codec.getOutputFormat(); in doDecode()261 int width = mDecOutputFormat.getInteger(MediaFormat.KEY_WIDTH); in doDecode()262 int height = mDecOutputFormat.getInteger(MediaFormat.KEY_HEIGHT); in doDecode()282 " DecOutputFormat=" + mDecOutputFormat; in doDecode()
96 private MediaFormat mDecOutputFormat; field in VideoEncoderDecoderTest564 " DecOutputFormat=" + mDecOutputFormat; in doTestByName()1043 mDecOutputFormat = codec.getOutputFormat(); in runDecoder()1044 Log.d(TAG, "output format has changed to " + mDecOutputFormat); in runDecoder()1045 int colorFormat = mDecOutputFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in runDecoder()