Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_vld_dec.h68 int colocated_buffers_idx; member
Dtng_vld_dec.c354 index = ctx->colocated_buffers_idx; in vld_dec_allocate_colocated_buffer()
366 ctx->colocated_buffers_idx++; in vld_dec_allocate_colocated_buffer()
408 ctx->colocated_buffers_idx = 0; in vld_dec_CreateContext()
440 for (i = 0; i < ctx->colocated_buffers_idx; ++i) in vld_dec_DestroyContext()
Dvc1_header.h295 int colocated_buffers_idx; member
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c188 int colocated_buffers_idx; member
416 ctx->colocated_buffers_idx = 0; in psb_H264_CreateContext()
543 for (i = 0; i < ctx->colocated_buffers_idx; ++i) in psb_H264_DestroyContext()
561 int index = ctx->colocated_buffers_idx; in psb__H264_allocate_colocated_buffer()
572 ctx->colocated_buffers_idx++; in psb__H264_allocate_colocated_buffer()
Dpsb_MPEG4.c330 int colocated_buffers_idx; member
464 ctx->colocated_buffers_idx = 0; in psb_MPEG4_CreateContext()
537 for (i = 0; i < ctx->colocated_buffers_idx; ++i) in psb_MPEG4_DestroyContext()
559 int index = ctx->colocated_buffers_idx; in psb__MPEG4_allocate_colocated_buffer()
568 ctx->colocated_buffers_idx++; in psb__MPEG4_allocate_colocated_buffer()
Dpsb_VC1.c453 ctx->colocated_buffers_idx = 0; in psb_VC1_CreateContext()
543 for (i = 0; i < ctx->colocated_buffers_idx; ++i) in psb_VC1_DestroyContext()
563 int index = ctx->colocated_buffers_idx; in psb__VC1_allocate_colocated_buffer()
572 ctx->colocated_buffers_idx++; in psb__VC1_allocate_colocated_buffer()