Lines Matching refs:newExposures
1286 int64_t newExposures[2] = { 5000, 6000 }; in TEST() local
1288 0, newExposures, 2, &e); in TEST()
1299 EXPECT_EQ(newExposures[0], e.data.i64[0]); in TEST()
1300 EXPECT_EQ(newExposures[1], e.data.i64[1]); in TEST()
1310 EXPECT_EQ(newExposures[0], e.data.i64[0]); in TEST()
1311 EXPECT_EQ(newExposures[1], e.data.i64[1]); in TEST()
1511 1, newExposures, 2, &e); in TEST()
1523 EXPECT_EQ(newExposures[0], e.data.i64[0]); in TEST()
1524 EXPECT_EQ(newExposures[1], e.data.i64[1]); in TEST()
1590 EXPECT_EQ(newExposures[0], e.data.i64[0]); in TEST()
1591 EXPECT_EQ(newExposures[1], e.data.i64[1]); in TEST()
1606 newExposures[0] = 1000; in TEST()
1609 1, newExposures, 2, &e); in TEST()
1619 EXPECT_EQ(newExposures[0], e.data.i64[0]); in TEST()
1620 EXPECT_EQ(newExposures[1], e.data.i64[1]); in TEST()