Home
last modified time | relevance | path

Searched refs:RGBLayout (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h344 enum RGBLayout { RGB, RGBA, ARGB }; enum
346 uint32_t stride, RGBLayout layout, uint32_t gain,
DEmulatedSensor.cpp818 (*b)->plane.img.stride_in_bytes, RGBLayout::RGB, in threadLoop()
829 (*b)->plane.img.stride_in_bytes, RGBLayout::RGBA, in threadLoop()
1337 uint32_t stride, RGBLayout layout, uint32_t gain, in CaptureRGB()