Searched refs:vcm (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_rx_tx_test.cc148 VideoCodingModule* vcm = VideoCodingModule::Create(); local
149 RtpDataCallback dataCallback(vcm);
199 if (vcm->InitializeReceiver() < 0)
203 if (vcm->InitializeSender())
209 vcm->InitializeSender();
210 int32_t numberOfCodecs = vcm->NumberOfCodecs();
216 if (vcm->Codec(args.codecType, &sendCodec) != 0)
227 vcm->RegisterSendCodec(&sendCodec, numberOfCores, 1440);
228 vcm->RegisterReceiveCodec(&sendCodec, numberOfCores); // same settings for encode and decode
230 vcm
[all...]
H A Dmt_test_common.h28 SendSharedState(webrtc::VideoCodingModule& vcm, webrtc::RtpRtcp& rtp, argument
30 _vcm(vcm),
63 SharedRTPState(webrtc::VideoCodingModule& vcm, webrtc::RtpRtcp& rtp) : argument
64 _vcm(vcm),
H A Dvcm_payload_sink_factory.cc31 scoped_ptr<VideoCodingModule>* vcm,
39 assert(vcm);
40 assert(vcm->get());
43 vcm_.swap(*vcm);
141 scoped_ptr<VideoCodingModule> vcm(
143 if (vcm.get() == NULL) {
146 if (vcm->InitializeReceiver() < 0) {
160 if (vcm->RegisterReceiveCodec(&codec, 1) < 0) {
166 vcm->SetChannelParameters(0, 0, rtt_ms_);
167 vcm
29 VcmPayloadSink(VcmPayloadSinkFactory* factory, RtpStreamInterface* stream, scoped_ptr<VideoCodingModule>* vcm, scoped_ptr<FileOutputFrameReceiver>* frame_receiver) argument
[all...]
H A Dreceiver_tests.h27 RtpDataCallback(webrtc::VideoCodingModule* vcm) : vcm_(vcm) {} argument
H A Dgeneric_codec_test.h39 GenericCodecTest(webrtc::VideoCodingModule* vcm,
92 VCMEncComplete_KeyReqTest(webrtc::VideoCodingModule &vcm) : _vcm(vcm), _seqNo(0), _timeStamp(0) {} argument
H A Dcodec_database_test.h29 CodecDataBaseTest(webrtc::VideoCodingModule* vcm);
H A Dquality_modes_test.h24 QualityModesTest(webrtc::VideoCodingModule* vcm,
101 void RegisterVCM(webrtc::VideoCodingModule* vcm);
H A Dnormal_test.cc40 VideoCodingModule* vcm = VideoCodingModule::Create(clock, &event_factory); local
41 NormalTest VCMNTest(vcm, clock);
43 VideoCodingModule::Destroy(vcm);
126 VCMNTEncodeCompleteCallback::RegisterReceiverVCM(VideoCodingModule *vcm) argument
128 _VCMReceiver = vcm;
180 NormalTest::NormalTest(VideoCodingModule* vcm, Clock* clock) argument
183 _vcm(vcm),
264 // encode and decode with the same vcm
H A Dnormal_test.h46 // Currently - encode and decode with the same vcm module.
47 void RegisterReceiverVCM(webrtc::VideoCodingModule *vcm);
92 NormalTest(webrtc::VideoCodingModule* vcm,
H A Dmedia_opt_test.h36 MediaOptTest(webrtc::VideoCodingModule* vcm,
H A Dquality_modes_test.cc35 VideoCodingModule* vcm = VideoCodingModule::Create(&clock, &event_factory); local
36 QualityModesTest QMTest(vcm, &clock);
38 VideoCodingModule::Destroy(vcm);
42 QualityModesTest::QualityModesTest(VideoCodingModule* vcm, argument
44 NormalTest(vcm, clock),
220 // encode and decode with the same vcm
408 QMTestVideoSettingsCallback::RegisterVCM(VideoCodingModule *vcm) argument
410 _vcm = vcm;
H A Dcodec_database_test.cc32 VideoCodingModule* vcm = VideoCodingModule::Create(); local
33 CodecDataBaseTest* cdbt = new CodecDataBaseTest(vcm);
35 VideoCodingModule::Destroy(vcm);
41 CodecDataBaseTest::CodecDataBaseTest(VideoCodingModule* vcm): argument
42 _vcm(vcm),
113 // registering the callback - encode and decode with the same vcm (could be later changed)
H A Dmedia_opt_test.cc35 VideoCodingModule* vcm = VideoCodingModule::Create(); local
37 MediaOptTest* mot = new MediaOptTest(vcm, clock);
60 VideoCodingModule::Destroy(vcm);
68 MediaOptTest::MediaOptTest(VideoCodingModule* vcm, Clock* clock) argument
69 : _vcm(vcm),
H A Dtest_callbacks.h56 void RegisterReceiverVCM(VideoCodingModule *vcm) {_VCMReceiver = vcm;} argument
H A Dgeneric_codec_test.cc31 VideoCodingModule* vcm = VideoCodingModule::Create(&clock, &event_factory); local
32 GenericCodecTest* get = new GenericCodecTest(vcm, &clock);
40 VideoCodingModule::Destroy(vcm);
44 GenericCodecTest::GenericCodecTest(VideoCodingModule* vcm, argument
47 _vcm(vcm),
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_sync_module.h33 ViESyncModule(VideoCodingModule* vcm,
H A Dvie_sync_module.cc54 ViESyncModule::ViESyncModule(VideoCodingModule* vcm, argument
57 vcm_(vcm),
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_impl.cc22 namespace vcm { namespace in namespace:webrtc
44 } // namespace vcm
83 sender_(new vcm::VideoSender(clock, &post_encode_callback_)),
84 receiver_(new vcm::VideoReceiver(clock, event_factory)),
363 scoped_ptr<vcm::VideoSender> sender_;
364 scoped_ptr<vcm::VideoReceiver> receiver_;
H A Dvideo_coding_impl.h34 namespace vcm { namespace in namespace:webrtc
239 } // namespace vcm
H A Dvideo_receiver_unittest.cc26 namespace vcm { namespace in namespace:webrtc
213 } // namespace vcm
H A Dvideo_sender.cc23 namespace vcm { namespace in namespace:webrtc
465 } // namespace vcm
H A Dvideo_sender_unittest.cc41 namespace vcm { namespace in namespace:webrtc
439 } // namespace vcm
H A Dvideo_receiver.cc25 namespace vcm { namespace in namespace:webrtc
808 } // namespace vcm

Completed in 179 milliseconds