Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.h75 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter);
Dobject_heap.c146 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter) in object_heap_first() function
Dpsb_drv_video.c3164 obj_context = (object_context_p) object_heap_first(&driver_data->context_heap, &iter);
3173 obj_subpic = (object_subpic_p) object_heap_first(&driver_data->subpic_heap, &iter);
3182 obj_image = (object_image_p) object_heap_first(&driver_data->image_heap, &iter);
3191 obj_buffer = (object_buffer_p) object_heap_first(&driver_data->buffer_heap, &iter);
3205 obj_surface = (object_surface_p) object_heap_first(&driver_data->surface_heap, &iter);
3214 obj_config = (object_config_p) object_heap_first(&driver_data->config_heap, &iter);