HomeSort by relevance Sort by last modified time
    Searched refs:minFrames (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/
AudioRecord.cpp 801 uint32_t minFrames = ~0;
803 minFrames = markerPosition - position;
805 if (updatePeriod > 0 && updatePeriod < minFrames) {
806 minFrames = updatePeriod;
811 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
812 minFrames = kPoll * notificationFrames;
817 if (minFrames != (uint32_t) ~0) {
820 ns = ((minFrames * 1000000000LL) / mSampleRate) + kFudgeNs;
AudioTrack.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 184 milliseconds