Searched refs:object_heap_init (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | object_heap.h | 57 int object_heap_init(object_heap_p heap, int object_size, int id_offset);
|
D | object_heap.c | 89 int object_heap_init(object_heap_p heap, int object_size, int id_offset) in object_heap_init() function
|
D | psb_drv_video.c | 3470 …result = object_heap_init(&driver_data->config_heap, sizeof(struct object_config_s), CONFIG_ID_OFF… 3473 …result = object_heap_init(&driver_data->context_heap, sizeof(struct object_context_s), CONTEXT_ID_… 3476 …result = object_heap_init(&driver_data->surface_heap, sizeof(struct object_surface_s), SURFACE_ID_… 3479 …result = object_heap_init(&driver_data->buffer_heap, sizeof(struct object_buffer_s), BUFFER_ID_OFF… 3482 …result = object_heap_init(&driver_data->image_heap, sizeof(struct object_image_s), IMAGE_ID_OFFSET… 3485 …result = object_heap_init(&driver_data->subpic_heap, sizeof(struct object_subpic_s), SUBPIC_ID_OFF…
|