Searched refs:realCrops (Results 1 – 1 of 1) sorted by relevance
1676 std::vector<aidl::android::hardware::graphics::common::Rect> realCrops; in TEST_P() local1677 ASSERT_EQ(NO_ERROR, gralloc4::decodeCrop(vec, &realCrops)); in TEST_P()1678 ASSERT_EQ(1, realCrops.size()); in TEST_P()1679 ASSERT_EQ(crops.front().left, realCrops.front().left); in TEST_P()1680 ASSERT_EQ(crops.front().top, realCrops.front().top); in TEST_P()1681 ASSERT_EQ(crops.front().right, realCrops.front().right); in TEST_P()1682 ASSERT_EQ(crops.front().bottom, realCrops.front().bottom); in TEST_P()