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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_parser.c88 nalu_type == NAL_IDR_SLICE) {
251 case NAL_IDR_SLICE:
253 if ((state & 0x1f) == NAL_IDR_SLICE || ((state >> 5) & 0x3) == 0) {
280 case NAL_IDR_SLICE:
332 if (h->nal_unit_type == NAL_IDR_SLICE)
360 if (h->nal_ref_idc && h->nal_unit_type != NAL_IDR_SLICE) {
H A Dh264.c1437 case NAL_IDR_SLICE:
1552 case NAL_IDR_SLICE:
1569 case NAL_IDR_SLICE:
1570 if (h->nal_unit_type != NAL_IDR_SLICE) {
1604 (hx->nal_unit_type == NAL_IDR_SLICE);
1606 if (hx->nal_unit_type == NAL_IDR_SLICE ||
1613 if (hx->nal_unit_type == NAL_IDR_SLICE)
H A Dh264.h116 NAL_IDR_SLICE = 5, enumerator in enum:__anon3151
H A Dh264_slice.c1317 if (h->nal_unit_type == NAL_IDR_SLICE &&
1327 (h->avctx->skip_frame >= AVDISCARD_NONKEY && h->nal_unit_type != NAL_IDR_SLICE) ||
1729 if (h->nal_unit_type == NAL_IDR_SLICE)
1868 h->nal_unit_type != NAL_IDR_SLICE) ||
1969 h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
H A Dh264_refs.c795 if (h->nal_unit_type == NAL_IDR_SLICE) { // FIXME fields
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c141 case NAL_IDR_SLICE:
162 case NAL_IDR_SLICE:
H A Dh264.h112 NAL_IDR_SLICE, enumerator in enum:__anon1914
H A Dh264_refs.c662 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields
H A Dh264.c3085 if(h->nal_unit_type == NAL_IDR_SLICE){
3324 av_get_picture_type_char(h->slice_type), h->slice_type_fixed ? " fix" : "", h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "",
3937 case NAL_IDR_SLICE:
3953 case NAL_IDR_SLICE:
3954 if (h->nal_unit_type != NAL_IDR_SLICE) {
3970 (hx->nal_unit_type == NAL_IDR_SLICE) ||

Completed in 71 milliseconds