OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_framelength
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h
172
int
new_framelength
);
isac.c
149
instISAC->instLB.ISACencLB_obj.
new_framelength
= 480;
355
instLB->ISACencLB_obj.
new_framelength
= 480;
357
instLB->ISACencLB_obj.
new_framelength
= INITIAL_FRAMESAMPLES;
[
all
...]
structs.h
330
int16_t
new_framelength
;
member in struct:__anon27767
encode.c
219
ISACencLB_obj->current_framesamples = ISACencLB_obj->
new_framelength
;
258
ISACencLB_obj->
new_framelength
= WebRtcIsac_GetNewFrameLength(
519
ISACencLB_obj->
new_framelength
=
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isacfix.c
303
ISAC_inst->ISACenc_obj.
new_framelength
= INITIAL_FRAMESAMPLES;
306
ISAC_inst->ISACenc_obj.
new_framelength
= 480; /* default for I-mode */
[
all
...]
encode.c
72
ISACenc_obj->current_framesamples = ISACenc_obj->
new_framelength
;
112
ISACenc_obj->
new_framelength
= WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
415
ISACenc_obj->
new_framelength
= WebRtcIsacfix_GetNewFrameLength(ISACenc_obj->BottleNeck,
structs.h
320
int16_t
new_framelength
;
member in struct:__anon27747
Completed in 118 milliseconds