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

  /frameworks/av/media/libmedia/
AudioRecord.cpp 853 uint32_t minFrames = ~0;
855 minFrames = markerPosition - position;
857 if (updatePeriod > 0 && updatePeriod < minFrames) {
858 minFrames = updatePeriod;
863 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) {
864 minFrames = kPoll * notificationFrames;
869 if (minFrames != (uint32_t) ~0) {
872 ns = ((minFrames * 1000000000LL) / mSampleRate) + kFudgeNs;
    [all...]
AudioTrack.cpp     [all...]
  /external/deqp/modules/glshared/
glsCalibration.cpp 330 const int minFrames = 10;
332 int numMeasureFrames = deClamp32(deRoundFloatToInt32(m_params.targetMeasureDurationUs / m_calibrateIterations.back().frameTime), minFrames, maxFrames);
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]

Completed in 235 milliseconds