HomeSort by relevance Sort by last modified time
    Searched refs:surface_heap (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/intel/img/psb_video/src/
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);
355 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
379 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
476 surfaceID = object_heap_allocate(&driver_data->surface_heap);
494 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
517 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface)
    [all...]
vsp_compose.c 43 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
pnw_H263ES.c 47 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
pnw_MPEG4ES.c 47 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
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);
883 surfaceID = object_heap_allocate(&driver_data->surface_heap);
904 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
930 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
    [all...]
tng_MPEG4ES.c 56 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
pnw_jpeg.c 45 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
pnw_rotate.c 57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
psb_drv_video.h 195 struct object_heap_s surface_heap; member in struct:psb_driver_data_s
tng_H263ES.c 56 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
tng_yuv_processor.c 40 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id ))
psb_texture.c 64 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
    [all...]
vsp_vp8.c 43 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
pnw_H264ES.c 49 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
pnw_MPEG2.c 531 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
tng_H264ES.c 62 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 44 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
153 surfaceID = object_heap_allocate(&driver_data->surface_heap);
174 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
221 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
313 surfaceID = object_heap_allocate(&driver_data->surface_heap);
333 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
473 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
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/
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);
614 output->rotate_surfaceID = object_heap_allocate(&driver_data->surface_heap);
632 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_rotate_surface);
647 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_rotate_surface);
psb_x11.c 51 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
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/
lnc_H263ES.c 48 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
lnc_MPEG4ES.c 48 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
lnc_H264ES.c 52 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
psb_MPEG2MC.c 142 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]

Completed in 1030 milliseconds

1 2