OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebRtcIsac_ResetBitstream
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h
25
void
WebRtcIsac_ResetBitstream
(Bitstr* bit_stream);
encode.c
174
void
WebRtcIsac_ResetBitstream
(Bitstr* bit_stream) {
253
WebRtcIsac_ResetBitstream
(&(ISACencLB_obj->bitstr_obj));
690
WebRtcIsac_ResetBitstream
(&(ISACencUB_obj->bitstr_obj));
[
all
...]
decode.c
70
WebRtcIsac_ResetBitstream
(&(ISACdecLB_obj->bitstr_obj));
isac.c
[
all
...]
Completed in 36 milliseconds