Searched refs:fourcc_name (Results 1 – 2 of 2) sorted by relevance
228 std::string fourcc_name = GetFourccName(fourcc) + " "; in ToString() local229 for (std::string::const_iterator i = fourcc_name.begin(); in ToString()230 i < fourcc_name.end(); ++i) { in ToString()233 fourcc_name = ""; in ToString()239 ss << fourcc_name << width << "x" << height << "x" in ToString()
308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; in ToString() local309 for (std::string::const_iterator i = fourcc_name.begin(); in ToString()310 i < fourcc_name.end(); ++i) { in ToString()313 fourcc_name = ""; in ToString()319 ss << fourcc_name << captured_frame->width << "x" << captured_frame->height; in ToString()