Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmstest.cpp321 static void parse_fb(Card& card, const string& fb_str, OutputInfo* output, PlaneInfo* pinfo) in parse_fb() argument
334 if (!fb_str.empty()) { in parse_fb()
342 if (!regex_match(fb_str, sm, fb_re)) in parse_fb()
343 EXIT("Failed to parse fb option '%s'", fb_str.c_str()); in parse_fb()