OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AudioDecoderCng
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_impl.h
28
//
AudioDecoderCng
is a special type of AudioDecoder. It inherits from
34
class
AudioDecoderCng
: public AudioDecoder {
36
explicit
AudioDecoderCng
();
37
~
AudioDecoderCng
() override;
57
RTC_DISALLOW_COPY_AND_ASSIGN(
AudioDecoderCng
);
audio_decoder_impl.cc
39
AudioDecoderCng
::
AudioDecoderCng
() {
44
AudioDecoderCng
::~
AudioDecoderCng
() {
48
void
AudioDecoderCng
::Reset() {
52
int
AudioDecoderCng
::IncomingPacket(const uint8_t* payload,
60
CNG_dec_inst*
AudioDecoderCng
::CngDecoderInstance() {
64
size_t
AudioDecoderCng
::Channels() const {
68
int
AudioDecoderCng
::DecodeInternal(const uint8_t* encoded,
231
return new
AudioDecoderCng
;
[
all
...]
Completed in 1181 milliseconds