Searched refs:yuv_ctx (Results 1 – 3 of 3) sorted by relevance
83 dec_ctx->yuv_ctx = ctx; in tng_yuv_processor_CreateContext()93 context_yuv_processor_p yuv_ctx = NULL; in tng_yuv_processor_DestroyContext() local99 yuv_ctx = dec_ctx->yuv_ctx; in tng_yuv_processor_DestroyContext()101 if (yuv_ctx) { in tng_yuv_processor_DestroyContext()102 has_dec_ctx = yuv_ctx->has_dec_ctx; in tng_yuv_processor_DestroyContext()103 free(yuv_ctx); in tng_yuv_processor_DestroyContext()104 dec_ctx->yuv_ctx = NULL; in tng_yuv_processor_DestroyContext()121 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng__yuv_processor_process()190 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng__yuv_processor_execute()338 context_yuv_processor_p ctx = dec_ctx->yuv_ctx; in tng_yuv_processor_EndPicture()
82 int ved_scaling = (CONTEXT_SCALING(obj_context) && !ctx->yuv_ctx); in vld_dec_setup_alternative_frame()86 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) { in vld_dec_setup_alternative_frame()89 src_surface = ctx->yuv_ctx->src_surface; in vld_dec_setup_alternative_frame()134 obj_context->profile == VAProfileJPEGBaseline || ctx->yuv_ctx) { in vld_dec_setup_alternative_frame()140 if (ctx->yuv_ctx) in vld_dec_setup_alternative_frame()
69 context_yuv_processor_p yuv_ctx; member