Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp94 static const uint32_t kMaxTimeLimitSec = 180; // 3 minutes variable
114 static uint32_t gTimeLimitSec = kMaxTimeLimitSec;
1019 if (gTimeLimitSec == 0 || gTimeLimitSec > kMaxTimeLimitSec) { in main()
1022 gTimeLimitSec, kMaxTimeLimitSec); in main()