/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 | 67 int32_t notificationFrames; in testRecord() local 78 &frameCount, ¬ificationFrames, in testRecord() 102 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 | 99 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()
|
D | AudioStreamRecord.cpp | 121 uint32_t notificationFrames = 0; in open() local 131 notificationFrames = builder.getFramesPerDataCallback(); in open() 169 notificationFrames, in open()
|
/frameworks/av/media/libaudioclient/ |
D | AudioRecord.cpp | 139 uint32_t notificationFrames, in AudioRecord() argument 158 notificationFrames, false /*threadCanCallJava*/, sessionId, transferType, flags, in AudioRecord() 201 uint32_t notificationFrames, in set() argument 223 inputSource, sampleRate, format, channelMask, frameCount, notificationFrames, in set() 308 mNotificationFramesReq = notificationFrames; in set() 1135 uint32_t notificationFrames = mNotificationFramesAct; in processAudioBuffer() local 1138 mRemainingFrames = notificationFrames; in processAudioBuffer() 1186 if (kPoll > 0 && mTransfer == TRANSFER_CALLBACK && kPoll * notificationFrames < minFrames) { in processAudioBuffer() 1187 minFrames = kPoll * notificationFrames; in processAudioBuffer() 1306 mRemainingFrames = notificationFrames; in processAudioBuffer()
|
D | AudioTrack.cpp | 237 int32_t notificationFrames, in AudioTrack() argument 256 frameCount, flags, cbf, user, notificationFrames, in AudioTrack() 270 int32_t notificationFrames, in AudioTrack() argument 289 0 /*frameCount*/, flags, cbf, user, notificationFrames, in AudioTrack() 335 int32_t notificationFrames, in set() argument 357 streamType, sampleRate, format, channelMask, frameCount, flags, notificationFrames, in set() 526 if (notificationFrames >= 0) { in set() 527 mNotificationFramesReq = notificationFrames; in set() 532 __func__, notificationFrames); in set() 538 __func__, notificationFrames, frameCount); in set() [all …]
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AudioTrack.h | 249 int32_t notificationFrames = 0, 280 int32_t notificationFrames = 0, 326 int32_t notificationFrames = 0,
|
D | AudioRecord.h | 193 uint32_t notificationFrames = 0, 234 uint32_t notificationFrames = 0,
|
/frameworks/wilhelm/src/android/ |
D | AudioPlayer_to_android.cpp | 1678 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()
|