HomeSort by relevance Sort by last modified time
    Searched full:adaptframeresolution (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/base/
videoadapter.h 57 // AdaptFrameResolution.
63 VideoFormat AdaptFrameResolution(int in_width, int in_height);
videoadapter_unittest.cc 100 video_adapter_->AdaptFrameResolution(in_width, in_height);
277 VideoFormat adapted_format = adapter_->AdaptFrameResolution(
284 adapter_->AdaptFrameResolution(capture_format_.width, capture_format_.height);
293 const VideoFormat adapted_format = adapter_->AdaptFrameResolution(
306 const VideoFormat adapted_format = adapter_->AdaptFrameResolution(
316 adapter_->AdaptFrameResolution(capture_format_.width,
795 const VideoFormat out_format = adapter.AdaptFrameResolution(640, 360);
833 VideoFormat out_format = adapter.AdaptFrameResolution(640, 360);
843 out_format = adapter.AdaptFrameResolution(640, 360);
    [all...]
videoadapter.cc 150 // The input frame size is also updated in AdaptFrameResolution.
152 // The output frame size is also updated in AdaptFrameResolution.
260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) {
videocapturer.cc 504 video_adapter_.AdaptFrameResolution(cropped_width, cropped_height);

Completed in 123 milliseconds