Home | History | Annotate | Download | only in tests

Lines Matching refs:colorCorrectionGains

266     float colorCorrectionGains[] = {1.69f,  1.00f,  1.00f,  2.41f};
269 colorCorrectionGains, ARRAY_SIZE(colorCorrectionGains));
273 ARRAY_SIZE(colorCorrectionGains));
338 EXPECT_EQ(ARRAY_SIZE(colorCorrectionGains), entry.count);
340 EXPECT_EQ(colorCorrectionGains[i], entry.data.f[i]);