Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPatchPanel.cpp393 size_t recordFramecount = patch->mRecordThread->frameCount(); in createPatchConnections() local
394 int shift = __builtin_ctz(recordFramecount); in createPatchConnections()
398 size_t frameCount = (playbackFrameCount * recordFramecount) >> shift; in createPatchConnections()
400 playbackFrameCount, recordFramecount, frameCount); in createPatchConnections()