Home
last modified time | relevance | path

Searched refs:ISACStruct (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
Disac.h19 typedef struct WebRtcISACStruct ISACStruct; typedef
65 ISACStruct** ISAC_main_inst,
83 ISACStruct** ISAC_main_inst);
99 ISACStruct* ISAC_main_inst);
122 ISACStruct* ISAC_main_inst,
151 ISACStruct* ISAC_main_inst,
170 ISACStruct* ISAC_main_inst);
192 ISACStruct* ISAC_main_inst,
221 ISACStruct* ISAC_main_inst,
248 ISACStruct* ISAC_main_inst,
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c238 WebRtc_Word16 WebRtcIsac_Assign(ISACStruct** ISAC_main_inst, in WebRtcIsac_Assign()
246 *ISAC_main_inst = (ISACStruct*)instISAC_Addr; in WebRtcIsac_Assign()
271 WebRtc_Word16 WebRtcIsac_Create(ISACStruct** ISAC_main_inst) { in WebRtcIsac_Create()
275 *ISAC_main_inst = (ISACStruct*)instISAC; in WebRtcIsac_Create()
301 WebRtc_Word16 WebRtcIsac_Free(ISACStruct* ISAC_main_inst) { in WebRtcIsac_Free()
407 WebRtc_Word16 WebRtcIsac_EncoderInit(ISACStruct* ISAC_main_inst, in WebRtcIsac_EncoderInit()
489 WebRtc_Word16 WebRtcIsac_Encode(ISACStruct* ISAC_main_inst, in WebRtcIsac_Encode()
751 WebRtc_Word16 WebRtcIsac_GetNewBitStream(ISACStruct* ISAC_main_inst, in WebRtcIsac_GetNewBitStream()
917 WebRtc_Word16 WebRtcIsac_DecoderInit(ISACStruct* ISAC_main_inst) { in WebRtcIsac_DecoderInit()
960 WebRtc_Word16 WebRtcIsac_UpdateBwEstimate(ISACStruct* ISAC_main_inst, in WebRtcIsac_UpdateBwEstimate()
[all …]