Searched refs:RGBLayout (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.h | 418 enum RGBLayout { RGB, RGBA, ARGB }; enum 420 uint32_t stride, RGBLayout layout, uint32_t gain,
|
D | EmulatedSensor.cpp | 1011 (*b)->plane.img.stride_in_bytes, RGBLayout::RGB, in threadLoop() 1023 (*b)->plane.img.stride_in_bytes, RGBLayout::RGBA, in threadLoop() 1529 uint32_t stride, RGBLayout layout, in CaptureRGB()
|