Home
last modified time | relevance | path

Searched refs:frameCountToBeReady (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audioflinger/
H A DPlaybackTracks.h84 size_t frameCountToBeReady = SIZE_MAX,
440 size_t frameCountToBeReady = 1 /** Default behaviour is to start
H A DTracks.cpp635 size_t frameCountToBeReady, in Track() argument
697 mServerProxy->setStartThresholdInFrames(frameCountToBeReady); // update the Cblk value in Track()
2121 size_t frameCountToBeReady) in PatchTrack() argument
2127 TYPE_PATCH, AUDIO_PORT_HANDLE_NONE, frameCountToBeReady),
H A DAudioFlinger.cpp3433 size_t frameCountToBeReady = 2 * sinkFrameCount + sourceFrameCount; in updateSecondaryOutputsForTrack_l() local
3439 size_t frameCount = frameCountToBeReady + 2 * (sourceFrameCount + sinkFrameCount); in updateSecondaryOutputsForTrack_l()
3483 frameCountToBeReady); in updateSecondaryOutputsForTrack_l()