Searched refs:HEVCPPS (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc.h488 typedef struct HEVCPPS { struct
560 } HEVCPPS; typedef in typeref:struct:HEVCPPS
823 const HEVCPPS *pps;
H A Dhevc_parser.c182 h->pps = (HEVCPPS*)h->pps_list[sh->pps_id]->data;
H A Dhevc_ps.c1013 if (s->pps_list[i] && ((HEVCPPS*)s->pps_list[i]->data)->sps_id == sps_id)
1035 HEVCPPS *pps = (HEVCPPS*)data;
1051 static int pps_range_extensions(HEVCContext *s, HEVCPPS *pps, HEVCSPS *sps) {
1102 HEVCPPS *pps = av_mallocz(sizeof(*pps));
H A Dhevc.c386 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]->data) {
390 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]->data;

Completed in 43 milliseconds