Searched refs:GetStartCaptureFormat (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcmediaengine.h185 virtual VideoFormat GetStartCaptureFormat() const OVERRIDE {
186 return delegate_->GetStartCaptureFormat();
H A Dwebrtcvideoengine.h172 VideoFormat GetStartCaptureFormat() const { return default_codec_format_; } function in class:cricket::WebRtcVideoEngine
H A Dwebrtcvideoengine2.h181 VideoFormat GetStartCaptureFormat() const { return default_codec_format_; } function in class:cricket::WebRtcVideoEngine2
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h148 virtual VideoFormat GetStartCaptureFormat() const = 0;
276 virtual VideoFormat GetStartCaptureFormat() const { function in class:cricket::CompositeMediaEngine
277 return video_.GetStartCaptureFormat();
359 VideoFormat GetStartCaptureFormat() const { return VideoFormat(); } function in class:cricket::NullVideoEngine
H A Dfilemediaengine.h152 VideoFormat GetStartCaptureFormat() const { function in class:cricket::FileMediaEngine
H A Dfakemediaengine.h933 VideoFormat GetStartCaptureFormat() const { function in class:cricket::FakeVideoEngine
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.h235 VideoFormat GetStartCaptureFormat();
H A Dchannelmanager.cc954 VideoFormat ChannelManager::GetStartCaptureFormat() { function in class:cricket::ChannelManager
956 Bind(&MediaEngineInterface::GetStartCaptureFormat, media_engine_.get()));

Completed in 435 milliseconds