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

/hardware/intel/img/psb_video/src/
H A Dtng_yuv_processor.c83 dec_ctx->yuv_ctx = ctx;
93 context_yuv_processor_p yuv_ctx = NULL; local
99 yuv_ctx = dec_ctx->yuv_ctx;
101 if (yuv_ctx) {
102 has_dec_ctx = yuv_ctx->has_dec_ctx;
103 free(yuv_ctx);
104 dec_ctx->yuv_ctx = NULL;
121 context_yuv_processor_p ctx = dec_ctx->yuv_ctx;
190 context_yuv_processor_p ctx = dec_ctx->yuv_ctx;
[all...]
H A Dtng_vld_dec.h69 context_yuv_processor_p yuv_ctx; member in struct:context_DEC_s
H A Dtng_vld_dec.c82 int ved_scaling = (CONTEXT_SCALING(obj_context) && !ctx->yuv_ctx);
86 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) {
89 src_surface = ctx->yuv_ctx->src_surface;
134 obj_context->profile == VAProfileJPEGBaseline || ctx->yuv_ctx) {
140 if (ctx->yuv_ctx)

Completed in 220 milliseconds