Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPlaybackTracks.h82 size_t frameCountToBeReady = SIZE_MAX,
427 size_t frameCountToBeReady = 1 /** Default behaviour is to start
DTracks.cpp631 size_t frameCountToBeReady, in Track() argument
693 mServerProxy->setStartThresholdInFrames(frameCountToBeReady); // update the Cblk value in Track()
2117 size_t frameCountToBeReady) in PatchTrack() argument
2123 TYPE_PATCH, AUDIO_PORT_HANDLE_NONE, frameCountToBeReady),
DAudioFlinger.cpp3411 size_t frameCountToBeReady = 2 * sinkFrameCount + sourceFrameCount; in updateSecondaryOutputsForTrack_l() local
3417 size_t frameCount = frameCountToBeReady + 2 * (sourceFrameCount + sinkFrameCount); in updateSecondaryOutputsForTrack_l()
3461 frameCountToBeReady); in updateSecondaryOutputsForTrack_l()