Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocommon.cc228 std::string fourcc_name = GetFourccName(fourcc) + " "; in ToString() local
229 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()
Dvideocapturer.cc308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; in ToString() local
309 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()