OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioDecoderG722
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h
177
class
AudioDecoderG722
: public AudioDecoder {
179
AudioDecoderG722
();
180
virtual ~
AudioDecoderG722
();
188
DISALLOW_COPY_AND_ASSIGN(
AudioDecoderG722
);
191
class AudioDecoderG722Stereo : public
AudioDecoderG722
{
audio_decoder_impl.cc
269
AudioDecoderG722
::
AudioDecoderG722
() : AudioDecoder(kDecoderG722) {
273
AudioDecoderG722
::~
AudioDecoderG722
() {
277
int
AudioDecoderG722
::Decode(const uint8_t* encoded, size_t encoded_len,
288
int
AudioDecoderG722
::Init() {
292
int
AudioDecoderG722
::PacketDuration(const uint8_t* encoded,
299
:
AudioDecoderG722
(),
303
// |state_left_| already created by the base class
AudioDecoderG722
.
308
// |state_left_| will be freed by the base class
AudioDecoderG722
[
all
...]
audio_decoder.cc
223
return new
AudioDecoderG722
;
audio_decoder_unittest.cc
456
decoder_ = new
AudioDecoderG722
;
[
all
...]
Completed in 26 milliseconds