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.java198 protected MediaFormat mDecFormat; field in VideoEncoderTest.VideoProcessorBase
233 mDecFormat = fmt; in open()
246 mDecFormat.setInteger(MediaFormat.KEY_COLOR_FORMAT, colorFormat); in initCodecsAndConfigureEncoder()
249 String videoDecName = mcl.findDecoderForFormat(mDecFormat); in initCodecsAndConfigureEncoder()
250 Log.i(TAG, "decoder for " + mDecFormat + " is " + videoDecName); in initCodecsAndConfigureEncoder()
467 mDecoder.configure(mDecFormat, null /* surface */, null /* crypto */, 0); in processLoop()
688 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()