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,
90 std::vector<FakeVideoSendStream*> GetVideoSendStreams();
124 std::vector<FakeVideoSendStream*> video_send_streams_;
webrtcvideoengine2_unittest.cc 66 FakeVideoSendStream::FakeVideoSendStream(
72 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() {
76 std::vector<webrtc::VideoStream> FakeVideoSendStream::GetVideoStreams() {
80 bool FakeVideoSendStream::IsSending() {
84 webrtc::VideoSendStream::Stats FakeVideoSendStream::GetStats() const {
88 bool FakeVideoSendStream::ReconfigureVideoEncoder(
95 webrtc::VideoSendStreamInput* FakeVideoSendStream::Input() {
100 void FakeVideoSendStream::Start() {
104 void FakeVideoSendStream::Stop()
    [all...]

Completed in 819 milliseconds