Searched refs:frameCountToBeReady (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/audioflinger/ |
D | PlaybackTracks.h | 96 size_t frameCountToBeReady = SIZE_MAX, 500 size_t frameCountToBeReady = 1, /** Default behaviour is to start
|
D | IAfTrack.h | 289 size_t frameCountToBeReady = SIZE_MAX, 582 size_t frameCountToBeReady = 1, /** Default behaviour is to start
|
D | Tracks.cpp | 704 size_t frameCountToBeReady, in create() argument 725 frameCountToBeReady, in create() 750 size_t frameCountToBeReady, in Track() argument 816 mServerProxy->setStartThresholdInFrames(frameCountToBeReady); // update the Cblk value in Track() 2452 size_t frameCountToBeReady, /** Default behaviour is to start in create() argument 2469 frameCountToBeReady, in create() 2483 size_t frameCountToBeReady, in PatchTrack() argument 2490 TYPE_PATCH, AUDIO_PORT_HANDLE_NONE, frameCountToBeReady, speed),
|
D | PatchPanel.cpp | 637 const size_t frameCountToBeReady = isFmBridge && !usePassthruPatchRecord ? frameCount / 4 : 1; in createConnections_l() local 649 frameCountToBeReady, in createConnections_l()
|
D | AudioFlinger.cpp | 3895 size_t frameCountToBeReady = 2 * sinkFrameCount + sourceFrameCount; in updateSecondaryOutputsForTrack_l() local 3901 size_t frameCount = frameCountToBeReady + 2 * (sourceFrameCount + sinkFrameCount); in updateSecondaryOutputsForTrack_l() 3951 frameCountToBeReady, in updateSecondaryOutputsForTrack_l()
|