Home
last modified time | relevance | path

Searched refs:colocated_buffers_size (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_vld_dec.h67 int colocated_buffers_size; member
Dtng_vld_dec.c355 if (index >= ctx->colocated_buffers_size) { in vld_dec_allocate_colocated_buffer()
407 ctx->colocated_buffers_size = obj_context->num_render_targets; in vld_dec_CreateContext()
409 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in vld_dec_CreateContext()
Dvc1_header.h294 int colocated_buffers_size; member
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c187 int colocated_buffers_size; member
415 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_H264_CreateContext()
417 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_H264_CreateContext()
562 if (index >= ctx->colocated_buffers_size) { in psb__H264_allocate_colocated_buffer()
Dpsb_MPEG4.c329 int colocated_buffers_size; member
463 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_MPEG4_CreateContext()
465 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_MPEG4_CreateContext()
560 if (index >= ctx->colocated_buffers_size) { in psb__MPEG4_allocate_colocated_buffer()
Dpsb_VC1.c452 ctx->colocated_buffers_size = obj_context->num_render_targets; in psb_VC1_CreateContext()
454 …ated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size); in psb_VC1_CreateContext()
564 if (index >= ctx->colocated_buffers_size) { in psb__VC1_allocate_colocated_buffer()