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

  /external/webrtc/talk/media/base/
videocapturer.cc 501 int adapted_height = cropped_height; local
511 adapted_height = adapted_format.height;
522 adapted_width, adapted_height));
videoadapter_unittest.cc 84 int adapted_height; member in struct:cricket::VideoAdapterTest::VideoCapturerListener::Stats
119 stats.adapted_height = adapted_format_.height;
121 stats.adapted_width = stats.adapted_height = -1;
149 EXPECT_EQ(height, stats.adapted_height);
    [all...]

Completed in 95 milliseconds