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

  /external/webrtc/webrtc/modules/video_coding/test/
receiver_tests.h 27 explicit RtpDataCallback(webrtc::VideoCodingModule* vcm) : vcm_(vcm) {}
vcm_payload_sink_factory.cc 30 rtc::scoped_ptr<VideoCodingModule>* vcm,
35 assert(vcm);
36 assert(vcm->get());
39 vcm_.swap(*vcm);
129 rtc::scoped_ptr<VideoCodingModule> vcm(
131 if (vcm.get() == NULL) {
142 if (vcm->RegisterReceiveCodec(&codec, 1) < 0) {
148 vcm->SetChannelParameters(0, 0, rtt_ms_);
149 vcm->SetVideoProtection(protection_method_, protection_enabled_);
150 vcm->SetRenderDelay(render_delay_ms_)
    [all...]
  /external/webrtc/webrtc/video/
vie_sync_module.h 33 explicit ViESyncModule(VideoCodingModule* vcm);
vie_sync_module.cc 51 ViESyncModule::ViESyncModule(VideoCodingModule* vcm)
53 vcm_(vcm),
  /external/webrtc/webrtc/modules/video_coding/
video_coding_impl.cc 24 namespace vcm { namespace in namespace:webrtc
39 } // namespace vcm
289 vcm::VideoSender sender_;
290 vcm::VideoReceiver receiver_;
video_coding_impl.h 36 namespace vcm { namespace in namespace:webrtc
220 } // namespace vcm
video_receiver_unittest.cc 26 namespace vcm { namespace in namespace:webrtc
51 // Padding only packets are passed to the VCM with payload size 0.
208 } // namespace vcm
video_sender.cc 25 namespace vcm { namespace in namespace:webrtc
150 // Make sure the VCM doesn't use the de-registered codec
351 } // namespace vcm
video_receiver.cc 26 namespace vcm { namespace in namespace:webrtc
235 // Make sure the VCM updates the decoder next time it decodes.
437 TRACE_EVENT1("webrtc", "VCM::PacketKeyFrame", "seqnum",
548 } // namespace vcm
video_sender_unittest.cc 41 namespace vcm { namespace in namespace:webrtc
487 } // namespace vcm

Completed in 200 milliseconds