Searched refs:kFallbackHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp65 static const uint32_t kFallbackHeight = 720; variable
576 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth;
577 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight;

Completed in 56 milliseconds