Home
last modified time | relevance | path

Searched refs:latency (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/media/bufferpool/1.0/
DREADME.md6 unwanted latency due to context switching. With help from a buffer pool, a
7 process can pass buffers asynchronously and reduce context switching latency.
9 Passing an interface and a handle adds extra latency also. To mitigate the
10 latency, passing IDs with local cache is used. For security concerns about
/hardware/interfaces/power/1.2/
Dtypes.hal31 * This hint indicates that low latency audio is active. Can be used
32 * for device specific optimizations towards low latency audio. The
33 * data parameter is non-zero when low latency audio starts and
/hardware/qcom/audio/hal/audio_extn/
Da2dp.c1674 uint32_t latency = 0; in audio_extn_a2dp_get_encoder_latency() local
1693 latency = (avsync_runtime_prop > 0) ? sbc_offset : ENCODER_LATENCY_SBC; in audio_extn_a2dp_get_encoder_latency()
1694 latency += DEFAULT_SINK_LATENCY_SBC; in audio_extn_a2dp_get_encoder_latency()
1697 latency = (avsync_runtime_prop > 0) ? aptx_offset : ENCODER_LATENCY_APTX; in audio_extn_a2dp_get_encoder_latency()
1698 latency += DEFAULT_SINK_LATENCY_APTX; in audio_extn_a2dp_get_encoder_latency()
1701 latency = (avsync_runtime_prop > 0) ? aptxhd_offset : ENCODER_LATENCY_APTX_HD; in audio_extn_a2dp_get_encoder_latency()
1702 latency += DEFAULT_SINK_LATENCY_APTX_HD; in audio_extn_a2dp_get_encoder_latency()
1705 latency = (avsync_runtime_prop > 0) ? aac_offset : ENCODER_LATENCY_AAC; in audio_extn_a2dp_get_encoder_latency()
1706 latency += DEFAULT_SINK_LATENCY_AAC; in audio_extn_a2dp_get_encoder_latency()
1709 latency = (avsync_runtime_prop > 0) ? ldac_offset : ENCODER_LATENCY_LDAC; in audio_extn_a2dp_get_encoder_latency()
[all …]
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal27 * Their values may be tuned to trade off between display pipeline latency (both
28 * overall latency and the lengths of the app --> SF and SF --> display phases)
32 * app --> display latency, and unless significant testing is performed to avoid
94 * mechanism which significantly reduces buffer processing latency.
/hardware/interfaces/audio/effect/4.0/
DIVisualizerEffect.hal56 * Informs the visualizer about the downstream latency.
61 * Gets the downstream latency.
Dtypes.hal107 * | implemented | | on latency or CPU load.
/hardware/interfaces/light/2.0/
Dtypes.hal70 * latency are disabled.
74 * recommended for low latency.
/hardware/libhardware_legacy/audio/
DA2dpAudioInterface.h90 …virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200;… in latency() function
DAudioHardwareStub.h37 virtual uint32_t latency() const { return 0; } in latency() function
DAudioHardwareGeneric.h54 virtual uint32_t latency() const { return 20; } in latency() function
DAudioDumpInterface.h50 virtual uint32_t latency() const;
DAudioDumpInterface.cpp334 uint32_t AudioStreamOutDump::latency() const in latency() function in android::AudioStreamOutDump
336 if (mFinalStream != 0 ) return mFinalStream->latency(); in latency()
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp370 uint32_t AudioStreamOutALSA::latency() const in latency() function in android_audio_legacy::AudioStreamOutALSA
373 return USEC_TO_MSEC (mHandle->latency); in latency()
DAudioHardwareALSA.h175 unsigned int latency; // Delay in usec member
315 virtual uint32_t latency() const;
/hardware/interfaces/sensors/1.0/
DISensors.hal82 * report latency. This function can be called while the sensor is
85 * lost events, nor can transitioning from a high maximum report latency to
86 * a low maximum report latency.
Dtypes.hal551 * greater than 5 seconds. The latency must be less than 10 seconds.
565 * greater than 5 seconds. The latency must be less than 10 seconds.
587 * The sensor is not expected to be optimized for latency. As a guide, a
588 * latency of up to 10 seconds is acceptable. However, the timestamp attached
695 * It must be low-latency and be able to detect the on-body to off-body
697 * and 3-second latency to determine the off-body to on-body transition
1103 * more reources to improve throughput and latency in high performance mode.
1104 * One possible use case is virtual reality, when sensor latency need to be
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp441 void setLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t latency) { in setLatency() argument
444 param.nU32 = (OMX_U32)latency; in setLatency()
451 void getLatency(sp<IOmxNode> omxNode, OMX_U32 portIndex, uint32_t* latency) { in getLatency() argument
459 *latency = param.nU32; in getLatency()
1188 uint32_t latency = 0; in TEST_F() local
1189 setLatency(omxNode, kPortIndexInput, latency); in TEST_F()
1190 getLatency(omxNode, kPortIndexInput, &latency); in TEST_F()
1317 uint32_t latency = 0; in TEST_F() local
1318 setLatency(omxNode, kPortIndexInput, latency); in TEST_F()
1319 getLatency(omxNode, kPortIndexInput, &latency); in TEST_F()
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h77 virtual uint32_t latency() const = 0;
DAudioPolicyManagerBase.h263 uint32_t latency();
/hardware/interfaces/audio/2.0/
DIStreamOut.hal27 * Return the audio hardware driver estimated latency in milliseconds.
29 * @return latencyMs latency in milliseconds.
172 * with non-trivial latency. In the pause state, some audio hardware may
/hardware/interfaces/audio/4.0/
DIStreamOut.hal25 * Return the audio hardware driver estimated latency in milliseconds.
27 * @return latencyMs latency in milliseconds.
183 * with non-trivial latency. In the pause state, some audio hardware may
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c117 uint32_t latency; member
582 visu_ctxt->latency = DSP_OUTPUT_LATENCY_MS; in visualizer_reset()
696 ALOGV("%s set latency = %d", __func__, visu_ctxt->latency); in visualizer_set_parameter()
827 int32_t latency_ms = visu_ctxt->latency; in visualizer_command()
/hardware/interfaces/wifi/1.2/
Dtypes.hal50 * lower power consumption, but may result in some missed messages and hence increased latency.
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h242 uint32 latency;
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal105 * The pipeline latency (see S7 for definition) should be less than or equal to

12