HomeSort by relevance Sort by last modified time
    Searched refs:process_buffer (Results 1 - 9 of 9) sorted by null

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 64 VAStatus (*process_buffer)(struct context_DEC_s *, object_buffer_p); member in struct:context_DEC_s
tng_vld_dec.c 472 vaStatus = ctx->process_buffer(ctx, obj_buffer);
tng_yuv_processor.c 82 dec_ctx->process_buffer = tng_yuv_processor_process_buffer;
pnw_H264.c 429 ctx->dec_ctx.process_buffer = pnw_H264_process_buffer;
    [all...]
pnw_MPEG2.c 618 ctx->dec_ctx.process_buffer = pnw_MPEG2_process_buffer;
    [all...]
tng_VP8.c 471 ctx->dec_ctx.process_buffer = tng_VP8_process_buffer;
    [all...]
tng_jpegdec.c 300 ctx->dec_ctx.process_buffer = tng_JPEG_process_buffer;
    [all...]
pnw_MPEG4.c     [all...]
pnw_VC1.c 465 ctx->dec_ctx.process_buffer = pnw_VC1_process_buffer;
    [all...]

Completed in 1220 milliseconds