Searched refs:H264_NAL_IDR_SLICE (Results 1 – 13 of 13) sorted by relevance
118 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()
242 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()
39 H264_NAL_IDR_SLICE = 5, enumerator
106 nal->type == H264_NAL_IDR_SLICE) { in h264_redundant_pps_update_fragment()
1691 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 …]
954 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()
122 highest_vcl_type = H264_NAL_IDR_SLICE; in cbs_sei_get_unit()
749 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,
505 case H264_NAL_IDR_SLICE: in get_last_needed_nal()607 case H264_NAL_IDR_SLICE: in decode_nal_units()
104 au->units[i].type == H264_NAL_IDR_SLICE) { in h264_metadata_insert_aud()
841 if (nal->type == H264_NAL_IDR_SLICE) { // FIXME fields in ff_h264_decode_ref_pic_marking()
835 sh->nal_unit_header.nal_unit_type = H264_NAL_IDR_SLICE; in vaapi_encode_h264_init_slice_params()
2287 case H264_NAL_IDR_SLICE: in mxf_parse_h264_frame()