Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp64 static const uint32_t kMaxTimeLimitSec = 180; // 3 minutes variable
82 static uint32_t gTimeLimitSec = kMaxTimeLimitSec;
944 if (gTimeLimitSec == 0 || gTimeLimitSec > kMaxTimeLimitSec) { in main()
947 gTimeLimitSec, kMaxTimeLimitSec); in main()