HomeSort by relevance Sort by last modified time
    Searched defs:yuv_ctx (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 69 context_yuv_processor_p yuv_ctx; member in struct:context_DEC_s
tng_yuv_processor.c 83 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...]

Completed in 39 milliseconds