OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BURST_LEN
(Results
1 - 8
of
8
) sorted by null
/cts/apps/CameraITS/tests/scene1/
test_burst_sameness_manual.py
32
BURST_LEN
= 50
34
FRAMES =
BURST_LEN
* BURSTS
58
caps = cam.do_capture([req]*
BURST_LEN
, [fmt])
60
n = j*
BURST_LEN
+ i
test_locked_burst.py
34
BURST_LEN
= 8
57
caps = cam.do_capture([req]*
BURST_LEN
)
/cts/apps/CameraITS/tests/inprog/
test_burst_sameness_auto.py
32
BURST_LEN
= 50
34
FRAMES =
BURST_LEN
* BURSTS
65
caps = cam.do_capture([req]*
BURST_LEN
, [fmt])
67
n = j*
BURST_LEN
+ i
test_burst_sameness_fullres_auto.py
35
BURST_LEN
= 6
37
FRAMES =
BURST_LEN
* BURSTS
63
caps = cam.do_capture([req]*
BURST_LEN
)
65
n = j*
BURST_LEN
+ i
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h
140
#define
BURST_LEN
3
145
/* bits/s, rate for the first
BURST_LEN
packets */
bandwidth_estimator.c
867
(((512 - 512 /
BURST_LEN
) * DelayBuildUp) >> 9)) {
869
inv_Q12 = 4096 / (
BURST_LEN
* FrameSamples);
913
State->ExceedAgo -= BURST_INTERVAL / (
BURST_LEN
- 1);
929
State->BurstCounter =
BURST_LEN
- 1;
931
State->BurstCounter =
BURST_LEN
;
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.h
58
#define
BURST_LEN
3
66
// bits/s, rate for the first
BURST_LEN
packets
bandwidth_estimator.c
839
if (State->StillBuffered < (1.0 - 1.0/
BURST_LEN
) * DelayBuildUp)
843
(double)(
BURST_LEN
* FrameSamples)) * BottleNeck;
874
State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (
BURST_LEN
- 1);
896
State->BurstCounter =
BURST_LEN
- 1;
900
State->BurstCounter =
BURST_LEN
;
Completed in 168 milliseconds