Home
last modified time | relevance | path

Searched refs:H264_NAL_PPS (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264.h42 H264_NAL_PPS = 8, enumerator
Dh264_mp4toannexb_bsf.c269 } else if (unit_type == H264_NAL_PPS) { in h264_mp4toannexb_filter()
316 unit_type == H264_NAL_SPS || unit_type == H264_NAL_PPS, j); in h264_mp4toannexb_filter()
Dh264_redundant_pps_bsf.c92 if (nal->type == H264_NAL_PPS) { in h264_redundant_pps_update_fragment()
Dremove_extradata_bsf.c81 } else if (nalu_type == H264_NAL_PPS) in h264_split()
Dcbs_h2645.c732 case H264_NAL_PPS: in cbs_h264_read_nal_unit()
1024 case H264_NAL_PPS: in cbs_h264_write_nal_unit()
1232 return type == H264_NAL_SPS || type == H264_NAL_PPS; in cbs_h2645_unit_requires_zero_byte()
1397 CBS_UNIT_TYPE_INTERNAL_REF(H264_NAL_PPS, H264RawPPS, slice_group_id),
Dh264_parser.c124 nalu_type == H264_NAL_PPS || nalu_type == H264_NAL_AUD) { in h264_find_frame_end()
341 case H264_NAL_PPS: in parse_nal_units()
Dextract_extradata_bsf.c141 H264_NAL_SPS, H264_NAL_PPS, in extract_extradata_h2645()
Dh264dec.c509 case H264_NAL_PPS: in get_last_needed_nal()
706 case H264_NAL_PPS: in decode_nal_units()
Dh264_parse.c397 case H264_NAL_PPS: in decode_extradata_ps()
Dcbs_h264_syntax_template.c414 1 << H264_NAL_PPS)); in FUNC()
Domx.c716 if (nals[H264_NAL_SPS] && nals[H264_NAL_PPS]) in omx_encode_init()
Dvaapi_encode_h264.c488 pps->nal_unit_header.nal_unit_type = H264_NAL_PPS; in vaapi_encode_h264_init_sequence_params()
Dvideotoolboxenc.c1611 nal_type != H264_NAL_PPS && in is_post_sei_nal_type()
/third_party/ffmpeg/libavformat/
Dmxfenc.c2276 case H264_NAL_PPS: in mxf_parse_h264_frame()