HomeSort by relevance Sort by last modified time
    Searched refs:video_channel (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/chromium_org/third_party/webrtc/video/
receive_statistics_proxy.h 51 virtual void IncomingCodecChanged(const int video_channel,
53 virtual void IncomingRate(const int video_channel,
63 virtual void RequestNewKeyFrame(const int video_channel) OVERRIDE {}
send_statistics_proxy.h 67 virtual void OutgoingRate(const int video_channel,
71 virtual void SuspendChange(int video_channel, bool is_suspended) OVERRIDE;
send_statistics_proxy.cc 29 void SendStatisticsProxy::OutgoingRate(const int video_channel,
36 void SendStatisticsProxy::SuspendChange(int video_channel, bool is_suspended) {
receive_statistics_proxy.cc 59 void ReceiveStatisticsProxy::IncomingRate(const int video_channel,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_simulcast.cc 148 int video_channel = -1; local
149 error = vie_base->CreateChannel(video_channel);
157 error = vie_base->CreateReceiveChannel(receive_channels[i], video_channel);
224 error = vie_capture->ConnectCaptureDevice(capture_id, video_channel);
237 error = vie_rtp_rtcp->SetRTCPStatus(video_channel,
244 vie_rtp_rtcp->SetRembStatus(video_channel, true, false);
251 video_channel, webrtc::kViEKeyFrameRequestPliRtcp);
299 int channel_to_render = video_channel;
378 error = vie_codec->SetSendCodec(video_channel, video_codec);
394 error = vie_rtp_rtcp->SetLocalSSRC(video_channel, idx + 1, // SSR
    [all...]
vie_autotest.cc 143 TbVideoChannel* video_channel,
148 video_engine->render, video_channel->videoChannel, _window2, 1);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 219 VideoChannel* video_channel = GetVideoChannel(session); local
220 if (video_channel) {
221 video_channel->SetRenderer(ssrc, renderer);
265 media_session.video_channel = NULL;
291 media_session.video_channel =
294 // video_channel can be NULL in case of NullVideoEngine.
295 if (media_session.video_channel) {
296 media_session.video_channel->SignalMediaMonitor.connect(
298 media_session.video_channel->StartMediaMonitor(kMediaMonitorInterval);
369 VideoChannel* video_channel = it->second.video_channel local
431 VideoChannel* video_channel = it->second.video_channel; local
502 VideoChannel *video_channel = GetVideoChannel(session); local
555 VideoChannel *video_channel = GetVideoChannel(session); local
579 VideoChannel *video_channel = GetVideoChannel(session); local
686 VideoChannel* video_channel = GetVideoChannel(session); local
701 VideoChannel* video_channel = GetVideoChannel(session); local
844 VideoChannel* video_channel = GetVideoChannel(session); local
904 VideoChannel* video_channel = GetVideoChannel(session); local
    [all...]
mediarecorder.h 99 bool video_channel; member in struct:cricket::MediaRecorder::SinkPair
106 bool video_channel,
mediarecorder.cc 137 bool video_channel,
151 sink_pair->video_channel = video_channel;
200 if (sink_pair->video_channel &&
203 VideoChannel* video_channel = static_cast<VideoChannel*>(channel); local
205 video_channel->SendIntraFrame();
208 video_channel->RequestIntraFrame();
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capture_impl.h 44 const int video_channel);
45 virtual int DisconnectCaptureDevice(const int video_channel);
vie_capture_impl.cc 138 const int video_channel) {
140 << " to channel " << video_channel; local
150 ViEEncoder* vie_encoder = cs.Encoder(video_channel);
156 if (vie_encoder->Owner() != video_channel) {
167 if (vie_capture->RegisterFrameCallback(video_channel, vie_encoder) != 0) {
172 shared_data_->overuse_observers()->find(video_channel);
180 int ViECaptureImpl::DisconnectCaptureDevice(const int video_channel) {
181 LOG(LS_INFO) << "DisconnectCaptureDevice " << video_channel;
184 ViEEncoder* vie_encoder = cs.Encoder(video_channel);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
framedrop_primitives.cc 157 int video_channel,
184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
188 TbExternalTransport external_transport(*interfaces.network, video_channel,
196 EXPECT_EQ(0, network_interface->RegisterSendTransport(video_channel,
198 RenderToFile(interfaces.render, video_channel, remote_file_renderer);
199 EXPECT_EQ(0, base_interface->StartReceive(video_channel));
209 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, codec));
220 EXPECT_EQ(0, image_process->RegisterSendEffectFilter(video_channel,
223 EXPECT_EQ(0, image_process->RegisterRenderEffectFilter(video_channel,
226 EXPECT_EQ(0, base_interface->StartSend(video_channel));
    [all...]
general_primitives.h 66 int video_channel);
framedrop_primitives.h 33 int video_channel,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
vie_autotest.h 113 TbVideoChannel* video_channel,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 82 MOCK_METHOD0(video_channel, cricket::VideoChannel*());
557 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull());
606 cricket::VideoChannel video_channel(talk_base::Thread::Current(),
624 EXPECT_CALL(session_, video_channel()).WillRepeatedly(Return(&video_channel));
639 cricket::VideoChannel video_channel(talk_base::Thread::Current(),
663 EXPECT_CALL(session_, video_channel()).WillRepeatedly(Return(&video_channel));
683 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull());
698 EXPECT_CALL(session_, video_channel()).WillRepeatedly(ReturnNull())
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_capture.h 191 const int video_channel) = 0;
194 virtual int DisconnectCaptureDevice(const int video_channel) = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 100 int video_channel);
  /development/ndk/platforms/android-3/include/linux/
videodev.h 29 struct video_channel struct
225 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel)
226 #define VIDIOCSCHAN _IOW('v',3,struct video_channel)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
videodev.h 48 struct video_channel struct
248 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
249 #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 48 struct video_channel struct
248 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel) /* Get channel info (sources) */
249 #define VIDIOCSCHAN _IOW('v',3,struct video_channel) /* Set channel */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 29 struct video_channel struct
225 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel)
226 #define VIDIOCSCHAN _IOW('v',3,struct video_channel)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 29 struct video_channel struct
225 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel)
226 #define VIDIOCSCHAN _IOW('v',3,struct video_channel)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 29 struct video_channel struct
225 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel)
226 #define VIDIOCSCHAN _IOW('v',3,struct video_channel)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 46 struct video_channel struct
242 #define VIDIOCGCHAN _IOWR('v',2,struct video_channel)
243 #define VIDIOCSCHAN _IOW('v',3,struct video_channel)

Completed in 823 milliseconds

12 3 4 5