Searched refs:HAS_COMPLETE_FRAME (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h56 HAS_COMPLETE_FRAME = 0x02, enumerator in enum:__anon508
H A DVideoDecoderMPEG4.cpp217 if (buffer->flag & HAS_COMPLETE_FRAME) {
H A DVideoDecoderAVC.cpp219 // HAS_COMPLETE_FRAME is not reliable as it may indicate end of a field
221 if (buffer->flag & HAS_COMPLETE_FRAME) {
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp274 p->flag |= HAS_COMPLETE_FRAME;
349 p->flag |= HAS_COMPLETE_FRAME | IS_SUBSAMPLE_ENCRYPTION;
376 p->flag |= HAS_COMPLETE_FRAME;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderAVC.cpp148 // we set buffer flag to HAS_COMPLETE_FRAME, corruption will happen
223 p->flag = HAS_COMPLETE_FRAME;
H A DOMXVideoDecoderBase.cpp604 p->flag = HAS_COMPLETE_FRAME;
658 p->flag = HAS_COMPLETE_FRAME;

Completed in 77 milliseconds