Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp876 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth, in parseWidthHeight() function
993 if (!parseWidthHeight(optarg, &gVideoWidth, &gVideoHeight)) { in main()