Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_MPEG4.c1144 struct psb_buffer_s *data_partition_buffer0; member
1291 ctx->data_partition_buffer0 = NULL; in pnw_MPEG4_CreateContext()
1364 if(ctx->data_partition_buffer0) in pnw_MPEG4_DestroyContext()
1365 psb_buffer_destroy(ctx->data_partition_buffer0); in pnw_MPEG4_DestroyContext()
1370 ctx->data_partition_buffer0 = NULL; in pnw_MPEG4_DestroyContext()
1590 if(!ctx->data_partition_buffer0) { in psb__MPEG4_process_picture_param()
1592 ctx->data_partition_buffer0 = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s)); in psb__MPEG4_process_picture_param()
1593 CHECK_ALLOCATION(ctx->data_partition_buffer0); in psb__MPEG4_process_picture_param()
1595 …b_buffer_create(ctx->obj_context->driver_data, size, psb_bt_vpu_only, ctx->data_partition_buffer0); in psb__MPEG4_process_picture_param()
1957 …psb_cmdbuf_rendec_write_address(cmdbuf, ctx->data_partition_buffer0, ctx->data_partition_buffer0->… in psb__MPEG4_set_backend_registers()
[all …]