Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/audioflinger/
H A DTracks.cpp818 size_t frameCountToBeReady, in create()
868 size_t frameCountToBeReady, in Track()
2636 size_t frameCountToBeReady, /** Default behaviour is to start in create()
2671 size_t frameCountToBeReady, in PatchTrack()
H A DPatchPanel.cpp639 const size_t frameCountToBeReady = isFmBridge && !usePassthruPatchRecord ? frameCount / 4 : 1; in createConnections_l() local
H A DAudioFlinger.cpp4067 size_t frameCountToBeReady = 2 * sinkFrameCount + sourceFrameCount; in updateSecondaryOutputsForTrack_l() local