Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_MPEG4.c1145 struct psb_buffer_s *data_partition_buffer1; member
1292 ctx->data_partition_buffer1 = NULL; in pnw_MPEG4_CreateContext()
1367 if(ctx->data_partition_buffer1) in pnw_MPEG4_DestroyContext()
1368 psb_buffer_destroy(ctx->data_partition_buffer1); in pnw_MPEG4_DestroyContext()
1371 ctx->data_partition_buffer1 = NULL; in pnw_MPEG4_DestroyContext()
1598 if(!ctx->data_partition_buffer1) { in psb__MPEG4_process_picture_param()
1600 ctx->data_partition_buffer1 = (psb_buffer_p) calloc(1, sizeof(struct psb_buffer_s)); in psb__MPEG4_process_picture_param()
1601 CHECK_ALLOCATION(ctx->data_partition_buffer1); in psb__MPEG4_process_picture_param()
1603 …b_buffer_create(ctx->obj_context->driver_data, size, psb_bt_vpu_only, ctx->data_partition_buffer1); in psb__MPEG4_process_picture_param()
1961 …psb_cmdbuf_rendec_write_address(cmdbuf, ctx->data_partition_buffer1, ctx->data_partition_buffer1->… in psb__MPEG4_set_backend_registers()
[all …]