HomeSort by relevance Sort by last modified time
    Searched full:gralloc_usage (Results 1 - 8 of 8) sorted by null

  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 583 int gralloc_usage = 0; local
588 &gralloc_usage);
594 gralloc_usage = GRALLOC_USAGE_HW_RENDER | GRALLOC_USAGE_HW_TEXTURE;
596 err = native_window_set_usage(surface.window.get(), gralloc_usage);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp 42 int gralloc_usage; local
82 gralloc_usage = CAMERA_GRALLOC_HEAP_ID | CAMERA_GRALLOC_FALLBACK_HEAP_ID;
84 gralloc_usage = CAMERA_GRALLOC_HEAP_ID | CAMERA_GRALLOC_FALLBACK_HEAP_ID |
86 err = previewWindow->set_usage(previewWindow, gralloc_usage);
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 1608 int gralloc_usage = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 1608 int gralloc_usage = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraMem.cpp 1393 int gralloc_usage = 0; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 1953 int gralloc_usage = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 761 int gralloc_usage = 0; local
839 gralloc_usage = CAMERA_GRALLOC_HEAP_ID | CAMERA_GRALLOC_FALLBACK_HEAP_ID |
843 rc = mPreviewWindow->set_usage(mPreviewWindow, gralloc_usage);
    [all...]
  /hardware/qcom/camera/usbcamcore/src/
QualcommUsbCamera.cpp 761 int gralloc_usage = 0; local
839 gralloc_usage = CAMERA_GRALLOC_HEAP_ID | CAMERA_GRALLOC_FALLBACK_HEAP_ID |
843 rc = mPreviewWindow->set_usage(mPreviewWindow, gralloc_usage);
    [all...]

Completed in 186 milliseconds