Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp121 static uint32_t gBframes = 0; variable
200 format->setInt32(KEY_MAX_B_FRAMES, gBframes); in prepareEncoder()
201 if (gBframes > 0) { in prepareEncoder()
1168 if (parseValueWithUnit(optarg, &gBframes) != NO_ERROR) { in main()