Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhevc.c707 if (nal_type == HEVC_NAL_VPS || nal_type == HEVC_NAL_SPS || nal_type == HEVC_NAL_PPS) in hvcc_array_add_nal_unit()
742 case HEVC_NAL_SPS: in hvcc_add_nal_unit()
752 else if (nal_type == HEVC_NAL_SPS) in hvcc_add_nal_unit()
891 case HEVC_NAL_SPS: in hvcc_write()
1026 case HEVC_NAL_SPS: in ff_hevc_annexb2mp4()
1104 case HEVC_NAL_SPS: in ff_isom_write_hvcc()
Dhevcdec.c47 case HEVC_NAL_SPS: sps++; break; in hevc_probe()
/third_party/ffmpeg/libavcodec/
Dhevc.h62 HEVC_NAL_SPS = 33, enumerator
Dhevc_parse.c50 case HEVC_NAL_SPS: in hevc_decode_nal_units()
Dhevc_parser.c215 case HEVC_NAL_SPS: in parse_nal_units()
356 else if (nut == HEVC_NAL_SPS) in hevc_split()
Dextract_extradata_bsf.c139 HEVC_NAL_VPS, HEVC_NAL_SPS, HEVC_NAL_PPS, in extract_extradata_h2645()
170 if (nal->type == HEVC_NAL_SPS) has_sps = 1; in extract_extradata_h2645()
Dh265_metadata_bsf.c91 } else if (unit->type == HEVC_NAL_SPS) { in h265_metadata_guess_level()
389 if (au->units[i].type == HEVC_NAL_SPS) { in h265_metadata_update_fragment()
Dhevc_mp4toannexb_bsf.c59 if (!(type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS || in hevc_extradata_to_annexb()
Dcbs_h2645.c844 case HEVC_NAL_SPS: in cbs_h265_read_nal_unit()
1133 case HEVC_NAL_SPS: in cbs_h265_write_nal_unit()
1236 return type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS; in cbs_h2645_unit_requires_zero_byte()
1433 CBS_UNIT_TYPE_INTERNAL_REF(HEVC_NAL_SPS, H265RawSPS, extension_data.data),
Dqsvenc_hevc.c92 if (type != HEVC_NAL_SPS) { in generate_fake_vps()
Dvaapi_encode_h265.c372 .nal_unit_type = HEVC_NAL_SPS, in vaapi_encode_h265_init_sequence_params()
Dcbs_h265_syntax_template.c784 CHECK(FUNC(nal_unit_header)(ctx, rw, &current->nal_unit_header, HEVC_NAL_SPS)); in FUNC()
Dhevcdec.c2980 case HEVC_NAL_SPS: in decode_nal_unit()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc_enc.c37 HEVC_NAL_SPS = 33, enumerator
309 case HEVC_NAL_SPS: in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC()