Searched refs:data_partition_buffer0 (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG4.c1144 struct psb_buffer_s *data_partition_buffer0; member in struct:context_MPEG4_s
1291 ctx->data_partition_buffer0 = NULL;
1364 if(ctx->data_partition_buffer0)
1365 psb_buffer_destroy(ctx->data_partition_buffer0);
1370 ctx->data_partition_buffer0 = NULL;
1590 if(!ctx->data_partition_buffer0) {
1592 ctx->data_partition_buffer0 = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s));
1593 CHECK_ALLOCATION(ctx->data_partition_buffer0);
1595 vaStatus = psb_buffer_create(ctx->obj_context->driver_data, size, psb_bt_vpu_only, ctx->data_partition_buffer0);
1957 psb_cmdbuf_rendec_write_address(cmdbuf, ctx->data_partition_buffer0, ct
[all...]

Completed in 6 milliseconds