Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264.h42 H264_NAL_PPS = 8, enumerator
Dh264_mp4toannexb_bsf.c226 } else if (unit_type == H264_NAL_PPS) { in h264_mp4toannexb_filter()
261 unit_type == H264_NAL_SPS || unit_type == H264_NAL_PPS, j); in h264_mp4toannexb_filter()
Dh264_redundant_pps_bsf.c93 if (nal->type == H264_NAL_PPS) { in h264_redundant_pps_update_fragment()
Dh264_parser.c112 nalu_type == H264_NAL_PPS || nalu_type == H264_NAL_AUD) { in h264_find_frame_end()
328 case H264_NAL_PPS: in parse_nal_units()
663 } else if (nalu_type == H264_NAL_PPS) in h264_split()
Dcbs_h2645.c734 case H264_NAL_PPS: in cbs_h264_read_nal_unit()
1026 case H264_NAL_PPS: in cbs_h264_write_nal_unit()
1234 return type == H264_NAL_SPS || type == H264_NAL_PPS; in cbs_h2645_unit_requires_zero_byte()
1399 CBS_UNIT_TYPE_INTERNAL_REF(H264_NAL_PPS, H264RawPPS, slice_group_id),
Dextract_extradata_bsf.c142 H264_NAL_SPS, H264_NAL_PPS, in extract_extradata_h2645()
Dh264dec.c501 case H264_NAL_PPS: in get_last_needed_nal()
684 case H264_NAL_PPS: in decode_nal_units()
Dh264_parse.c395 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.c487 pps->nal_unit_header.nal_unit_type = H264_NAL_PPS; in vaapi_encode_h264_init_sequence_params()
Dvideotoolboxenc.c1553 nal_type != H264_NAL_PPS && in is_post_sei_nal_type()
/third_party/ffmpeg/libavformat/
Dmxfenc.c2281 case H264_NAL_PPS: in mxf_parse_h264_frame()