HomeSort by relevance Sort by last modified time
    Searched refs:colocated_buffers (Results 1 - 6 of 6) 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
tng_vld_dec.c 361 buf = &(ctx->colocated_buffers[index]);
369 buf = &(ctx->colocated_buffers[index - 1]);
388 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */
409 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
410 if (NULL == ctx->colocated_buffers) {
439 if (ctx->colocated_buffers) {
441 psb_buffer_destroy(&(ctx->colocated_buffers[i]));
443 free(ctx->colocated_buffers);
444 ctx->colocated_buffers = NULL;
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...]
psb_VC1.c 454 ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buffers_size);
455 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]);
585 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */
    [all...]

Completed in 99 milliseconds