HomeSort by relevance Sort by last modified time
    Searched refs:VideoCodingModule (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/video_engine/
vie_sync_module.h 27 class VideoCodingModule;
33 ViESyncModule(VideoCodingModule* vcm,
53 VideoCodingModule* vcm_;
vie_sender.h 27 class VideoCodingModule;
vie_receiver.h 36 class VideoCodingModule;
41 ViEReceiver(const int32_t channel_id, VideoCodingModule* module_vcm,
115 VideoCodingModule* vcm_;
vie_encoder.h 41 class VideoCodingModule;
198 VideoCodingModule& vcm_;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
codec_database_test.h 29 CodecDataBaseTest(webrtc::VideoCodingModule* vcm);
37 webrtc::VideoCodingModule* _vcm;
receiver_tests.h 27 RtpDataCallback(webrtc::VideoCodingModule* vcm) : vcm_(vcm) {}
38 webrtc::VideoCodingModule* vcm_;
mt_test_common.h 28 SendSharedState(webrtc::VideoCodingModule& vcm, webrtc::RtpRtcp& rtp,
37 webrtc::VideoCodingModule& _vcm;
63 SharedRTPState(webrtc::VideoCodingModule& vcm, webrtc::RtpRtcp& rtp) :
66 webrtc::VideoCodingModule& _vcm;
codec_database_test.cc 32 VideoCodingModule* vcm = VideoCodingModule::Create();
35 VideoCodingModule::Destroy(vcm);
41 CodecDataBaseTest::CodecDataBaseTest(VideoCodingModule* vcm):
105 TEST(VideoCodingModule::NumberOfCodecs() > 0);
131 TEST (VideoCodingModule::NumberOfCodecs() > 0);
132 TEST(VideoCodingModule::Codec(-1, &sendCodec) < 0);
133 TEST(VideoCodingModule::Codec(VideoCodingModule::NumberOfCodecs() + 1,
135 VideoCodingModule::Codec(1, &sendCodec)
    [all...]
generic_codec_test.h 39 GenericCodecTest(webrtc::VideoCodingModule* vcm,
53 webrtc::VideoCodingModule* _vcm;
92 VCMEncComplete_KeyReqTest(webrtc::VideoCodingModule &vcm) : _vcm(vcm), _seqNo(0), _timeStamp(0) {}
103 webrtc::VideoCodingModule& _vcm;
quality_modes_test.h 24 QualityModesTest(webrtc::VideoCodingModule* vcm,
101 void RegisterVCM(webrtc::VideoCodingModule* vcm);
106 webrtc::VideoCodingModule* _vcm;
normal_test.h 47 void RegisterReceiverVCM(webrtc::VideoCodingModule *vcm);
59 webrtc::VideoCodingModule* _VCMReceiver;
90 NormalTest(webrtc::VideoCodingModule* vcm,
114 webrtc::VideoCodingModule* _vcm;
media_opt_test.h 36 MediaOptTest(webrtc::VideoCodingModule* vcm,
55 webrtc::VideoCodingModule* _vcm;
vcm_payload_sink_factory.cc 31 scoped_ptr<VideoCodingModule>* vcm,
104 scoped_ptr<VideoCodingModule> vcm_;
141 scoped_ptr<VideoCodingModule> vcm(
142 VideoCodingModule::Create(clock_, null_event_factory_.get()));
156 if (VideoCodingModule::Codec(it->codec_type(), &codec) < 0) {
normal_test.cc 40 VideoCodingModule* vcm = VideoCodingModule::Create(clock, &event_factory);
43 VideoCodingModule::Destroy(vcm);
126 VCMNTEncodeCompleteCallback::RegisterReceiverVCM(VideoCodingModule *vcm)
180 NormalTest::NormalTest(VideoCodingModule* vcm, Clock* clock)
249 TEST(VideoCodingModule::Codec(_videoType, &_sendCodec) == VCM_OK);
test_callbacks.h 56 void RegisterReceiverVCM(VideoCodingModule *vcm) {_VCMReceiver = vcm;}
81 VideoCodingModule* _VCMReceiver;
quality_modes_test.cc 35 VideoCodingModule* vcm = VideoCodingModule::Create(&clock, &event_factory);
38 VideoCodingModule::Destroy(vcm);
42 QualityModesTest::QualityModesTest(VideoCodingModule* vcm,
408 QMTestVideoSettingsCallback::RegisterVCM(VideoCodingModule *vcm)
mt_rx_tx_test.cc 148 VideoCodingModule* vcm = VideoCodingModule::Create();
372 VideoCodingModule::Destroy(vcm);
media_opt_test.cc 35 VideoCodingModule* vcm = VideoCodingModule::Create();
60 VideoCodingModule::Destroy(vcm);
68 MediaOptTest::MediaOptTest(VideoCodingModule* vcm, Clock* clock)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_impl.cc 77 class VideoCodingModuleImpl : public VideoCodingModule {
82 : VideoCodingModule(),
369 uint8_t VideoCodingModule::NumberOfCodecs() {
373 int32_t VideoCodingModule::Codec(uint8_t listId, VideoCodec* codec) {
380 int32_t VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) {
387 VideoCodingModule* VideoCodingModule::Create() {
392 VideoCodingModule* VideoCodingModule::Create(Clock* clock,
399 void VideoCodingModule::Destroy(VideoCodingModule* module)
    [all...]
video_coding_robustness_unittest.cc 38 vcm_ = VideoCodingModule::Create(clock_.get(), &event_factory_);
54 VideoCodingModule::Destroy(vcm_);
77 VideoCodingModule* vcm_;
104 VideoCodingModule::kHardNack,
148 VideoCodingModule::kHardNack,
218 VideoCodingModule::kDualDecoder, kWithErrors));
298 VideoCodingModule::kNone,
video_sender.cc 407 case VideoCodingModule::kNackNone:
410 case VideoCodingModule::kNackAll:
413 case VideoCodingModule::kNackSelective:
  /external/chromium_org/third_party/webrtc/modules/utility/source/
video_coder.h 45 // Note: called by VideoCodingModule when decoding finished.
49 // Note: called by VideoCodingModule when encoding finished.
60 VideoCodingModule* _vcm;
video_coder.cc 16 VideoCoder::VideoCoder() : _vcm(VideoCodingModule::Create()), _decodedVideo(0) {
26 VideoCodingModule::Destroy(_vcm);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 58 class VideoCodingModule : public Module
75 static VideoCodingModule* Create();
77 static VideoCodingModule* Create(Clock* clock, EventFactory* event_factory);
79 static void Destroy(VideoCodingModule* module);
474 // to sync with audio. Not included in VideoCodingModule::Delay()
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc 47 VideoCodingModule::Codec(kVideoCodecVP8, &codec_settings_);

Completed in 585 milliseconds

1 2