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.c75 #define IS_REFERENCE(a) ((a).status) macro
155 if (!IS_REFERENCE(*pic1) && !IS_REFERENCE(*pic2)) in ComparePictures()
165 else if (!IS_REFERENCE(*pic2)) in ComparePictures()
168 else if (!IS_REFERENCE(*pic1)) in ComparePictures()
513 if (IS_REFERENCE(dpb->buffer[i])) in Mmcop5()
886 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) ); in h264bsdAllocateDpbImage()
1306 !IS_REFERENCE(dpb->buffer[dpb->dpbSize]) ); in h264bsdCheckGapsInFrameNum()
1458 if (!IS_REFERENCE(*tmp)) in OutputPicture()