Searched refs:RGBLayout (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 344 enum RGBLayout { RGB, RGBA, ARGB }; enum 346 uint32_t stride, RGBLayout layout, uint32_t gain,
|
D | EmulatedSensor.cpp | 818 (*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()
|