Searched refs:object_base_p (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | object_heap.c | 49 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 …]
|
D | object_heap.h | 35 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);
|
D | psb_surface_attrib.c | 195 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); 235 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); 359 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesForUserPtr() 383 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesForUserPtr() 498 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromKBuf() 521 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromKBuf() 599 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromUserspace() 616 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromUserspace() 720 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromION() 734 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaceFromION()
|
D | psb_drv_video.c | 498 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_CreateConfig() 547 object_heap_free(&driver_data->config_heap, (object_base_p) obj_config); in psb_DestroyConfig() 606 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb__destroy_surface() 850 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2() 876 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2() 1108 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext() 1123 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext() 1221 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext() 1400 object_heap_free(&driver_data->context_heap, (object_base_p) obj_context); in psb_CreateContext() 1547 object_heap_free(&driver_data->buffer_heap, (object_base_p) obj_buffer); in psb__destroy_buffer() [all …]
|
D | psb_output.c | 426 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb_CreateImage() 518 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb_DeriveImage() 626 object_heap_free(&driver_data->image_heap, (object_base_p) obj_image); in psb__destroy_image() 1564 object_heap_free(&driver_data->subpic_heap, (object_base_p) obj_subpic); in psb__destroy_subpicture()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 170 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc() 216 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc() 330 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc() 451 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 609 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()
|