Home
last modified time | relevance | path

Searched refs:H264_NAL_SLICE (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h35 H264_NAL_SLICE = 1, enumerator
Dh264_redundant_pps_bsf.c104 if (nal->type == H264_NAL_SLICE || in h264_redundant_pps_update_fragment()
Dh264_parser.c129 } else if (nalu_type == H264_NAL_SLICE || nalu_type == H264_NAL_DPA || in h264_find_frame_end()
309 case H264_NAL_SLICE: in parse_nal_units()
356 case H264_NAL_SLICE: in parse_nal_units()
Dh264_mp4toannexb_bsf.c322 if (!new_idr && unit_type == H264_NAL_SLICE) { in h264_mp4toannexb_filter()
Dcbs_h2645.c746 case H264_NAL_SLICE: in cbs_h264_read_nal_unit()
1038 case H264_NAL_SLICE: in cbs_h264_write_nal_unit()
1403 H264_NAL_SLICE,
Dh264dec.c514 case H264_NAL_SLICE: in get_last_needed_nal()
637 case H264_NAL_SLICE: in decode_nal_units()
Dh264_metadata_bsf.c105 if (au->units[i].type == H264_NAL_SLICE || in h264_metadata_insert_aud()
Dcbs_h264_syntax_template.c1036 1 << H264_NAL_SLICE | in FUNC()
Dvaapi_encode_h264.c839 sh->nal_unit_header.nal_unit_type = H264_NAL_SLICE; in vaapi_encode_h264_init_slice_params()
/third_party/ffmpeg/libavformat/
Dmxfenc.c2286 case H264_NAL_SLICE: in mxf_parse_h264_frame()