Searched refs:realCrops (Results 1 – 1 of 1) sorted by relevance
1878 std::vector<aidl::android::hardware::graphics::common::Rect> realCrops; in TEST_P() local1879 ASSERT_EQ(NO_ERROR, gralloc4::decodeCrop(vec, &realCrops)); in TEST_P()1880 ASSERT_EQ(1, realCrops.size()); in TEST_P()1881 ASSERT_EQ(crops.front().left, realCrops.front().left); in TEST_P()1882 ASSERT_EQ(crops.front().top, realCrops.front().top); in TEST_P()1883 ASSERT_EQ(crops.front().right, realCrops.front().right); in TEST_P()1884 ASSERT_EQ(crops.front().bottom, realCrops.front().bottom); in TEST_P()