Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h427 void RgbToRgb(uint32_t* r_count, uint32_t* g_count, uint32_t* b_count);
DEmulatedSensor.cpp1553 RgbToRgb(&r_count, &g_count, &b_count); in CaptureRGB()
1652 RgbToRgb(&r_count, &g_count, &b_count); in CaptureYUV420()
1895 void EmulatedSensor::RgbToRgb(uint32_t* r_count, uint32_t* g_count, in RgbToRgb() function in android::EmulatedSensor