Home | History | Annotate | Download | only in screenrecord

Lines Matching refs:widthHeight

789 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth,
795 width = strtol(widthHeight, &end, 10);
796 if (end == widthHeight || *end != 'x' || *(end+1) == '\0') {