Searched refs:WebRtcIsacfix_ReadFrameLen (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac_macros.h58 #define ACM_ISAC_GETFRAMELEN WebRtcIsacfix_ReadFrameLen
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h348 * WebRtcIsacfix_ReadFrameLen(...)
360 int16_t WebRtcIsacfix_ReadFrameLen(const int16_t* encoded,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/
H A Disacfix.h348 * WebRtcIsacfix_ReadFrameLen(...)
360 WebRtc_Word16 WebRtcIsacfix_ReadFrameLen(const WebRtc_Word16* encoded,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.cc743 err = WebRtcIsacfix_ReadFrameLen((int16_t*)streamdata, &FL);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A Dkenny.c755 err = WebRtcIsacfix_ReadFrameLen((WebRtc_Word16*)streamdata, &FL);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c1266 * WebRtcIsacfix_ReadFrameLen(...)
1278 int16_t WebRtcIsacfix_ReadFrameLen(const int16_t* encoded, function
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Disacfix.c1249 * WebRtcIsacfix_ReadFrameLen(...)
1261 WebRtc_Word16 WebRtcIsacfix_ReadFrameLen(const WebRtc_Word16* encoded, function

Completed in 129 milliseconds