OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:burst_count
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c
357
st->
burst_count
= 0;
361
/* update the counters (hang_count,
burst_count
) */
364
st->
burst_count
= st->
burst_count
+ 1;
365
if(st->
burst_count
>= burst_len)
372
st->
burst_count
= 0;
674
state->
burst_count
= 0;
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h
48
Word16
burst_count
; /* counts length of a speech burst */
member in struct:__anon14951
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
vad1.cpp
899
Inputs :
burst_count
: counter for the length of speech bursts
902
Outputs :
burst_count
: counter for the length of speech bursts
977
st->
burst_count
= 0;
995
st->
burst_count
= BURST_LEN_HIGH_NOISE;
1009
/* update the counters (hang_count,
burst_count
) */
1012
st->
burst_count
= add(st->
burst_count
, 1, pOverflow);
1014
if (st->
burst_count
>= burst_len)
1022
st->
burst_count
= 0;
[
all
...]
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/
vad1.h
111
Word16
burst_count
; /* counts length of a speech burst */
member in struct:__anon14909
Completed in 231 milliseconds