Searched refs:GRALLOC_USAGE_SW_WRITE_OFTEN (Results 1 – 7 of 7) sorted by relevance
/device/generic/goldfish/camera/ |
D | PreviewWindow.cpp | 62 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN); in setPreviewWindow() 153 *buffer, GRALLOC_USAGE_SW_WRITE_OFTEN, in onNextFrameAvailable()
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | PreviewWindow.cpp | 61 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN); in setPreviewWindow() 150 res = GrallocModule::getInstance().lock(*buffer, GRALLOC_USAGE_SW_WRITE_OFTEN, in onNextFrameAvailable()
|
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/ |
D | gralloc.h | 27 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030U, enumerator
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_module.h | 48 #define GRALLOC_USAGE_SW_WRITE_OFTEN GRALLOC1_PRODUCER_USAGE_CPU_WRITE_OFTEN macro
|
/device/google/contexthub/sensorhal/ |
D | directchannel.cpp | 291 GRALLOC_USAGE_SW_WRITE_OFTEN, 0, 0, mem->size, 1, &mBase); in GrallocDirectChannel()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 180 buffer->usage_deprecated = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | in resourceToANWB()
|
/device/google/marlin/camera/QCamera2/HAL/test/ |
D | qcamera_test.cpp | 1134 GRALLOC_USAGE_SW_WRITE_OFTEN, 3037 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
|