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