Searched refs:noNeedFlush (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp169 bool noNeedFlush = false; local
171 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth)
174 if (mSizeChanged == true && !noNeedFlush) {
H A DVideoDecoderWMV.cpp110 bool noNeedFlush = false; local
112 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth)
118 if (noNeedFlush) {
H A DVideoDecoderMPEG4.cpp103 bool noNeedFlush = false; local
107 noNeedFlush = (mVideoFormatInfo.width <= mVideoFormatInfo.surfaceWidth)
110 if (!noNeedFlush) {

Completed in 610 milliseconds