Searched refs:GammaTable (Results 1 – 2 of 2) sorted by relevance
452 inline int32_t GammaTable(int32_t value, int32_t color_space);
1691 r_count = GammaTable(r_count, color_space); in CaptureYUV420()1692 g_count = GammaTable(g_count, color_space); in CaptureYUV420()1693 b_count = GammaTable(b_count, color_space); in CaptureYUV420()1957 int32_t EmulatedSensor::GammaTable(int32_t value, int32_t color_space) { in GammaTable() function in android::EmulatedSensor