Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dobject_heap.c49 object_base_p *new_heap_index; in object_heap_expand()
53 …new_heap_index = (object_base_p *) realloc(heap->heap_index, new_heap_size * sizeof(object_base_p)… in object_heap_expand()
60 object_base_p obj = (object_base_p) calloc(1, heap->object_size); in object_heap_expand()
106 object_base_p obj; in object_heap_allocate()
124 object_base_p object_heap_lookup(object_heap_p heap, int id) in object_heap_lookup()
126 object_base_p obj; in object_heap_lookup()
146 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter) in object_heap_first()
156 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter) in object_heap_next()
158 object_base_p obj; in object_heap_next()
177 void object_heap_free(object_heap_p heap, object_base_p obj) in object_heap_free()
[all …]
Dobject_heap.h35 typedef struct object_base_s *object_base_p; typedef
46 object_base_p *heap_index;
69 object_base_p object_heap_lookup(object_heap_p heap, int id);
75 object_base_p object_heap_first(object_heap_p heap, object_heap_iterator *iter);
81 object_base_p object_heap_next(object_heap_p heap, object_heap_iterator *iter);
86 void object_heap_free(object_heap_p heap, object_base_p obj);
97 void object_heap_suspend_object(object_base_p obj, int suspend);
Dpsb_surface_attrib.c191 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
231 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
355 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesForUserPtr()
379 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesForUserPtr()
494 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromKBuf()
517 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromKBuf()
595 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromUserspace()
614 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromUserspace()
718 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromION()
732 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromION()
Dpsb_drv_video.c502 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_CreateConfig()
551 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_DestroyConfig()
610 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb__destroy_surface()
888 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2()
914 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2()
1124 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1139 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1239 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1418 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext()
1577 object_heap_free(&driver_data->buffer_heap, (object_base_p) obj_buffer); in psb__destroy_buffer()
[all …]
Dpsb_output.c427 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb_CreateImage()
519 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb_DeriveImage()
627 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb__destroy_image()
1565 object_heap_free(&driver_data->subpic_heap, (object_base_p) obj_subpic); in psb__destroy_subpicture()
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c170 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
217 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
329 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
466 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c609 object_heap_free(&driver_data->surface_heap, (object_base_p)obj_rotate_surface); in psb_check_rotatesurface()
632 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_rotate_surface); in psb_check_rotatesurface()
647 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_rotate_surface); in psb_check_rotatesurface()