Home
last modified time | relevance | path

Searched refs:audio_timestretch_stretch_mode_t (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Daudio-base.h51 } audio_timestretch_stretch_mode_t; typedef
H A Daudio.h2106 audio_timestretch_stretch_mode_t mStretchMode;
/aosp12/frameworks/av/media/libmediahelper/include/media/
H A DAudioValidator.h96 static status_t validatePlaybackRateStretchMode(audio_timestretch_stretch_mode_t stretchMode);
/aosp12/frameworks/av/include/media/
H A DAudioResamplerPublic.h42 using AudioTimestretchStretchMode = ::audio_timestretch_stretch_mode_t;
/aosp12/frameworks/av/media/libaudioprocessing/include/media/
H A DAudioResamplerPublic.h42 using AudioTimestretchStretchMode = ::audio_timestretch_stretch_mode_t;
/aosp12/frameworks/av/media/libmediahelper/
H A DAudioValidator.cpp164 audio_timestretch_stretch_mode_t stretchMode) in validatePlaybackRateStretchMode()
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAidlConversion.h382 ConversionResult<audio_timestretch_stretch_mode_t>
385 legacy2aidl_audio_timestretch_stretch_mode_t_int32_t(audio_timestretch_stretch_mode_t legacy);
/aosp12/hardware/interfaces/audio/6.0/
H A Dtypes.hal305 @export(name="audio_timestretch_stretch_mode_t", value_prefix="AUDIO_TIMESTRETCH_STRETCH_")
/aosp12/hardware/interfaces/audio/7.0/
H A Dtypes.hal320 @export(name="audio_timestretch_stretch_mode_t", value_prefix="AUDIO_TIMESTRETCH_STRETCH_")
/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStreamOut.cpp719 static_cast<audio_timestretch_stretch_mode_t>(playbackRate.timestretchMode), in setPlaybackRateParameters()
/aosp12/frameworks/av/media/libaudioclient/
H A DAidlConversion.cpp2220 ConversionResult<audio_timestretch_stretch_mode_t>
2222 return convertReinterpret<audio_timestretch_stretch_mode_t>(aidl); in aidl2legacy_int32_t_audio_timestretch_stretch_mode_t()
2226 legacy2aidl_audio_timestretch_stretch_mode_t_int32_t(audio_timestretch_stretch_mode_t legacy) { in legacy2aidl_audio_timestretch_stretch_mode_t_int32_t()
/aosp12/frameworks/av/media/libaudiohal/impl/
H A DStreamHalHidl.cpp739 static_cast<audio_timestretch_stretch_mode_t>( in getPlaybackRateParameters()