/frameworks/av/media/libaudioclient/tests/ |
D | test_create_audiotrack.cpp | 65 int32_t notificationFrames; in testTrack() local 82 &frameCount, ¬ificationFrames, &useSharedBuffer, in testTrack() 96 notificationFrames = 0; in testTrack() 122 notificationFrames, in testTrack()
|
D | test_create_audiorecord.cpp | 74 int32_t notificationFrames; in testRecord() local 85 &frameCount, ¬ificationFrames, in testRecord() 109 notificationFrames, in testRecord()
|
D | record_test_input_v1.0_ref.txt | 4 # sampleRate format channelMask frameCount notificationFrames flags sessionId inputSource
|
D | track_test_input_v1.0_ref.txt | 4 # sampleRate format channelMask frameCount notificationFrames sharedBuffer flags sessionId usage c…
|
/frameworks/av/media/libaaudio/src/legacy/ |
D | AudioStreamTrack.cpp | 104 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()
|
D | AudioStreamRecord.cpp | 127 uint32_t notificationFrames = 0; in open() local 184 notificationFrames, in open()
|
/frameworks/av/media/libaudioclient/ |
D | AudioTrack.cpp | 258 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 …]
|
D | AudioRecord.cpp | 147 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/ |
D | AudioTrack.h | 261 int32_t notificationFrames = 0, 292 int32_t notificationFrames = 0, 338 int32_t notificationFrames = 0, 359 int32_t notificationFrames = 0,
|
D | AudioRecord.h | 194 uint32_t notificationFrames = 0, 233 uint32_t notificationFrames = 0,
|
/frameworks/av/media/libaudioclient/fuzzer/ |
D | audioflinger_fuzzer.cpp | 195 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/ |
D | AudioPlayer_to_android.cpp | 1679 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()
|