Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioTrack.cpp2877 const uint32_t originalFrameCount = mProxy->frameCount(); in restoreTrack_l() local
2940 if (originalStartThresholdInFrames != originalFrameCount) { in restoreTrack_l()
/frameworks/av/services/audioflinger/
DTracks.cpp2577 const size_t originalFrameCount = buffer->mFrameCount; in obtainBuffer() local
2581 buffer->mFrameCount = originalFrameCount; // cleared on error, must be restored. in obtainBuffer()