Searched refs:widthHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp798 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, argument
804 width = strtol(widthHeight, &end, 10);
805 if (end == widthHeight || *end != 'x' || *(end+1) == '\0') {

Completed in 721 milliseconds