OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioDecoderPcmA
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h
39
class
AudioDecoderPcmA
: public AudioDecoder {
41
AudioDecoderPcmA
() : AudioDecoder(kDecoderPCMa) {}
48
DISALLOW_COPY_AND_ASSIGN(
AudioDecoderPcmA
);
62
class AudioDecoderPcmAMultiCh : public
AudioDecoderPcmA
{
64
explicit AudioDecoderPcmAMultiCh(size_t channels) :
AudioDecoderPcmA
() {
audio_decoder.cc
186
return new
AudioDecoderPcmA
;
audio_decoder_impl.cc
60
int
AudioDecoderPcmA
::Decode(const uint8_t* encoded, size_t encoded_len,
70
int
AudioDecoderPcmA
::PacketDuration(const uint8_t* encoded,
audio_decoder_unittest.cc
253
decoder_ = new
AudioDecoderPcmA
;
[
all
...]
Completed in 294 milliseconds