OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:neteq
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
neteq_performance_test.cc
11
#include "webrtc/modules/audio_coding/
neteq
/tools/neteq_performance_test.h"
14
#include "webrtc/modules/audio_coding/
neteq
/interface/
neteq
.h"
15
#include "webrtc/modules/audio_coding/
neteq
/tools/audio_loop.h"
16
#include "webrtc/modules/audio_coding/
neteq
/tools/rtp_generator.h"
21
using webrtc::
NetEq
;
38
// Initialize
NetEq
instance.
39
NetEq
::Config config;
41
NetEq
*
neteq
= NetEq::Create(config)
local
[
all
...]
neteq_rtpplay.cc
23
#include "webrtc/modules/audio_coding/
neteq
/interface/
neteq
.h"
24
#include "webrtc/modules/audio_coding/
neteq
/tools/input_audio_file.h"
25
#include "webrtc/modules/audio_coding/
neteq
/tools/packet.h"
26
#include "webrtc/modules/audio_coding/
neteq
/tools/rtp_file_source.h"
33
using webrtc::
NetEq
;
100
void RegisterPayloadTypes(
NetEq
*
neteq
);
119
std::string usage = "Tool for decoding an RTP dump file using
NetEq
.\n"
167
// Initialize
NetEq
instance
171
NetEq*
neteq
= NetEq::Create(config);
local
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoe.h
110
webrtc::VoENetEqStats*
neteq
,
123
neteq_(
neteq
),
138
webrtc::VoENetEqStats*
neteq
() const { return neteq_.get(); }
function in class:cricket::VoEWrapper
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc
11
#include "webrtc/modules/audio_coding/
neteq
/interface/
neteq
.h"
12
#include "webrtc/modules/audio_coding/
neteq
/neteq_impl.h"
16
#include "webrtc/modules/audio_coding/
neteq
/accelerate.h"
17
#include "webrtc/modules/audio_coding/
neteq
/expand.h"
18
#include "webrtc/modules/audio_coding/
neteq
/mock/mock_audio_decoder.h"
19
#include "webrtc/modules/audio_coding/
neteq
/mock/mock_buffer_level_filter.h"
20
#include "webrtc/modules/audio_coding/
neteq
/mock/mock_decoder_database.h"
21
#include "webrtc/modules/audio_coding/
neteq
/mock/mock_delay_manager.h"
22
#include "webrtc/modules/audio_coding/
neteq
/mock/mock_delay_peak_detector.h
230
NetEq*
neteq
= NetEq::Create(config);
local
[
all
...]
Completed in 789 milliseconds