Searched refs:needSwap (Results 1 – 2 of 2) sorted by relevance
576 bool needSwap = gVideoWidth < gVideoHeight; in recordScreen() local577 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen()578 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen()
1974 boolean needSwap = (requestedOrientation % 180 == 90); in verifyJpegExifExtraTags()1975 if (needSwap) { in verifyJpegExifExtraTags()