Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG4.cpp27 mExpectingNVOP(false), in VideoDecoderMPEG4()
67 mExpectingNVOP = false; in stop()
163 mExpectingNVOP = false; in flush()
234 if (mExpectingNVOP) { in beginDecodingFrame()
240 mExpectingNVOP = false; in beginDecodingFrame()
249 mExpectingNVOP = false; in beginDecodingFrame()
254 if (mExpectingNVOP) { in beginDecodingFrame()
257 mExpectingNVOP = false; in beginDecodingFrame()
396 mExpectingNVOP = true; in continueDecodingFrame()
398 mExpectingNVOP = false; in continueDecodingFrame()
DVideoDecoderMPEG4.h59 bool mExpectingNVOP; // indicate if future n-vop is a placeholder of a packed frame variable