OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NetEqImpl
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.h
58
class
NetEqImpl
: public webrtc::NetEq {
60
// Creates a new
NetEqImpl
object. The object will assume ownership of all
62
NetEqImpl
(const NetEq::Config& config,
77
~
NetEqImpl
() override;
403
RTC_DISALLOW_COPY_AND_ASSIGN(
NetEqImpl
);
neteq_impl.cc
56
NetEqImpl
::
NetEqImpl
(const NetEq::Config& config,
123
NetEqImpl
::~
NetEqImpl
() = default;
125
int
NetEqImpl
::InsertPacket(const WebRtcRTPHeader& rtp_header,
128
TRACE_EVENT0("webrtc", "
NetEqImpl
::InsertPacket");
139
int
NetEqImpl
::InsertSyncPacket(const WebRtcRTPHeader& rtp_header,
153
int
NetEqImpl
::GetAudio(size_t max_length, int16_t* output_audio,
156
TRACE_EVENT0("webrtc", "
NetEqImpl
::GetAudio");
177
int
NetEqImpl
::RegisterPayloadType(NetEqDecoder codec
[
all
...]
Completed in 3733 milliseconds