Searched refs:Gr (Results 1 – 2 of 2) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.h | 91 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS }; enumerator
|
D | EmulatedSensor.cpp | 903 int bayer_select[4] = {EmulatedScene::R, EmulatedScene::Gr, EmulatedScene::Gb, in CaptureRaw() 959 g_count = pixel[EmulatedScene::Gr] * scale64x; in CaptureRGB() 1053 g_count = pixel[EmulatedScene::Gr] * scale64x; in CaptureYUV420() 1099 depth_count = pixel[EmulatedScene::Gr] * scale64x; in CaptureDepth()
|