Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioTrack.cpp1469 size_t maxNotificationFrames; in createTrack_l() local
1472 maxNotificationFrames = afFrameCountHAL; in createTrack_l()
1477 maxNotificationFrames = frameCount / nBuffering; in createTrack_l()
1479 if (mNotificationFramesAct == 0 || mNotificationFramesAct > maxNotificationFrames) { in createTrack_l()
1482 maxNotificationFrames, frameCount); in createTrack_l()
1485 mNotificationFramesAct, maxNotificationFrames, frameCount); in createTrack_l()
1487 mNotificationFramesAct = (uint32_t) maxNotificationFrames; in createTrack_l()
/frameworks/av/services/audioflinger/
DThreads.cpp6337 size_t maxNotificationFrames = ((int64_t) (hasFastCapture() ? mSampleRate/50 : mFrameCount) in createRecordTrack_l() local
6346 const size_t minNotificationsByMs = (minFramesByMs + maxNotificationFrames - 1) / in createRecordTrack_l()
6347 maxNotificationFrames; in createRecordTrack_l()
6348 const size_t minFrameCount = maxNotificationFrames * in createRecordTrack_l()
6351 if (*notificationFrames == 0 || *notificationFrames > maxNotificationFrames) { in createRecordTrack_l()
6352 *notificationFrames = maxNotificationFrames; in createRecordTrack_l()