Searched refs:view_desired_num_pixels_ (Results 1 – 2 of 2) sorted by relevance
372 view_desired_num_pixels_(INT_MAX), in CoordinatedVideoAdapter()425 view_desired_num_pixels_ = format.width * format.height; in OnOutputFormatRequest()431 << " Pixels: " << view_desired_num_pixels_ in OnOutputFormatRequest()658 if (view_desired_num_pixels_ <= min_num_pixels) { in AdaptToMinimumFormat()659 if (view_desired_num_pixels_ < min_num_pixels) { in AdaptToMinimumFormat()664 min_num_pixels = view_desired_num_pixels_; in AdaptToMinimumFormat()697 LOG(LS_VERBOSE) << "VAdapt Status View: " << view_desired_num_pixels_ in AdaptToMinimumFormat()
192 int view_desired_num_pixels_; variable