Home
last modified time | relevance | path

Searched defs:cameraFormat (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/camera/hal/buffer_manager/src/buffer_adapter/lite/
Dbuffer_adapter.cpp59 uint32_t cameraFormat = CAMERA_FORMAT_INVALID; in PixelFormatToCameraFormat() local
89 uint32_t BufferAdapter::CameraFormatToPixelFormat(const uint32_t cameraFormat) in CameraFormatToPixelFormat()
/drivers/peripheral/camera/hal/buffer_manager/src/buffer_adapter/standard/
Dbuffer_adapter.cpp90 uint32_t cameraFormat = CAMERA_FORMAT_INVALID; in PixelFormatToCameraFormat() local
142 PixelFormat BufferAdapter::CameraFormatToPixelFormat(const uint32_t cameraFormat) in CameraFormatToPixelFormat()
/drivers/peripheral/camera/hal/buffer_manager/src/gralloc_buffer_allocator/
Dgralloc_buffer_allocator.cpp47 const uint32_t cameraFormat) in AllocBuffer()