Home | History | Annotate | Download | only in tests

Lines Matching refs:colorTransform

281     camera_metadata_rational_t colorTransform[] = {
288 colorTransform, ARRAY_SIZE(colorTransform));
292 ARRAY_SIZE(colorTransform));
350 EXPECT_EQ(ARRAY_SIZE(colorTransform), entry.count);
352 EXPECT_EQ(colorTransform[i].numerator, entry.data.r[i].numerator);
353 EXPECT_EQ(colorTransform[i].denominator, entry.data.r[i].denominator);
972 camera_metadata_rational_t colorTransform[] = {
979 colorTransform, ARRAY_SIZE(colorTransform));