Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp454 size_t recordFramecount = patch->mRecordThread->frameCount(); in createPatchConnections() local
455 int shift = __builtin_ctz(recordFramecount); in createPatchConnections()
459 size_t frameCount = (playbackFrameCount * recordFramecount) >> shift; in createPatchConnections()
461 playbackFrameCount, recordFramecount, frameCount); in createPatchConnections()