Searched defs:yuv_ctx (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_vld_dec.h69 context_yuv_processor_p yuv_ctx; member in struct:context_DEC_s
H A Dtng_yuv_processor.c81 dec_ctx->yuv_ctx = ctx;
91 context_yuv_processor_p yuv_ctx = NULL; local
97 yuv_ctx = dec_ctx->yuv_ctx;
99 if (yuv_ctx) {
100 has_dec_ctx = yuv_ctx->has_dec_ctx;
101 free(yuv_ctx);
102 dec_ctx->yuv_ctx = NULL;
119 context_yuv_processor_p ctx = dec_ctx->yuv_ctx;
188 context_yuv_processor_p ctx = dec_ctx->yuv_ctx;
[all...]

Completed in 24 milliseconds