Home
last modified time | relevance | path

Searched refs:NAL_IDR_SLICE (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dh264_parser.c88 nalu_type == NAL_IDR_SLICE) { in h264_find_frame_end()
250 case NAL_IDR_SLICE: in parse_nal_units()
252 if ((state & 0x1f) == NAL_IDR_SLICE || ((state >> 5) & 0x3) == 0) { in parse_nal_units()
279 case NAL_IDR_SLICE: in parse_nal_units()
331 if (h->nal_unit_type == NAL_IDR_SLICE) in parse_nal_units()
359 if (h->nal_ref_idc && h->nal_unit_type != NAL_IDR_SLICE) { in parse_nal_units()
H A Dh264.c1439 case NAL_IDR_SLICE: in get_last_needed_nal()
1554 case NAL_IDR_SLICE: in decode_nal_units()
1571 case NAL_IDR_SLICE: in decode_nal_units()
1578 if (h->nal_unit_type != NAL_IDR_SLICE) { in decode_nal_units()
1612 (hx->nal_unit_type == NAL_IDR_SLICE); in decode_nal_units()
1614 if (hx->nal_unit_type == NAL_IDR_SLICE || in decode_nal_units()
1621 if (hx->nal_unit_type == NAL_IDR_SLICE) in decode_nal_units()
H A Dh264_slice.c1335 if (h->nal_unit_type == NAL_IDR_SLICE && in ff_h264_decode_slice_header()
1345 (h->avctx->skip_frame >= AVDISCARD_NONKEY && h->nal_unit_type != NAL_IDR_SLICE) || in ff_h264_decode_slice_header()
1747 if (h->nal_unit_type == NAL_IDR_SLICE) in ff_h264_decode_slice_header()
1886 h->nal_unit_type != NAL_IDR_SLICE) || in ff_h264_decode_slice_header()
1987 h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "", in ff_h264_decode_slice_header()
H A Dh264.h116 NAL_IDR_SLICE = 5, enumerator
H A Dh264_refs.c795 if (h->nal_unit_type == NAL_IDR_SLICE) { // FIXME fields in ff_h264_decode_ref_pic_marking()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dh264_parser.c88 nalu_type == NAL_IDR_SLICE) { in h264_find_frame_end()
250 case NAL_IDR_SLICE: in parse_nal_units()
252 if ((state & 0x1f) == NAL_IDR_SLICE || ((state >> 5) & 0x3) == 0) { in parse_nal_units()
279 case NAL_IDR_SLICE: in parse_nal_units()
331 if (h->nal_unit_type == NAL_IDR_SLICE) in parse_nal_units()
359 if (h->nal_ref_idc && h->nal_unit_type != NAL_IDR_SLICE) { in parse_nal_units()
H A Dh264.c1439 case NAL_IDR_SLICE: in get_last_needed_nal()
1554 case NAL_IDR_SLICE: in decode_nal_units()
1571 case NAL_IDR_SLICE: in decode_nal_units()
1578 if (h->nal_unit_type != NAL_IDR_SLICE) { in decode_nal_units()
1612 (hx->nal_unit_type == NAL_IDR_SLICE); in decode_nal_units()
1614 if (hx->nal_unit_type == NAL_IDR_SLICE || in decode_nal_units()
1621 if (hx->nal_unit_type == NAL_IDR_SLICE) in decode_nal_units()
H A Dh264_slice.c1335 if (h->nal_unit_type == NAL_IDR_SLICE && in ff_h264_decode_slice_header()
1345 (h->avctx->skip_frame >= AVDISCARD_NONKEY && h->nal_unit_type != NAL_IDR_SLICE) || in ff_h264_decode_slice_header()
1747 if (h->nal_unit_type == NAL_IDR_SLICE) in ff_h264_decode_slice_header()
1886 h->nal_unit_type != NAL_IDR_SLICE) || in ff_h264_decode_slice_header()
1987 h->nal_unit_type == NAL_IDR_SLICE ? " IDR" : "", in ff_h264_decode_slice_header()
H A Dh264.h116 NAL_IDR_SLICE = 5, enumerator
H A Dh264_refs.c795 if (h->nal_unit_type == NAL_IDR_SLICE) { // FIXME fields in ff_h264_decode_ref_pic_marking()
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dh264-parse.cc48 NAL_IDR_SLICE = 5, enumerator
329 if (sp.nal_unit_type == NAL_IDR_SLICE) // IDR picture in parse_slice_header()
605 if (sp->nal_unit_type == NAL_IDR_SLICE) { in parse_dec_ref_pic_marking()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c18 #define NAL_IDR_SLICE 0x05 macro
412 if (nal_type == NAL_NON_IDR_SLICE || nal_type == NAL_IDR_SLICE) { in vdec_h264_decode()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c18 #define NAL_IDR_SLICE 0x05 macro
412 if (nal_type == NAL_NON_IDR_SLICE || nal_type == NAL_IDR_SLICE) { in vdec_h264_decode()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c18 #define NAL_IDR_SLICE 0x05 macro
412 if (nal_type == NAL_NON_IDR_SLICE || nal_type == NAL_IDR_SLICE) { in vdec_h264_decode()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dh264data.h45 NAL_IDR_SLICE, enumerator
H A Dh264.c3623 if(h->nal_unit_type == NAL_IDR_SLICE){ //FIXME fields in decode_ref_pic_marking()
3689 if(h->nal_unit_type == NAL_IDR_SLICE){ in init_poc()
3701 if(h->nal_unit_type == NAL_IDR_SLICE){ in init_poc()
3753 if(h->nal_unit_type == NAL_IDR_SLICE){ in init_poc()
4087 if(h->nal_unit_type == NAL_IDR_SLICE){ in decode_slice_header()
7518 case NAL_IDR_SLICE: in decode_nal_units()
7519 if (h->nal_unit_type != NAL_IDR_SLICE) { in decode_nal_units()
7533 s->current_picture_ptr->key_frame|= (hx->nal_unit_type == NAL_IDR_SLICE); in decode_nal_units()