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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl.cc 52 NetEqImpl::NetEqImpl(int fs,
100 LOG(LS_VERBOSE) << "Create NetEqImpl object with fs = " << fs << ".";
111 NetEqImpl::~NetEqImpl() {
112 LOG(LS_INFO) << "Deleting NetEqImpl object.";
115 int NetEqImpl::InsertPacket(const WebRtcRTPHeader& rtp_header,
135 int NetEqImpl::InsertSyncPacket(const WebRtcRTPHeader& rtp_header,
156 int NetEqImpl::GetAudio(size_t max_length, int16_t* output_audio,
176 int NetEqImpl::RegisterPayloadType(enum NetEqDecoder codec
    [all...]
neteq.cc 29 // Creates all classes needed and inject them into a new NetEqImpl object.
47 return new NetEqImpl(config.sample_rate_hz,
neteq_impl.h 57 class NetEqImpl : public webrtc::NetEq {
59 // Creates a new NetEqImpl object. The object will assume ownership of all
61 NetEqImpl(int fs,
76 virtual ~NetEqImpl();
402 DISALLOW_COPY_AND_ASSIGN(NetEqImpl);
neteq_impl_unittest.cc 143 neteq_ = new NetEqImpl(config_.sample_rate_hz,
196 NetEqImpl* neteq_;

Completed in 106 milliseconds