Searched refs:OpusDecInst (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
H A Dopus_interface.h24 typedef struct WebRtcOpusDecInst OpusDecInst; typedef in typeref:struct:WebRtcOpusDecInst
198 int16_t WebRtcOpus_DecoderCreate(OpusDecInst** inst, size_t channels);
199 int16_t WebRtcOpus_DecoderFree(OpusDecInst* inst);
206 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst);
216 void WebRtcOpus_DecoderInit(OpusDecInst* inst);
238 int WebRtcOpus_Decode(OpusDecInst* inst, const uint8_t* encoded,
256 int WebRtcOpus_DecodePlc(OpusDecInst* inst, int16_t* decoded,
277 int WebRtcOpus_DecodeFec(OpusDecInst* inst, const uint8_t* encoded,
293 int WebRtcOpus_DurationEst(OpusDecInst* inst,
309 int WebRtcOpus_PlcDuration(OpusDecInst* ins
[all...]
H A Dopus_interface.c251 int16_t WebRtcOpus_DecoderCreate(OpusDecInst** inst, size_t channels) {
253 OpusDecInst* state;
257 state = (OpusDecInst*) calloc(1, sizeof(OpusDecInst));
282 int16_t WebRtcOpus_DecoderFree(OpusDecInst* inst) {
292 size_t WebRtcOpus_DecoderChannels(OpusDecInst* inst) {
296 void WebRtcOpus_DecoderInit(OpusDecInst* inst) {
302 static int16_t DetermineAudioType(OpusDecInst* inst, size_t encoded_bytes) {
319 static int DecodeNative(OpusDecInst* inst, const uint8_t* encoded,
333 int WebRtcOpus_Decode(OpusDecInst* ins
[all...]
H A Daudio_decoder_opus.h44 OpusDecInst* dec_state_;

Completed in 103 milliseconds