Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_pic_order_cnt.c157 if (IS_IDR_NAL_UNIT(pNalUnit)) in h264bsdDecodePicOrderCnt()
230 if (IS_IDR_NAL_UNIT(pNalUnit)) in h264bsdDecodePicOrderCnt()
306 if (IS_IDR_NAL_UNIT(pNalUnit)) in h264bsdDecodePicOrderCnt()
315 if (IS_IDR_NAL_UNIT(pNalUnit)) in h264bsdDecodePicOrderCnt()
Dh264bsd_nal_unit.h43 #define IS_IDR_NAL_UNIT(pNalUnit) \ macro
Dh264bsd_decoder.c323 IS_IDR_NAL_UNIT(&nalUnit) ? in h264bsdDecode()
407 if (!IS_IDR_NAL_UNIT(&nalUnit)) in h264bsdDecode()
489 IS_IDR_NAL_UNIT(pStorage->prevNalUnit) ? in h264bsdDecode()
500 IS_IDR_NAL_UNIT(pStorage->prevNalUnit) ? in h264bsdDecode()
Dh264bsd_slice_header.c139 IS_IDR_NAL_UNIT(pNalUnit) || in h264bsdDecodeSliceHeader()
165 if (IS_IDR_NAL_UNIT(pNalUnit) && tmp != 0) in h264bsdDecodeSliceHeader()
172 if (IS_IDR_NAL_UNIT(pNalUnit)) in h264bsdDecodeSliceHeader()
208 if ( IS_IDR_NAL_UNIT(pNalUnit) && in h264bsdDecodeSliceHeader()
237 if ( IS_IDR_NAL_UNIT(pNalUnit) && in h264bsdDecodeSliceHeader()