Searched refs:frame2 (Results 1 – 1 of 1) sorted by relevance
349 private static boolean isAspectRatioMatch(Rect frame1, Rect frame2) { in isAspectRatioMatch() argument350 if (frame1.isEmpty() || frame2.isEmpty()) { in isAspectRatioMatch()354 ((float) frame2.width() / frame2.height()) in isAspectRatioMatch()