Home | History | Annotate | Download | only in tests

Lines Matching refs:colorTransform

279     camera_metadata_rational_t colorTransform[] = {
286 colorTransform, ARRAY_SIZE(colorTransform));
290 ARRAY_SIZE(colorTransform));
348 EXPECT_EQ(ARRAY_SIZE(colorTransform), entry.count);
350 EXPECT_EQ(colorTransform[i].numerator, entry.data.r[i].numerator);
351 EXPECT_EQ(colorTransform[i].denominator, entry.data.r[i].denominator);
976 camera_metadata_rational_t colorTransform[] = {
983 colorTransform, ARRAY_SIZE(colorTransform));