Searched refs:needSwap (Results 1 – 2 of 2) sorted by relevance
637 bool needSwap = gVideoWidth < gVideoHeight; in recordScreen() local638 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen()639 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen()
2046 boolean needSwap = (requestedOrientation % 180 == 90); in verifyJpegExifExtraTags()2047 if (needSwap) { in verifyJpegExifExtraTags()