HomeSort by relevance Sort by last modified time
    Searched defs:latency (Results 1 - 25 of 318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/sound/
soundsysteminterface.h 42 // Enable reporting the current stream latency in
56 // Desired latency, measured as number of bytes of sample data
57 int latency; member in struct:rtc::SoundSystemInterface::OpenParams
60 // Special values for the "latency" field of OpenParams.
61 // Use this one to say you don't care what the latency is. The sound system
65 // small latency value. The sound system may pick the minimum allowed one, or
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDeviceAppQosSettings.java 31 final public int latency; field in class:BluetoothHidDeviceAppQosSettings
42 int latency, int delayVariation) {
47 this.latency = latency;
88 out.writeInt(latency);
94 serviceType, tokenRate, tokenBucketSize, peakBandwidth, latency, delayVariation
  /hardware/libhardware_legacy/audio/
AudioHardwareStub.h 37 virtual uint32_t latency() const { return 0; } function in class:android_audio_legacy::AudioStreamOutStub
A2dpAudioInterface.h 90 virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
AudioHardwareGeneric.h 54 virtual uint32_t latency() const { return 20; } function in class:android_audio_legacy::AudioStreamOutGeneric
  /device/google/contexthub/firmware/os/inc/
isr.h 98 uint32_t latency = 0; local
102 if (!latency || (curIsr->maxLatencyNs && curIsr->maxLatencyNs < latency))
103 latency = curIsr->maxLatencyNs;
106 return latency;
sensors_priv.h 54 uint64_t latency; member in struct:SensorsClientRequest
  /external/iproute2/tc/
q_tbf.c 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] ");
45 unsigned buffer=0, mtu=0, mpu=0, latency=0; local
61 if (latency) {
62 fprintf(stderr, "tbf: specifying both \"latency\" and \"limit\" is not allowed\n");
70 } else if (matches(*argv, "latency") == 0) {
72 if (latency) {
73 fprintf(stderr, "tbf: duplicate \"latency\" specification\n");
77 fprintf(stderr, "tbf: specifying both \"limit\" and \"/latency\" is not allowed\n");
80 if (get_time(&latency, *argv)) {
81 explain1("latency", *argv)
255 double latency; local
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 164 int latency = 0; local
176 latency = i;
180 //ALOGI("corr^2 %.5f, var %8.0f %8.0f, latency %d", corr2, varX, varY,
181 // latency * mScale);
  /hardware/qcom/audio/legacy/alsa_sound/
AudioStreamOutALSA.cpp 370 uint32_t AudioStreamOutALSA::latency() const function in class:android_audio_legacy::AudioStreamOutALSA
372 // Android wants latency in milliseconds.
373 return USEC_TO_MSEC (mHandle->latency);
  /system/chre/apps/imu_cal/
imu_cal.cc 40 uint64_t latency; // nsec member in struct:chre::__anon106624::__anon106625::SensorState
48 .latency = 0,
53 .latency = 0,
58 .latency = Seconds(4).toRawNanoseconds(),
63 .latency = Seconds(4).toRawNanoseconds(),
68 .latency = Seconds(4).toRawNanoseconds(),
100 float latencySec = sensor.latency / 1e9;
103 sensor.latency);
104 LOGI("Requested data: odr %f Hz, latency %f sec, %s",
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 132 int64_t latency = end_timestamp - start_timestamp; local
133 cout << api << ":" << latency << endl;
  /device/google/contexthub/firmware/os/platform/stm32/
exti.c 168 uint32_t latency; local
174 latency = isr->maxLatencyNs;
176 if (!mMaxLatency || latency == mMaxLatency || (maxLatencyNs && maxLatencyNs < mMaxLatency)) {
  /external/linux-kselftest/tools/testing/selftests/timers/
nsleep-lat.c 1 /* Measure nanosleep timer latency
112 long long latency = 0; local
125 /* First check relative latency */
132 printf("Large rel latency: %lld ns :", (timespec_sub(start, end)/count)-ns);
136 /* Next check absolute latency */
142 latency += timespec_sub(target, end);
145 if (latency/count > UNRESONABLE_LATENCY) {
146 printf("Large abs latency: %lld ns :", latency/count);
168 printf("nsleep latency %-26s ", clockstring(clockid))
    [all...]
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_many.c 58 unsigned long latency = 0; variable
182 latency = (unsigned long)((endtime - starttime) * 1000000.);
212 rec.y = latency;
232 latency = dat.records[i].y;
233 if (latency > PASS_US)
235 min = MIN(min, latency);
236 max = MAX(max, latency);
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioOutputDescriptor.h 53 virtual uint32_t latency() { return 0; } function in class:android::AudioOutputDescriptor
109 virtual uint32_t latency();
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 247 snprintf(buffer, SIZE, " Latency: %d\n", mLatency);
289 uint32_t SwAudioOutputDescriptor::latency() function in class:android::SwAudioOutputDescriptor
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 750 func latency(b *testing.B, bps int, dynamicRecordSizingDisabled bool) { func
807 latency(b, kbps*1000, mode == "Max")
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 750 func latency(b *testing.B, bps int, dynamicRecordSizingDisabled bool) { func
807 latency(b, kbps*1000, mode == "Max")
  /system/chre/apps/sensor_world/
sensor_world.cc 40 uint64_t latency; // nsec member in struct:chre::__anon106628::__anon106629::SensorState
48 .latency = Seconds(4).toRawNanoseconds(),
59 .latency = Seconds(4).toRawNanoseconds(),
64 .latency = Seconds(4).toRawNanoseconds(),
69 .latency = Seconds(4).toRawNanoseconds(),
74 .latency = 0,
79 .latency = 0,
84 .latency = 0,
89 .latency = 0,
94 .latency = Seconds(4).toRawNanoseconds()
    [all...]
  /device/google/contexthub/util/nanotool/
nanomessage.h 186 uint64_t latency; member in struct:android::ConfigureSensorRequest::Configuration
  /external/ltp/tools/netpipe-2.4/
netpipe.c 54 latency; /* Network message latency */ local
224 latency = (When() - t0) / (2 * LATENCYREPS);
232 SendTime(&args, &latency);
234 RecvTime(&args, &latency);
237 fprintf(stderr, "Latency: %.7f\n", latency);
240 tlast = latency;
  /external/ltp/tools/netpipe-2.4-ipv6/
netpipe.c 91 latency; /* Network message latency */ local
276 latency = (When() - t0) / (2 * LATENCYREPS);
284 SendTime(&args, &latency);
286 RecvTime(&args, &latency);
289 fprintf(stderr, "Latency: %.7f\n", latency);
292 tlast = latency;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_schedule_instructions.cpp 38 * compute a DAG of the dependencies (RAW ordering with latency, WAW
73 this->latency = 1 * chans * math_latency;
76 this->latency = 2 * chans * math_latency;
82 this->latency = 3 * chans * math_latency;
87 this->latency = 4 * chans * math_latency;
90 this->latency = 8 * chans * math_latency;
94 /* minimum latency, max is 12 rounds. */
95 this->latency = 5 * chans * math_latency;
98 this->latency = 2;
110 int latency; member in class:schedule_node
    [all...]
  /external/syslinux/com32/include/sys/
pci.h 36 uint8_t latency; member in struct:pci_dev_info

Completed in 1407 milliseconds

1 2 3 4 5 6 7 8 91011>>