OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioDecoderIsac
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h
117
class
AudioDecoderIsac
: public AudioDecoder {
119
AudioDecoderIsac
();
120
virtual ~
AudioDecoderIsac
();
136
DISALLOW_COPY_AND_ASSIGN(
AudioDecoderIsac
);
139
class AudioDecoderIsacSwb : public
AudioDecoderIsac
{
audio_decoder_impl.cc
155
AudioDecoderIsac
::
AudioDecoderIsac
() : AudioDecoder(kDecoderISAC) {
160
AudioDecoderIsac
::~
AudioDecoderIsac
() {
164
int
AudioDecoderIsac
::Decode(const uint8_t* encoded, size_t encoded_len,
175
int
AudioDecoderIsac
::DecodeRedundant(const uint8_t* encoded,
187
int
AudioDecoderIsac
::DecodePlc(int num_frames, int16_t* decoded) {
192
int
AudioDecoderIsac
::Init() {
196
int
AudioDecoderIsac
::IncomingPacket(const uint8_t* payload,
209
int
AudioDecoderIsac
::ErrorCode()
[
all
...]
audio_decoder.cc
200
return new
AudioDecoderIsac
;
audio_decoder_unittest.cc
333
decoder_ = new
AudioDecoderIsac
;
[
all
...]
Completed in 53 milliseconds