OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
389
view_desired_num_pixels_
(INT_MAX),
442
view_desired_num_pixels_
= format.width * format.height;
448
<< " Pixels: " <<
view_desired_num_pixels_
637
if (
view_desired_num_pixels_
<= min_num_pixels) {
638
if (
view_desired_num_pixels_
< min_num_pixels) {
643
min_num_pixels =
view_desired_num_pixels_
;
676
LOG(LS_VERBOSE) << "VAdapt Status View: " <<
view_desired_num_pixels_
videoadapter.h
231
int
view_desired_num_pixels_
;
member in class:cricket::CoordinatedVideoAdapter
Completed in 95 milliseconds