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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.cc 447 view_desired_num_pixels_(INT_MAX),
500 view_desired_num_pixels_ = format.width * format.height;
506 << " Pixels: " << view_desired_num_pixels_
733 if (view_desired_num_pixels_ <= min_num_pixels) {
734 if (view_desired_num_pixels_ < min_num_pixels) {
739 min_num_pixels = view_desired_num_pixels_;
772 LOG(LS_VERBOSE) << "VAdapt Status View: " << view_desired_num_pixels_
videoadapter.h 203 int view_desired_num_pixels_; member in class:cricket::CoordinatedVideoAdapter

Completed in 34 milliseconds