Searched refs:mDecFormat (Results 1 – 1 of 1) sorted by relevance
180 protected MediaFormat mDecFormat; field in VideoEncoderTest.VideoProcessorBase200 mDecFormat = fmt; in open()213 mDecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat); in initCodecsAndConfigureEncoder()216 String videoDecName = mcl.findDecoderForFormat(mDecFormat); in initCodecsAndConfigureEncoder()217 Log.i(TAG, "decoder for " + mDecFormat + " is " + videoDecName); in initCodecsAndConfigureEncoder()374 mDecoder.configure(mDecFormat, null /* surface */, null /* crypto */, 0); in processLoop()591 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()