Home
last modified time | relevance | path

Searched refs:surface_heap (Results 1 – 25 of 39) sorted by relevance

12

/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c46 #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 …]
Dvsp_compose.c43 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpsb_drv_video.c137 #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()
883 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfaces2()
904 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2()
930 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfaces2()
3205 obj_surface = (object_surface_p) object_heap_first(&driver_data->surface_heap, &iter);
3209 obj_surface = (object_surface_p) object_heap_next(&driver_data->surface_heap, &iter);
3211 object_heap_destroy(&driver_data->surface_heap);
3543 …result = object_heap_init(&driver_data->surface_heap, sizeof(struct object_surface_s), SURFACE_ID_…
Dtng_MPEG4ES.c56 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpnw_H263ES.c47 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpnw_MPEG4ES.c47 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpsb_drv_video.h196 struct object_heap_s surface_heap; member
Dtng_yuv_processor.c40 …) ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id ))
Dtng_H263ES.c56 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpnw_jpeg.c45 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpnw_rotate.c57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
Dpsb_texture.c64 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
Dvsp_vp8.c43 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dtng_jpegdec.c209 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpnw_H264ES.c49 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dtng_H264ES.c62 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
/hardware/intel/img/psb_video/src/android/
Dpsb_surface_gralloc.c44 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
153 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesFromGralloc()
174 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
221 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
313 surfaceID = object_heap_allocate(&driver_data->surface_heap); in psb_CreateSurfacesFromGralloc()
333 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
473 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface); in psb_CreateSurfacesFromGralloc()
Dpsb_output_android.c53 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
/hardware/intel/img/psb_video/src/x11/
Dpsb_xvva.c46 #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()
Dpsb_x11.c51 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
Dpsb_ctexture.c54 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
/hardware/intel/img/psb_video/src/mrst/
Dlnc_H263ES.c48 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dlnc_MPEG4ES.c48 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dlnc_H264ES.c52 …(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
Dpsb_MPEG2MC.c142 …id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))

12