Searched refs:newFrameCounts (Results 1 – 1 of 1) sorted by relevance
/system/media/camera/tests/ |
D | camera_metadata_tests.cpp | 1422 int32_t newFrameCounts[4] = { 0x0, 0x1, 0x10, 0x100 }; in TEST() local 1425 0, &newFrameCounts, 4, &e); in TEST() 1439 EXPECT_EQ(newFrameCounts[0], e.data.i32[0]); in TEST() 1440 EXPECT_EQ(newFrameCounts[1], e.data.i32[1]); in TEST() 1441 EXPECT_EQ(newFrameCounts[2], e.data.i32[2]); in TEST() 1442 EXPECT_EQ(newFrameCounts[3], e.data.i32[3]); in TEST() 1454 EXPECT_EQ(newFrameCounts[0], e.data.i32[0]); in TEST() 1455 EXPECT_EQ(newFrameCounts[1], e.data.i32[1]); in TEST() 1456 EXPECT_EQ(newFrameCounts[2], e.data.i32[2]); in TEST() 1457 EXPECT_EQ(newFrameCounts[3], e.data.i32[3]); in TEST() [all …]
|