Home
last modified time | relevance | path

Searched refs:has_dec_ctx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.c71 ctx->has_dec_ctx = 0; in tng_yuv_processor_CreateContext()
78 ctx->has_dec_ctx = 1; in tng_yuv_processor_CreateContext()
94 int has_dec_ctx = 0; in tng_yuv_processor_DestroyContext() local
102 has_dec_ctx = yuv_ctx->has_dec_ctx; in tng_yuv_processor_DestroyContext()
107 if (has_dec_ctx) { in tng_yuv_processor_DestroyContext()
Dtng_yuv_processor.h49 int has_dec_ctx; member