Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h418 enum RGBLayout { RGB, RGBA, ARGB }; enum
420 uint32_t stride, RGBLayout layout, uint32_t gain,
DEmulatedSensor.cpp1011 (*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()