Searched refs:yuv_ctx (Results 1 – 3 of 3) sorted by relevance
81 dec_ctx->yuv_ctx = ctx; in tng_yuv_processor_CreateContext()91 context_yuv_processor_p yuv_ctx = NULL; in tng_yuv_processor_DestroyContext() local97 yuv_ctx = dec_ctx->yuv_ctx; in tng_yuv_processor_DestroyContext()99 if (yuv_ctx) { in tng_yuv_processor_DestroyContext()100 has_dec_ctx = yuv_ctx->has_dec_ctx; in tng_yuv_processor_DestroyContext()101 free(yuv_ctx); in tng_yuv_processor_DestroyContext()102 dec_ctx->yuv_ctx = NULL; in tng_yuv_processor_DestroyContext()119 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng__yuv_processor_process()188 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng__yuv_processor_execute()336 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng_yuv_processor_EndPicture()
80 int ved_scaling = (CONTEXT_SCALING(obj_context) && !ctx->yuv_ctx); in vld_dec_setup_alternative_frame()84 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) { in vld_dec_setup_alternative_frame()87 src_surface = ctx->yuv_ctx->src_surface; in vld_dec_setup_alternative_frame()132 obj_context->profile == VAProfileJPEGBaseline || ctx->yuv_ctx) { in vld_dec_setup_alternative_frame()138 if (ctx->yuv_ctx) in vld_dec_setup_alternative_frame()
69 context_yuv_processor_p yuv_ctx; member