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 45 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
165 surfaceID = object_heap_allocate(&driver_data->surface_heap);
193 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
233 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
336 surfaceID = object_heap_allocate(&driver_data->surface_heap);
357 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
381 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
477 surfaceID = object_heap_allocate(&driver_data->surface_heap);
495 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
518 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 133 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
606 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
813 surfaceID = object_heap_allocate(&driver_data->surface_heap);
834 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
860 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 178 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 38 #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 519 #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 ))
144 surfaceID = object_heap_allocate(&driver_data->surface_heap);
165 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
209 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
302 surfaceID = object_heap_allocate(&driver_data->surface_heap);
322 object_heap_free(&driver_data->surface_heap, (object_base_p) obj_surface);
423 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 462 milliseconds

1 2