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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 268 // If 'screencast_max_pixels' is set greater than zero, screencasts will be
274 int screencast_max_pixels() const { return screencast_max_pixels_; } function in class:cricket::VideoCapturer
videocapturer_unittest.cc 219 EXPECT_EQ(0, capturer_.screencast_max_pixels());
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 136 : ssrc(s), fps(0), screencast_max_pixels(0) {
140 int screencast_max_pixels; member in struct:cricket::VideoChannel::ScreencastDetailsData
    [all...]

Completed in 65 milliseconds