Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp250 mWaitForI = true; in setFlushMode()
263 mWaitForI = true; in initDecoder()
459 mWaitForI = true; in onReset()
805 mWaitForI = mWaitForI && !(IV_I_FRAME == s_dec_op.e_pic_type); in onQueueFilled()
807 if (mWaitForI) { in onQueueFilled()
DSoftMPEG2.h110 bool mWaitForI; member