Searched defs:previous_format (Results 1 - 2 of 2) sorted by relevance
/external/webrtc/talk/media/base/ |
H A D | capturemanager.cc | 236 const VideoFormat& previous_format, 251 if (!StopVideoCapture(video_capturer, previous_format)) { 253 "previous_format=" << previous_format.ToString(); 234 RestartVideoCapture( VideoCapturer* video_capturer, const VideoFormat& previous_format, const VideoFormat& desired_format, CaptureManager::RestartOptions options) argument
|
/external/webrtc/talk/session/media/ |
H A D | channelmanager.cc | 495 const VideoFormat& previous_format, 500 video_capturer, previous_format, desired_format, options)); 493 RestartVideoCapture( VideoCapturer* video_capturer, const VideoFormat& previous_format, const VideoFormat& desired_format, CaptureManager::RestartOptions options) argument
|
Completed in 97 milliseconds