HomeSort by relevance Sort by last modified time
    Searched refs:fourcc_name (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videocommon.cc 228 std::string fourcc_name = GetFourccName(fourcc) + " "; local
229 for (std::string::const_iterator i = fourcc_name.begin();
230 i < fourcc_name.end(); ++i) {
233 fourcc_name = "";
239 ss << fourcc_name << width << "x" << height << "x"
videocapturer.cc 308 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; local
309 for (std::string::const_iterator i = fourcc_name.begin();
310 i < fourcc_name.end(); ++i) {
313 fourcc_name = "";
319 ss << fourcc_name << captured_frame->width << "x" << captured_frame->height;

Completed in 231 milliseconds