Home
last modified time | relevance | path

Searched refs:HEVCPPS (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_ps.h249 typedef struct HEVCPPS { struct
325 } HEVCPPS; argument
335 const HEVCPPS *pps;
Dmediacodecdec.c194 const HEVCPPS *pps = NULL; in hevc_set_extradata()
224 pps = (const HEVCPPS*)ps.pps_list[i]->data; in hevc_set_extradata()
Dhevc_ps.c83 if (s->pps_list[id] && s->pps == (const HEVCPPS*)s->pps_list[id]->data) in remove_pps()
97 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i]->data)->sps_id == id) in remove_sps()
1310 HEVCPPS *pps = (HEVCPPS*)data; in hevc_pps_free()
1327 HEVCPPS *pps, HEVCSPS *sps) { in pps_range_extensions()
1368 HEVCPPS *pps, HEVCSPS *sps) in setup_pps()
1509 HEVCPPS *pps = av_mallocz(sizeof(*pps)); in ff_hevc_decode_nal_pps()
Dhevc_parser.c81 ps->pps = (HEVCPPS*)ps->pps_list[pps_id]->data; in hevc_parse_slice_header()
Dnvdec_hevc.c74 const HEVCPPS *pps = s->ps.pps; in nvdec_hevc_start_frame()
Ddxva2_hevc.c62 const HEVCPPS *pps = h->ps.pps; in fill_picture_parameters()
Dvdpau_hevc.c48 const HEVCPPS *pps = h->ps.pps; in vdpau_hevc_start_frame()
Dvaapi_hevc.c124 const HEVCPPS *pps = h->ps.pps; in vaapi_hevc_start_frame()
Dvideotoolbox.c188 const HEVCPPS *pps = h->ps.pps; in ff_videotoolbox_hvcc_extradata_create()
Dhevcdec.c568 s->ps.pps != (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data) { in hls_slice_header()
572 s->ps.pps = (HEVCPPS*)s->ps.pps_list[sh->pps_id]->data; in hls_slice_header()