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()
320 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; in ToString() local321 for (std::string::const_iterator i = fourcc_name.begin(); in ToString()322 i < fourcc_name.end(); ++i) { in ToString()325 fourcc_name = ""; in ToString()331 ss << fourcc_name << captured_frame->width << "x" << captured_frame->height in ToString()