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

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 66 struct psb_buffer_s *colocated_buffers; member in struct:context_DEC_s
vc1_header.h 293 struct psb_buffer_s *colocated_buffers; member in struct:context_VC1_s
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c 328 struct psb_buffer_s *colocated_buffers; member in struct:context_MPEG4_s
    [all...]
psb_H264.c 186 struct psb_buffer_s *colocated_buffers; member in struct:context_H264_s
417 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
418 if (NULL == ctx->colocated_buffers) {
542 if (ctx->colocated_buffers) {
544 psb_buffer_destroy(&(ctx->colocated_buffers[i]));
546 free(ctx->colocated_buffers);
547 ctx->colocated_buffers = NULL;
567 buf = &(ctx->colocated_buffers[index]);
586 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */
    [all...]

Completed in 67 milliseconds