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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c31 typedef struct HEVCParseContext { struct
34 } HEVCParseContext; typedef in typeref:struct:HEVCParseContext
44 ParseContext *pc = &((HEVCParseContext *)s->priv_data)->pc;
90 HEVCContext *h = &((HEVCParseContext *)s->priv_data)->h;
266 ParseContext *pc = &((HEVCParseContext *)s->priv_data)->pc;
310 HEVCContext *h = &((HEVCParseContext *)s->priv_data)->h;
320 HEVCContext *h = &((HEVCParseContext *)s->priv_data)->h;
321 ParseContext *pc = &((HEVCParseContext *)s->priv_data)->pc;
345 .priv_data_size = sizeof(HEVCParseContext),

Completed in 38 milliseconds