Home
last modified time | relevance | path

Searched refs:maxRequiredSpeed (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/
DAudioTrack.h240 float maxRequiredSpeed = 1.0f);
270 float maxRequiredSpeed = 1.0f);
316 float maxRequiredSpeed = 1.0f);
/frameworks/av/media/libmedia/
DAudioTrack.cpp204 float maxRequiredSpeed) in AudioTrack() argument
215 offloadInfo, uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed); in AudioTrack()
235 float maxRequiredSpeed) in AudioTrack() argument
246 uid, pid, pAttributes, doNotReconnect, maxRequiredSpeed); in AudioTrack()
296 float maxRequiredSpeed) in set() argument
438 mMaxRequiredSpeed = min(max(maxRequiredSpeed, 1.0f), AUDIO_TIMESTRETCH_SPEED_MAX); in set()