Searched
full:interval (Results
1001 -
1025 of
3257) sorted by null
<<41424344454647484950>>
/external/webrtc/talk/app/webrtc/test/ |
fakeperiodicvideocapturer.h | 72 GetCaptureFormat()->interval / rtc::kNumNanosecsPerMillisec),
|
/external/webrtc/talk/media/base/ |
videocapturer.h | 148 // same as one of the supported formats except that the frame interval may be 310 ASSERT(capture_format_->interval > 0 && 311 "Capture format expected to have positive interval."); 312 // Video adapter really only cares about capture format interval.
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer.cc | 100 format->interval = VideoFormat::FpsToInterval(cap.maxFPS); 119 cap->maxFPS = VideoFormat::IntervalToFps(format.interval); 256 best_format->interval = desired.interval;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
webrtc_cng.c | 136 * - interval : generate SID data every interval ms 145 int WebRtcCng_InitEnc(CNG_enc_inst* cng_inst, int fs, int16_t interval, 158 inst->enc_interval = interval;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines.c | 41 /* find minimum length (determined by current interval width) */
|
arith_routins.h | 87 * Encode the histogram interval
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
lpc_shape_swb12_tables.c | 82 * Starting index for entropy decoder to search for the right interval,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
statistics_calculator.h | 64 // Increases the report interval counter with |num_samples| at a sample rate
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
noise_suppression.h | 107 * Return value : Prior speech probability in interval [0.0, 1.0].
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
inter_arrival.cc | 89 // Assume that a diff which is bigger than half the timestamp interval
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtcp_receiver_help.cc | 174 // use audio define since we don't know what interval the remote peer is using
|
/external/webrtc/webrtc/modules/video_coding/ |
jitter_estimator_tests.cc | 79 // 8 fps, steady state estimate should be in interpolated interval between 0
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
vp8_header_parser.h | 32 uint32_t range_; // Current range minus 1. In [127, 254] interval.
|
/external/webrtc/webrtc/video/ |
overuse_frame_detector.h | 51 int frame_timeout_interval_ms; // The maximum allowed interval between two
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
interpolator_base.h | 85 // The start-index of the previously searched interval
|
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Private.h | 60 #define LVCS_COMPGAINFRAME 64 /* Compressor gain update interval */
|
/frameworks/av/services/audioflinger/ |
FastThreadDumpState.h | 52 // The bounds define the interval of valid samples, and are represented as follows:
|
/frameworks/base/core/java/android/animation/ |
Keyframes.java | 45 * function maps the input fraction to the appropriate keyframe interval and a fraction
|
/frameworks/base/core/java/android/net/ |
NetworkAgent.java | 161 * periodically on the given interval. 164 * arg2 = interval in seconds 471 * Requests that the network hardware send the specified packet at the specified interval. 478 * Requests that the network hardware send the specified packet at the specified interval.
|
/frameworks/base/core/java/android/text/ |
SpanSet.java | 85 * Returns true if there are spans intersecting the given interval.
|
/frameworks/base/core/java/android/view/ |
DisplayEventReceiver.java | 108 * @param frame The frame number. Increases by one for each vertical sync interval.
|
/frameworks/base/core/java/android/webkit/ |
CookieSyncManager.java | 51 * The sync interval is 5 minutes, so you will want to force syncs
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 47 public static double mCaptureRate = 0.5; // 2 sec timelapse interval
|
/frameworks/base/services/core/java/com/android/server/ |
AlarmManagerService.java | 219 // Minimum alarm recurrence interval 706 // Apply a heuristic to { recurrence interval, futurity of the trigger time } to 708 static long maxTriggerTime(long now, long triggerAtTime, long interval) { 709 // Current heuristic: batchable window is 75% of either the recurrence interval 711 // with a minimum delay/interval of 10 seconds, under which we will simply not 713 long futurity = (interval == 0) 715 : interval; [all...] |
/frameworks/base/services/core/java/com/android/server/hdmi/ |
PowerStatusMonitorAction.java | 41 // Monitoring interval (60s)
|
Completed in 446 milliseconds
<<41424344454647484950>>