Home
last modified time | relevance | path

Searched refs:context_ENC_s (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_hostcode.h197 struct context_ENC_s { struct
332 typedef struct context_ENC_s *context_ENC_p; argument
Dtng_hostcode.h240 struct context_ENC_s { struct
479 typedef struct context_ENC_s *context_ENC_p; argument
Dtng_hostcode.c788 ctx = (context_ENC_p) calloc(1, sizeof(struct context_ENC_s)); in tng_CreateContext()
795 memset((void*)ctx, 0, sizeof(struct context_ENC_s)); in tng_CreateContext()
Dpnw_hostcode.c506 ctx = (context_ENC_p) calloc(1, sizeof(struct context_ENC_s)); in pnw_CreateContext()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h158 struct context_ENC_s { struct
250 typedef struct context_ENC_s *context_ENC_p; argument
Dlnc_hostcode.c148 ctx = (context_ENC_p) calloc(1, sizeof(struct context_ENC_s)); in lnc_CreateContext()