Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dwbm2m.cpp53 const regex crop_re("(\\d+),(\\d+)-(\\d+)x(\\d+)"); // 400,400-400x400 in parse_crop() local
56 if (!regex_match(crop_str, sm, crop_re)) in parse_crop()