Home
last modified time | relevance | path

Searched refs:context_VC1_s (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dvc1_header.h197 struct context_VC1_s { struct
313 typedef struct context_VC1_s *context_VC1_p; argument
Dpnw_VC1.c454 ctx = (context_VC1_p) malloc(sizeof(struct context_VC1_s)); in pnw_VC1_CreateContext()
457 memset(ctx, 0, sizeof(struct context_VC1_s)); in pnw_VC1_CreateContext()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c430 ctx = (context_VC1_p) calloc(1, sizeof(struct context_VC1_s)); in psb_VC1_CreateContext()