Searched refs:surface_heap (Results 1 – 25 of 39) sorted by relevance
12
/hardware/intel/img/psb_video/src/ |
D | psb_surface_attrib.c | 46 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 163 surfaceID = object_heap_allocate(&driver_data->surface_heap); 191 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); 334 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesForUserPtr() 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() 476 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaceFromKBuf() 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() [all …]
|
D | vsp_compose.c | 43 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | psb_drv_video.c | 137 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 610 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb__destroy_surface() 867 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaces2() 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() 3138 obj_surface = (object_surface_p) object_heap_first(&driver_data->surface_heap, &iter); 3142 obj_surface = (object_surface_p) object_heap_next(&driver_data->surface_heap, &iter); 3144 object_heap_destroy(&driver_data->surface_heap); 3476 …result = object_heap_init(&driver_data->surface_heap, sizeof(struct object_surface_s), SURFACE_ID_…
|
D | tng_MPEG4ES.c | 56 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | pnw_MPEG4ES.c | 47 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | pnw_H263ES.c | 47 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | psb_drv_video.h | 196 struct object_heap_s surface_heap; member
|
D | tng_yuv_processor.c | 40 …) ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id ))
|
D | tng_H263ES.c | 56 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | pnw_jpeg.c | 45 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | pnw_rotate.c | 57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
|
D | psb_texture.c | 64 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
|
D | vsp_vp8.c | 43 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | tng_jpegdec.c | 209 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | pnw_H264ES.c | 49 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | tng_H264ES.c | 62 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | vsp_VPP.c | 44 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 44 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 149 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesFromGralloc() 170 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() 309 surfaceID = object_heap_allocate(&driver_data->surface_heap); 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()
|
D | psb_output_android.c | 53 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 46 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 609 object_heap_free(&driver_data->surface_heap, (object_base_p)obj_rotate_surface); in psb_check_rotatesurface() 614 output->rotate_surfaceID = object_heap_allocate(&driver_data->surface_heap); 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()
|
D | psb_x11.c | 51 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
|
D | psb_ctexture.c | 54 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_MPEG4ES.c | 48 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | lnc_H263ES.c | 48 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
D | lnc_H264ES.c | 52 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
|
12