Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java196 protected MediaFormat mDecFormat; field in VideoEncoderTest.VideoProcessorBase
231 mDecFormat = fmt; in open()
244 mDecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat); in initCodecsAndConfigureEncoder()
247 String videoDecName = mcl.findDecoderForFormat(mDecFormat); in initCodecsAndConfigureEncoder()
248 Log.i(TAG, "decoder for " + mDecFormat + " is " + videoDecName); in initCodecsAndConfigureEncoder()
440 mDecoder.configure(mDecFormat, null /* surface */, null /* crypto */, 0); in processLoop()
661 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()