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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c75 #define IS_EXISTING(a) ((a).status > NON_EXISTING) macro
287 if (index < 0 || !IS_EXISTING(dpb->buffer[index]))
436 if (!IS_EXISTING(dpb->buffer[index]))
855 else if(!IS_EXISTING(*dpb->list[index]))

Completed in 465 milliseconds