Home
last modified time | relevance | path

Searched defs:framesPerBurst (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/services/oboeservice/
DTimestampScheduler.h51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
DAAudioMixer.cpp40 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
DAAudioServiceStreamShared.cpp74 int32_t framesPerBurst) { in calculateBufferCapacity()
/frameworks/av/media/libaaudio/tests/
Dtest_recovery.cpp34 int32_t framesPerBurst = 0; in main() local
Dtest_open_params.cpp50 int32_t framesPerBurst = 0; in testOpenOptions() local
Dtest_bad_disconnect.cpp60 int32_t framesPerBurst = 0; in s_StartAudio() local
Dtest_marshalling.cpp119 const size_t framesPerBurst = 32; in TEST() local
Dtest_timestamps.cpp112 int32_t framesPerBurst = 0; in testTimeStamps() local
Dtest_various.cpp420 int32_t framesPerBurst = 0; in TEST() local
/frameworks/av/media/libaaudio/examples/write_sine/src/
Dwrite_sine.cpp45 int32_t framesPerBurst = 0; in main() local
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp67 void RingBufferParcelable::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
DAAudioServiceDefinitions.h74 int32_t framesPerBurst; // for ISOCHRONOUS queues member
/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor.cpp45 int32_t framesPerBurst = 0; in main() local
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp132 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
DAudioStreamInternal.cpp79 int32_t framesPerBurst; in open() local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable
DAAudioArgsParser.h394 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream); in compareWithStream() local
DAAudioSimplePlayer.h126 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable