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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.h 39 class FakeVideoSendStream : public webrtc::VideoSendStream {
41 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config,
94 std::vector<FakeVideoSendStream*> GetVideoSendStreams();
128 std::vector<FakeVideoSendStream*> video_send_streams_;
webrtcvideoengine2_unittest.cc 69 FakeVideoSendStream::FakeVideoSendStream(
77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() {
81 std::vector<webrtc::VideoStream> FakeVideoSendStream::GetVideoStreams() {
85 bool FakeVideoSendStream::IsSending() const {
89 bool FakeVideoSendStream::GetVp8Settings(
99 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() const {
103 bool FakeVideoSendStream::ReconfigureVideoEncoder(
115 webrtc::VideoSendStreamInput* FakeVideoSendStream::Input() {
120 void FakeVideoSendStream::Start()
    [all...]

Completed in 210 milliseconds