HomeSort by relevance Sort by last modified time
    Searched refs:BURST_LEN (Results 1 - 8 of 8) sorted by null

  /cts/apps/CameraITS/tests/inprog/
test_burst_sameness_auto.py 32 BURST_LEN = 50
34 FRAMES = BURST_LEN * BURSTS
64 caps = cam.do_capture([req]*BURST_LEN, [fmt])
66 n = j*BURST_LEN + i
test_burst_sameness_fullres_auto.py 34 BURST_LEN = 6
36 FRAMES = BURST_LEN * BURSTS
60 caps = cam.do_capture([req]*BURST_LEN)
62 n = j*BURST_LEN + i
  /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 33 BURST_LEN = 8
53 caps = cam.do_capture([req]*BURST_LEN)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 131 #define BURST_LEN 3
136 /* bits/s, rate for the first BURST_LEN packets */
bandwidth_estimator.c 858 (((512 - 512 / BURST_LEN) * DelayBuildUp) >> 9)) {
860 inv_Q12 = 4096 / (BURST_LEN * FrameSamples);
902 State->ExceedAgo -= BURST_INTERVAL / (BURST_LEN - 1);
    [all...]
  /external/chromium_org/third_party/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 828 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp)
832 (double)(BURST_LEN * FrameSamples)) * BottleNeck;
863 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1);
885 State->BurstCounter = BURST_LEN - 1;
889 State->BurstCounter = BURST_LEN;

Completed in 648 milliseconds