Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp96 static const uint32_t kFallbackHeight = 720; variable
638 uint32_t newWidth = needSwap ? kFallbackHeight : kFallbackWidth; in recordScreen()
639 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen()