Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DTimestampScheduler.h51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
DAAudioMixer.cpp36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
DAAudioServiceStreamShared.cpp79 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.cpp139 const size_t framesPerBurst = 32; in TEST() local
Dtest_return_stop.cpp231 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(engine.stream); in main() local
Dtest_timestamps.cpp156 int32_t framesPerBurst = 0; in testTimeStamps() local
Dtest_various.cpp651 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.cpp92 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.cpp197 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
DAudioStreamInternal.cpp232 int32_t framesPerBurst = framesPerHardwareBurst; in configureDataInformation() local
/frameworks/av/media/libaaudio/fuzzer/
Dlibaaudio_fuzzer.cpp203 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mAaudioStream); in process() local
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h132 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable
DAAudioArgsParser.h509 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream); in compareWithStream() local
DAAudioSimplePlayer.h148 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mStream); variable
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h524 void setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1243 int32_t framesPerBurst = -1; in endAAudioStream() local