Home
last modified time | relevance | path

Searched refs:HEVC_NAL_VPS (Results 1 - 15 of 15) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dhevc.c706 if (nal_type == HEVC_NAL_VPS || nal_type == HEVC_NAL_SPS || nal_type == HEVC_NAL_PPS) in hvcc_array_add_nal_unit()
740 case HEVC_NAL_VPS: in hvcc_add_nal_unit()
749 else if (nal_type == HEVC_NAL_VPS) in hvcc_add_nal_unit()
887 case HEVC_NAL_VPS: in hvcc_write()
1024 case HEVC_NAL_VPS: in ff_hevc_annexb2mp4()
1102 case HEVC_NAL_VPS: in ff_isom_write_hvcc()
H A Dhevcdec.c46 case HEVC_NAL_VPS: vps++; break; in hevc_probe()
/third_party/ffmpeg/libavcodec/
H A Dhevc.h61 HEVC_NAL_VPS = 32, enumerator
H A Dhevc_parse.c45 case HEVC_NAL_VPS: in hevc_decode_nal_units()
H A Dhevc_mp4toannexb_bsf.c59 if (!(type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS || in hevc_extradata_to_annexb()
H A Dh265_metadata_bsf.c83 if (unit->type == HEVC_NAL_VPS) { in h265_metadata_guess_level()
385 if (au->units[i].type == HEVC_NAL_VPS) { in h265_metadata_update_fragment()
H A Dhevc_parser.c211 case HEVC_NAL_VPS: in parse_nal_units()
277 if ((nut >= HEVC_NAL_VPS && nut <= HEVC_NAL_EOB_NUT) || nut == HEVC_NAL_SEI_PREFIX || in hevc_find_frame_end()
H A Dextract_extradata_bsf.c138 HEVC_NAL_VPS, HEVC_NAL_SPS, HEVC_NAL_PPS, in extract_extradata_h2645()
170 if (nal->type == HEVC_NAL_VPS) has_vps = 1; in extract_extradata_h2645()
H A Dremove_extradata_bsf.c117 if (nut == HEVC_NAL_VPS) in hevc_split()
H A Dqsvenc_hevc.c139 bytestream2_put_byte(&pbc, HEVC_NAL_VPS << 1); // NAL in generate_fake_vps()
H A Dcbs_h2645.c829 case HEVC_NAL_VPS: in cbs_h265_read_nal_unit()
1117 case HEVC_NAL_VPS: in cbs_h265_write_nal_unit()
1234 return type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS; in cbs_h2645_unit_requires_zero_byte()
1430 CBS_UNIT_TYPE_INTERNAL_REF(HEVC_NAL_VPS, H265RawVPS, extension_data.data),
H A Dcbs_h265_syntax_template.c430 CHECK(FUNC(nal_unit_header)(ctx, rw, &current->nal_unit_header, HEVC_NAL_VPS)); in vps()
H A Dvaapi_encode_h265.c292 .nal_unit_type = HEVC_NAL_VPS, in vaapi_encode_h265_init_sequence_params()
H A Dhevcdec.c3112 case HEVC_NAL_VPS: in decode_nal_unit()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_hevc_enc.c35 HEVC_NAL_VPS = 32, enumerator
312 case HEVC_NAL_VPS: in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC()

Completed in 20 milliseconds