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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 222 std::string fourcc_name = GetFourccName(fourcc) + " "; local
223 for (std::string::const_iterator i = fourcc_name.begin();
224 i < fourcc_name.end(); ++i) {
227 fourcc_name = "";
233 ss << fourcc_name << width << "x" << height << "x" << IntervalToFps(interval);
videocapturer.cc 290 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; local
291 for (std::string::const_iterator i = fourcc_name.begin();
292 i < fourcc_name.end(); ++i) {
295 fourcc_name = "";
301 ss << fourcc_name << captured_frame->width << "x" << captured_frame->height

Completed in 51 milliseconds