Home
last modified time | relevance | path

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

/frameworks/av/media/libmedia/
DAudioRecord.cpp234 mNotificationFramesAct = 0; in set()
449 mNotificationFramesAct = mNotificationFramesReq; in openRecord_l()
453 if (mNotificationFramesAct == 0 || mNotificationFramesAct > mFrameCount/2) { in openRecord_l()
454 mNotificationFramesAct = mFrameCount/2; in openRecord_l()
508 if (mNotificationFramesAct == 0 || mNotificationFramesAct > mFrameCount) { in openRecord_l()
509 mNotificationFramesAct = mFrameCount; in openRecord_l()
515 if (mNotificationFramesAct == 0 || mNotificationFramesAct > mFrameCount/2) { in openRecord_l()
516 mNotificationFramesAct = mFrameCount/2; in openRecord_l()
527 mProxy->setMinimum(mNotificationFramesAct); in openRecord_l()
763 size_t notificationFrames = mNotificationFramesAct; in processAudioBuffer()
DAudioTrack.cpp321 mNotificationFramesAct = 0; in set()
909 mNotificationFramesAct = mNotificationFramesReq; in createTrack_l()
919 if (mNotificationFramesAct != frameCount) { in createTrack_l()
920 mNotificationFramesAct = frameCount; in createTrack_l()
969 if (mNotificationFramesAct == 0 || mNotificationFramesAct > frameCount/nBuffering) { in createTrack_l()
970 mNotificationFramesAct = frameCount/nBuffering; in createTrack_l()
1045 if (mNotificationFramesAct == 0 || mNotificationFramesAct > frameCount/nBuffering) { in createTrack_l()
1046 mNotificationFramesAct = frameCount/nBuffering; in createTrack_l()
1055 if (mNotificationFramesAct == 0 || mNotificationFramesAct > frameCount/nBuffering) { in createTrack_l()
1056 mNotificationFramesAct = frameCount/nBuffering; in createTrack_l()
[all …]
/frameworks/av/include/media/
DAudioRecord.h447 uint32_t mNotificationFramesAct; // actual number of frames between each variable
DAudioTrack.h705 uint32_t mNotificationFramesAct; // actual number of frames between each variable