Searched refs:max_format (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfakedevicemanager.h83 const VideoFormat& max_format) {
84 max_formats_[usb_id] = max_format;
87 const VideoFormat& max_format) const {
91 max_format == found->second :
82 SetVideoCaptureDeviceMaxFormat(const std::string& usb_id, const VideoFormat& max_format) argument
H A Ddevicemanager.cc194 const VideoFormat& max_format) {
195 max_formats_[usb_id] = max_format;
192 SetVideoCaptureDeviceMaxFormat( const std::string& usb_id, const VideoFormat& max_format) argument
H A Ddevicemanager.h104 const VideoFormat& max_format) = 0;
168 const VideoFormat& max_format);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer.cc228 // TODO(fbarchard): Directly support max_format.
283 void VideoCapturer::ConstrainSupportedFormats(const VideoFormat& max_format) { argument
284 max_format_.reset(new VideoFormat(max_format));
285 LOG(LS_VERBOSE) << " ConstrainSupportedFormats " << max_format.ToString();
H A Dvideocapturer.h226 // Caps the VideoCapturer's format according to max_format. It can e.g. be
231 void ConstrainSupportedFormats(const VideoFormat& max_format);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.h216 const VideoFormat& max_format);
H A Dchannelmanager.cc919 const VideoFormat& max_format) {
920 device_manager_->SetVideoCaptureDeviceMaxFormat(usb_id, max_format);
917 SetVideoCaptureDeviceMaxFormat( const std::string& usb_id, const VideoFormat& max_format) argument

Completed in 98 milliseconds