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

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 67 int colocated_buffers_size; member in struct:context_DEC_s
tng_vld_dec.c 355 if (index >= ctx->colocated_buffers_size) {
407 ctx->colocated_buffers_size = obj_context->num_render_targets;
409 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
vc1_header.h 294 int colocated_buffers_size; member in struct:context_VC1_s
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c 329 int colocated_buffers_size; member in struct:context_MPEG4_s
    [all...]
psb_H264.c 187 int colocated_buffers_size; member in struct:context_H264_s
415 ctx->colocated_buffers_size = obj_context->num_render_targets;
417 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
562 if (index >= ctx->colocated_buffers_size) {
    [all...]
psb_VC1.c 452 ctx->colocated_buffers_size = obj_context->num_render_targets;
454 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
564 if (index >= ctx->colocated_buffers_size) {
    [all...]

Completed in 120 milliseconds