Searched refs:crops (Results 1 – 3 of 3) sorted by relevance
355 std::vector<Rect> crops; in TEST_F() local362 crops.push_back(crop1); in TEST_F()368 crops.push_back(crop2); in TEST_F()374 crops.push_back(crop3); in TEST_F()376 …ASSERT_NO_FATAL_FAILURE(testHelperStableAidlType(crops, gralloc4::encodeCrop, gralloc4::decodeCrop… in TEST_F()
140 android_native_rect_t crops[] = { in TEST_F() local149 const android_native_rect_t& crop(crops[i]); in TEST_F()
824 status_t encodeCropHelper(const std::vector<Rect>& crops, OutputHidlVec* outOutputHidlVec) { in encodeCropHelper() argument825 status_t err = encodeInteger<int64_t>(static_cast<int64_t>(crops.size()), outOutputHidlVec); in encodeCropHelper()830 for (const auto& crop : crops) { in encodeCropHelper()