Searched refs:HEVC_NAL_PPS (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hevc.c | 707 if (nal_type == HEVC_NAL_VPS || nal_type == HEVC_NAL_SPS || nal_type == HEVC_NAL_PPS) in hvcc_array_add_nal_unit() 743 case HEVC_NAL_PPS: in hvcc_add_nal_unit() 754 else if (nal_type == HEVC_NAL_PPS) in hvcc_add_nal_unit() 894 case HEVC_NAL_PPS: in hvcc_write() 1027 case HEVC_NAL_PPS: in ff_hevc_annexb2mp4() 1105 case HEVC_NAL_PPS: in ff_isom_write_hvcc()
|
D | hevcdec.c | 48 case HEVC_NAL_PPS: pps++; break; in hevc_probe()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc.h | 63 HEVC_NAL_PPS = 34, enumerator
|
D | hevc_parse.c | 55 case HEVC_NAL_PPS: in hevc_decode_nal_units()
|
D | hevc_parser.c | 218 case HEVC_NAL_PPS: in parse_nal_units() 358 else if (nut == HEVC_NAL_PPS) in hevc_split()
|
D | hevc_mp4toannexb_bsf.c | 59 if (!(type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS || in hevc_extradata_to_annexb()
|
D | cbs_h2645.c | 858 case HEVC_NAL_PPS: in cbs_h265_read_nal_unit() 1147 case HEVC_NAL_PPS: 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() 1434 CBS_UNIT_TYPE_INTERNAL_REF(HEVC_NAL_PPS, H265RawPPS, extension_data.data),
|
D | extract_extradata_bsf.c | 139 HEVC_NAL_VPS, HEVC_NAL_SPS, HEVC_NAL_PPS, in extract_extradata_h2645()
|
D | h265_metadata_bsf.c | 103 } else if (unit->type == HEVC_NAL_PPS) { in h265_metadata_guess_level()
|
D | vaapi_encode_h265.c | 517 .nal_unit_type = HEVC_NAL_PPS, in vaapi_encode_h265_init_sequence_params()
|
D | cbs_h265_syntax_template.c | 1042 CHECK(FUNC(nal_unit_header)(ctx, rw, ¤t->nal_unit_header, HEVC_NAL_PPS)); in FUNC()
|
D | hevcdec.c | 2994 case HEVC_NAL_PPS: in decode_nal_unit()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_hevc_enc.c | 38 HEVC_NAL_PPS = 34, enumerator 313 case HEVC_NAL_PPS: in vlVaHandleVAEncPackedHeaderDataBufferTypeHEVC()
|