Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c74 #define IS_REFERENCE(a) ((a).status) macro
154 if (!IS_REFERENCE(*pic1) && !IS_REFERENCE(*pic2)) in ComparePictures()
164 else if (!IS_REFERENCE(*pic2)) in ComparePictures()
167 else if (!IS_REFERENCE(*pic1)) in ComparePictures()
512 if (IS_REFERENCE(dpb->buffer[i])) in Mmcop5()
885 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) ); in h264bsdAllocateDpbImage()
1298 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) ); in h264bsdCheckGapsInFrameNum()
1450 if (!IS_REFERENCE(*tmp)) in OutputPicture()