HomeSort by relevance Sort by last modified time
    Searched refs:mIsSyncFrame (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.h 62 bool mIsSyncFrame; // indicate if it is SyncFrame in container
VideoDecoderMPEG4.cpp 71 mIsSyncFrame = true;
73 mIsSyncFrame = false;
286 if (mLastReference == NULL && mIsSyncFrame == false) {
534 if (mLastReference == NULL && mIsSyncFrame == false && !mIsShortHeader) {

Completed in 103 milliseconds