Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp24 mExpectingNVOP(false), in VideoDecoderMPEG4()
59 mExpectingNVOP = false; in stop()
150 mExpectingNVOP = false; in flush()
221 if (mExpectingNVOP) { in beginDecodingFrame()
227 mExpectingNVOP = false; in beginDecodingFrame()
236 mExpectingNVOP = false; in beginDecodingFrame()
241 if (mExpectingNVOP) { in beginDecodingFrame()
244 mExpectingNVOP = false; in beginDecodingFrame()
383 mExpectingNVOP = true; in continueDecodingFrame()
385 mExpectingNVOP = false; in continueDecodingFrame()
DVideoDecoderMPEG4.h59 bool mExpectingNVOP; // indicate if future n-vop is a placeholder of a packed frame variable