Searched refs:kFallbackWidth (Results 1 – 1 of 1) sorted by relevance
65 static const uint32_t kFallbackWidth = 1280; // 720p variable577 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen()578 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen()