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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_nal_unit.h 43 #define IS_IDR_NAL_UNIT(pNalUnit) \
h264bsd_pic_order_cnt.c 157 if (IS_IDR_NAL_UNIT(pNalUnit))
230 if (IS_IDR_NAL_UNIT(pNalUnit))
306 if (IS_IDR_NAL_UNIT(pNalUnit))
315 if (IS_IDR_NAL_UNIT(pNalUnit))
h264bsd_decoder.c 323 IS_IDR_NAL_UNIT(&nalUnit) ?
407 if (!IS_IDR_NAL_UNIT(&nalUnit))
489 IS_IDR_NAL_UNIT(pStorage->prevNalUnit) ?
500 IS_IDR_NAL_UNIT(pStorage->prevNalUnit) ?
h264bsd_slice_header.c 139 IS_IDR_NAL_UNIT(pNalUnit) ||
165 if (IS_IDR_NAL_UNIT(pNalUnit) && tmp != 0)
172 if (IS_IDR_NAL_UNIT(pNalUnit))
208 if ( IS_IDR_NAL_UNIT(pNalUnit) &&
237 if ( IS_IDR_NAL_UNIT(pNalUnit) &&
    [all...]

Completed in 34 milliseconds