Home
last modified time | relevance | path

Searched refs:notificationFrames (Results 1 – 11 of 11) 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.cpp67 int32_t notificationFrames; in testRecord() local
78 &frameCount, &notificationFrames, in testRecord()
102 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.cpp99 int32_t notificationFrames = 0; in open() local
120 notificationFrames = 0 - DEFAULT_BURSTS_PER_BUFFER_CAPACITY; in open()
122 notificationFrames = builder.getFramesPerDataCallback(); in open()
128 notificationFrames, (uint)frameCount); in open()
160 notificationFrames, in open()
DAudioStreamRecord.cpp121 uint32_t notificationFrames = 0; in open() local
131 notificationFrames = builder.getFramesPerDataCallback(); in open()
171 notificationFrames, in open()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp143 uint32_t notificationFrames, in AudioRecord() argument
162 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord()
214 uint32_t notificationFrames, in set() argument
236 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames, in set()
325 mNotificationFramesReq = notificationFrames; in set()
1205 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local
1208 mRemainingFrames = notificationFrames; in processAudioBuffer()
1256 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer()
1257 minFrames = kPoll * notificationFrames; in processAudioBuffer()
1376 mRemainingFrames = notificationFrames; in processAudioBuffer()
DAudioTrack.cpp238 int32_t notificationFrames, in AudioTrack() argument
258 frameCount, flags, cbf, user, notificationFrames, in AudioTrack()
272 int32_t notificationFrames, in AudioTrack() argument
292 0 /*frameCount*/, flags, cbf, user, notificationFrames, in AudioTrack()
348 int32_t notificationFrames, in set() argument
370 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set()
539 if (notificationFrames >= 0) { in set()
540 mNotificationFramesReq = notificationFrames; in set()
545 __func__, notificationFrames); in set()
551 __func__, notificationFrames, frameCount); in set()
[all …]
/frameworks/av/media/libaudioclient/include/media/
DAudioTrack.h252 int32_t notificationFrames = 0,
283 int32_t notificationFrames = 0,
329 int32_t notificationFrames = 0,
DAudioRecord.h193 uint32_t notificationFrames = 0,
234 uint32_t notificationFrames = 0,
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp1678 int32_t notificationFrames; in android_audioPlayer_realize() local
1682 notificationFrames = -pAudioPlayer->mBufferQueue.mNumBuffers; in android_audioPlayer_realize()
1684 notificationFrames = 0; in android_audioPlayer_realize()
1696 notificationFrames, // see comment above in android_audioPlayer_realize()