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

  /external/webrtc/talk/media/base/
videoadapter.cc 372 view_desired_num_pixels_(INT_MAX),
425 view_desired_num_pixels_ = format.width * format.height;
431 << " Pixels: " << view_desired_num_pixels_
658 if (view_desired_num_pixels_ <= min_num_pixels) {
659 if (view_desired_num_pixels_ < min_num_pixels) {
664 min_num_pixels = view_desired_num_pixels_;
697 LOG(LS_VERBOSE) << "VAdapt Status View: " << view_desired_num_pixels_
videoadapter.h 192 int view_desired_num_pixels_; member in class:cricket::CoordinatedVideoAdapter

Completed in 1685 milliseconds