Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG2.cpp124 bool needFlush = false; in decode() local
127 needFlush = true; in decode()
132 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
137 if (needFlush) { in decode()
DVideoDecoderWMV.cpp126 bool needFlush = false; in decode() local
129 needFlush = true; in decode()
134 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
141 if (needFlush) { in decode()
DVideoDecoderMPEG4.cpp122 bool needFlush = false; in decode() local
125 needFlush = true; in decode()
130 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in decode()
134 if (needFlush) { in decode()
DVideoDecoderVP8.cpp211 bool needFlush = false; in decodeFrame() local
215 needFlush = mSizeChanged; in decodeFrame()
217 if (needFlush) { in decodeFrame()
DVideoDecoderAVC.cpp871 bool needFlush = false; in handleNewSequence() local
874 needFlush = mSizeChanged in handleNewSequence()
878 needFlush = (mVideoFormatInfo.width > mVideoFormatInfo.surfaceWidth) in handleNewSequence()
885 if (needFlush) { in handleNewSequence()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2265 payload->focus_data.flush_info.needFlush = in metadata_stream_cb_routine()
DQCamera2HWI.cpp6718 if (mParameters.isZSLMode() && focus_data.flush_info.needFlush ) { in processAutoFocusEvent()
6770 if (mParameters.isZSLMode() && focus_data.flush_info.needFlush ) { in processAutoFocusEvent()