Home
last modified time | relevance | path

Searched refs:H264_NAL_IDR_SLICE (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parser.c118 nalu_type == H264_NAL_IDR_SLICE) { in h264_find_frame_end()
297 case H264_NAL_IDR_SLICE: in parse_nal_units()
299 if ((state & 0x1f) == H264_NAL_IDR_SLICE || ((state >> 5) & 0x3) == 0) { in parse_nal_units()
335 case H264_NAL_IDR_SLICE: in parse_nal_units()
421 if (nal.type == H264_NAL_IDR_SLICE) in parse_nal_units()
452 if (nal.ref_idc && nal.type != H264_NAL_IDR_SLICE) { in parse_nal_units()
Dh264_mp4toannexb_bsf.c242 if (!new_idr && unit_type == H264_NAL_IDR_SLICE && (buf[1] & 0x80)) in h264_mp4toannexb_filter()
246 if (new_idr && unit_type == H264_NAL_IDR_SLICE && !sps_seen && !pps_seen) { in h264_mp4toannexb_filter()
252 } else if (new_idr && unit_type == H264_NAL_IDR_SLICE && sps_seen && !pps_seen) { in h264_mp4toannexb_filter()
Dh264.h39 H264_NAL_IDR_SLICE = 5, enumerator
Dh264_redundant_pps_bsf.c106 nal->type == H264_NAL_IDR_SLICE) { in h264_redundant_pps_update_fragment()
Dh264_slice.c1691 h->picture_idr = nal->type == H264_NAL_IDR_SLICE; in h264_field_start()
1708 h->cur_pic_ptr->f->key_frame |= (nal->type == H264_NAL_IDR_SLICE); in h264_field_start()
1710 if (nal->type == H264_NAL_IDR_SLICE || in h264_field_start()
1717 if (nal->type == H264_NAL_IDR_SLICE) in h264_field_start()
1774 if (nal->type == H264_NAL_IDR_SLICE && in h264_slice_header_parse()
1831 if (nal->type == H264_NAL_IDR_SLICE) in h264_slice_header_parse()
1960 if (h->picture_idr && nal->type != H264_NAL_IDR_SLICE) { in h264_slice_init()
1998 h->nal_unit_type != H264_NAL_IDR_SLICE) || in h264_slice_init()
2075 nal->type == H264_NAL_IDR_SLICE ? " IDR" : "", in h264_slice_init()
2137 …->cur_pic_ptr && !FIELD_PICTURE(h) && !h->first_field && h->nal_unit_type == H264_NAL_IDR_SLICE) { in ff_h264_queue_decode_slice()
[all …]
Dcbs_h264_syntax_template.c954 1 << H264_NAL_IDR_SLICE | in FUNC()
964 idr_pic_flag = h264->last_slice_nal_unit_type == H264_NAL_IDR_SLICE; in FUNC()
966 idr_pic_flag = current->nal_unit_header.nal_unit_type == H264_NAL_IDR_SLICE; in FUNC()
Dcbs_sei.c122 highest_vcl_type = H264_NAL_IDR_SLICE; in cbs_sei_get_unit()
Dcbs_h2645.c749 case H264_NAL_IDR_SLICE: in cbs_h264_read_nal_unit()
1041 case H264_NAL_IDR_SLICE: in cbs_h264_write_nal_unit()
1404 H264_NAL_IDR_SLICE,
Dh264dec.c505 case H264_NAL_IDR_SLICE: in get_last_needed_nal()
607 case H264_NAL_IDR_SLICE: in decode_nal_units()
Dh264_metadata_bsf.c104 au->units[i].type == H264_NAL_IDR_SLICE) { in h264_metadata_insert_aud()
Dh264_refs.c841 if (nal->type == H264_NAL_IDR_SLICE) { // FIXME fields in ff_h264_decode_ref_pic_marking()
Dvaapi_encode_h264.c835 sh->nal_unit_header.nal_unit_type = H264_NAL_IDR_SLICE; in vaapi_encode_h264_init_slice_params()
/third_party/ffmpeg/libavformat/
Dmxfenc.c2287 case H264_NAL_IDR_SLICE: in mxf_parse_h264_frame()