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()
169 notificationFrames, in open()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp139 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()
DAudioTrack.cpp237 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/
DAudioTrack.h249 int32_t notificationFrames = 0,
280 int32_t notificationFrames = 0,
326 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()