OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegisterPayloadType
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_rtpplay.cc
190
void
RegisterPayloadType
(NetEq* neteq,
194
if (neteq->
RegisterPayloadType
(codec, name, static_cast<uint8_t>(flag))) {
204
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderPCMu, "pcmu",
206
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderPCMa, "pcma",
208
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderILBC, "ilbc",
210
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderISAC, "isac",
212
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderISACswb, "isac-swb",
214
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderOpus, "opus",
216
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderPCM16B, "pcm16-nb",
218
RegisterPayloadType
(neteq, webrtc::NetEqDecoder::kDecoderPCM16Bwb, "pcm16-wb"
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl.cc
177
int NetEqImpl::
RegisterPayloadType
(NetEqDecoder codec,
181
LOG(LS_VERBOSE) << "
RegisterPayloadType
"
[
all
...]
Completed in 469 milliseconds