Home
last modified time | relevance | path

Searched refs:notificationFrames (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libaudioclient/tests/
Dtest_create_audiotrack.cpp65 int32_t notificationFrames; in testTrack() local
82 &frameCount, &notificationFrames, &useSharedBuffer, in testTrack()
96 notificationFrames = 0; in testTrack()
122 notificationFrames, in testTrack()
Dtest_create_audiorecord.cpp74 int32_t notificationFrames; in testRecord() local
85 &frameCount, &notificationFrames, in testRecord()
109 notificationFrames, in testRecord()
Drecord_test_input_v1.0_ref.txt4 # sampleRate format channelMask frameCount notificationFrames flags sessionId inputSource
Dtrack_test_input_v1.0_ref.txt4 # sampleRate format channelMask frameCount notificationFrames sharedBuffer flags sessionId usage c…
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamTrack.cpp104 int32_t notificationFrames = 0; in open() local
125 notificationFrames = 0 - DEFAULT_BURSTS_PER_BUFFER_CAPACITY; in open()
131 notificationFrames, (uint)frameCount); in open()
164 notificationFrames, in open()
DAudioStreamRecord.cpp127 uint32_t notificationFrames = 0; in open() local
184 notificationFrames, in open()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp258 int32_t notificationFrames, in AudioTrack() argument
277 frameCount, flags, cbf, user, notificationFrames, in AudioTrack()
291 int32_t notificationFrames, in AudioTrack() argument
310 0 /*frameCount*/, flags, cbf, user, notificationFrames, in AudioTrack()
378 int32_t notificationFrames, in set() argument
401 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set()
571 if (notificationFrames >= 0) { in set()
572 mNotificationFramesReq = notificationFrames; in set()
577 __func__, notificationFrames); in set()
583 __func__, notificationFrames, frameCount); in set()
[all …]
DAudioRecord.cpp147 uint32_t notificationFrames, in AudioRecord() argument
166 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord()
228 uint32_t notificationFrames, in set() argument
249 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames, in set()
355 mNotificationFramesReq = notificationFrames; in set()
1238 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
1241 mRemainingFrames = notificationFrames; in processAudioBuffer()
1289 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()
1290 minFrames = kPoll * notificationFrames; in processAudioBuffer()
1409 mRemainingFrames = notificationFrames; in processAudioBuffer()
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h261 int32_t notificationFrames = 0,
292 int32_t notificationFrames = 0,
338 int32_t notificationFrames = 0,
359 int32_t notificationFrames = 0,
DAudioRecord.h194 uint32_t notificationFrames = 0,
233 uint32_t notificationFrames = 0,
/frameworks/av/media/libaudioclient/fuzzer/
Daudioflinger_fuzzer.cpp195 int32_t notificationFrames = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioTrack() local
215 notificationFrames = 0; in invokeAudioTrack()
234 nullptr, notificationFrames, sharedBuffer, false, sessionId, in invokeAudioTrack()
298 int32_t notificationFrames = mFdp.ConsumeIntegral<int32_t>(); in invokeAudioRecord() local
318 notificationFrames, false, sessionId, in invokeAudioRecord()
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1679 int32_t notificationFrames; in android_audioPlayer_realize() local
1683 notificationFrames = -pAudioPlayer->mBufferQueue.mNumBuffers; in android_audioPlayer_realize()
1685 notificationFrames = 0; in android_audioPlayer_realize()
1697 notificationFrames, // see comment above in android_audioPlayer_realize()