HomeSort by relevance Sort by last modified time
    Searched refs:buffer_handle_t (Results 26 - 37 of 37) sorted by null

12

  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 63 msm_copy_buffer(buffer_handle_t handle, int fd,
92 static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
418 msm_copy_buffer(buffer_handle_t handle, int fd,
  /development/tools/emulator/system/camera/
PreviewWindow.cpp 139 buffer_handle_t* buffer = NULL;
  /frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp 799 // 2. This is followed by the buffer_handle_t that is a handle to the
803 // | kMetadataBufferTypeGrallocSource | sizeof(buffer_handle_t) |
810 new MediaBuffer(4 + sizeof(buffer_handle_t));
818 memcpy(data + 4, &(mCurrentBuf->handle), sizeof(buffer_handle_t));
862 buffer_handle_t bufferHandle ;
863 memcpy( &bufferHandle, (char *)(buffer->data()) + 4, sizeof(buffer_handle_t));
  /frameworks/base/services/camera/libcameraservice/
CameraHardwareInterface.h 569 buffer_handle_t** buffer, int *stride)
589 buffer_handle_t* buffer)
597 buffer_handle_t* buffer)
605 buffer_handle_t* buffer)
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 648 (buffer_handle_t)grallocHandle, GRALLOC_USAGE_HW_RENDER,
704 pCompPrv->grallocModule->unlock((gralloc_module_t const *) pCompPrv->grallocModule, (buffer_handle_t)grallocHandle);
  /frameworks/base/libs/ui/
FramebufferNativeWindow.cpp 257 buffer_handle_t handle = static_cast<NativeBuffer*>(buffer)->handle;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 85 static int fb_post(struct framebuffer_device_t* dev, buffer_handle_t buffer)
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
AppCallbackNotifier.cpp     [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 631 buffer_handle_t tBufHandle;
635 tBufHandle = *((buffer_handle_t *)pTempBuffer);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 615 buffer_handle_t tBufHandle;
619 tBufHandle = *((buffer_handle_t *)pTempBuffer);
  /hardware/ti/omap4xxx/hwc/
hwc.c 126 buffer_handle_t *buffers;
    [all...]

Completed in 714 milliseconds

12