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

  /hardware/intel/img/psb_video/src/
tng_vld_dec.h 54 object_buffer_p *slice_param_list; member in struct:context_DEC_s
vc1_header.h 281 object_buffer_p *slice_param_list; member in struct:context_VC1_s
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c 511 object_buffer_p *slice_param_list; member in struct:context_MPEG2_s
642 ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->slice_param_list_size);
645 if (NULL == ctx->slice_param_list) {
687 if (ctx->slice_param_list) {
688 free(ctx->slice_param_list);
689 ctx->slice_param_list = NULL;
875 new_list = realloc(ctx->slice_param_list,
880 ctx->slice_param_list = (object_buffer_p*) new_list;
882 ctx->slice_param_list[ctx->slice_param_list_idx] = obj_buffer;
    [all...]
psb_MPEG4.c 317 object_buffer_p *slice_param_list; member in struct:context_MPEG4_s
    [all...]
psb_H264.c 165 object_buffer_p *slice_param_list; member in struct:context_H264_s
407 ctx->slice_param_list = (object_buffer_p*) calloc(1, sizeof(object_buffer_p) * ctx->slice_param_list_size);
410 if (NULL == ctx->slice_param_list) {
537 if (ctx->slice_param_list) {
538 free(ctx->slice_param_list);
539 ctx->slice_param_list = NULL;
    [all...]

Completed in 282 milliseconds