Searched refs:colocated_buffers (Results 1 – 6 of 6) sorted by relevance
361 buf = &(ctx->colocated_buffers[index]); in vld_dec_allocate_colocated_buffer()369 buf = &(ctx->colocated_buffers[index - 1]); in vld_dec_allocate_colocated_buffer()388 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */ in vld_dec_lookup_colocated_buffer()409 …ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buf… in vld_dec_CreateContext()410 if (NULL == ctx->colocated_buffers) { in vld_dec_CreateContext()439 if (ctx->colocated_buffers) { in vld_dec_DestroyContext()441 psb_buffer_destroy(&(ctx->colocated_buffers[i])); in vld_dec_DestroyContext()443 free(ctx->colocated_buffers); in vld_dec_DestroyContext()444 ctx->colocated_buffers = NULL; in vld_dec_DestroyContext()
66 struct psb_buffer_s *colocated_buffers; member
293 struct psb_buffer_s *colocated_buffers; member
328 struct psb_buffer_s *colocated_buffers; member465 …ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buf… in psb_MPEG4_CreateContext()466 if (NULL == ctx->colocated_buffers) { in psb_MPEG4_CreateContext()536 if (ctx->colocated_buffers) { in psb_MPEG4_DestroyContext()538 psb_buffer_destroy(&(ctx->colocated_buffers[i])); in psb_MPEG4_DestroyContext()540 free(ctx->colocated_buffers); in psb_MPEG4_DestroyContext()541 ctx->colocated_buffers = NULL; in psb_MPEG4_DestroyContext()563 buf = &(ctx->colocated_buffers[index]); in psb__MPEG4_allocate_colocated_buffer()580 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */ in psb__MPEG4_lookup_colocated_buffer()
186 struct psb_buffer_s *colocated_buffers; member417 …ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buf… in psb_H264_CreateContext()418 if (NULL == ctx->colocated_buffers) { in psb_H264_CreateContext()542 if (ctx->colocated_buffers) { in psb_H264_DestroyContext()544 psb_buffer_destroy(&(ctx->colocated_buffers[i])); in psb_H264_DestroyContext()546 free(ctx->colocated_buffers); in psb_H264_DestroyContext()547 ctx->colocated_buffers = NULL; in psb_H264_DestroyContext()567 buf = &(ctx->colocated_buffers[index]); in psb__H264_allocate_colocated_buffer()586 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */ in psb__H264_lookup_colocated_buffer()
454 …ctx->colocated_buffers = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s) * ctx->colocated_buf… in psb_VC1_CreateContext()455 if (NULL == ctx->colocated_buffers) { in psb_VC1_CreateContext()542 if (ctx->colocated_buffers) { in psb_VC1_DestroyContext()544 psb_buffer_destroy(&(ctx->colocated_buffers[i])); in psb_VC1_DestroyContext()546 free(ctx->colocated_buffers); in psb_VC1_DestroyContext()547 ctx->colocated_buffers = NULL; in psb_VC1_DestroyContext()567 buf = &(ctx->colocated_buffers[index]); in psb__VC1_allocate_colocated_buffer()585 return &(ctx->colocated_buffers[index-1]); /* 0 means unset, index is offset by 1 */ in psb__VC1_lookup_colocated_buffer()