Searched refs:GammaTable (Results 1 – 2 of 2) sorted by relevance
448 inline int32_t GammaTable(int32_t value, int32_t color_space);
1660 r_count = GammaTable(r_count, color_space); in CaptureYUV420()1661 g_count = GammaTable(g_count, color_space); in CaptureYUV420()1662 b_count = GammaTable(b_count, color_space); in CaptureYUV420()1880 int32_t EmulatedSensor::GammaTable(int32_t value, int32_t color_space) { in GammaTable() function in android::EmulatedSensor