Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp828 static status_t parseValueWithUnit(const char* str, uint32_t* pValue) { in parseValueWithUnit() function
927 if (parseValueWithUnit(optarg, &gBitRate) != NO_ERROR) { in main()