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

  /external/webrtc/talk/media/base/
videocapturer.cc 500 int adapted_width = cropped_width; local
510 adapted_width = adapted_format.width;
522 adapted_width, adapted_height));
videoadapter_unittest.cc 83 int adapted_width; member in struct:cricket::VideoAdapterTest::VideoCapturerListener::Stats
118 stats.adapted_width = adapted_format_.width;
121 stats.adapted_width = stats.adapted_height = -1;
148 EXPECT_EQ(width, stats.adapted_width);
    [all...]

Completed in 80 milliseconds