Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DTimestampScheduler.h51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
DSharedMemoryWrapper.cpp106 int32_t bytesPerFrame, int32_t framesPerBurst, int32_t capacityInFrames, in fillParcelable()
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.cpp35 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/examples/input_monitor/src/
Dinput_monitor.cpp45 int32_t framesPerBurst = 0; in main() local
/frameworks/av/media/libaaudio/src/binding/
DRingBufferParcelable.cpp97 void RingBufferParcelable::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
DAAudioServiceDefinitions.h74 int32_t framesPerBurst; // for ISOCHRONOUS queues member
/frameworks/av/media/libaaudio/src/client/
DIsochronousClockModel.cpp238 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
DAudioStreamInternal.cpp273 int32_t framesPerBurst = (static_cast<int64_t>(deviceFramesPerBurst) * getSampleRate() + in configureDataInformation() 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/fuzzer/
Dlibaaudio_fuzzer.cpp212 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(mAaudioStream); in process() local
/frameworks/av/media/libaaudio/src/core/
DAudioStream.h576 void setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
/frameworks/av/services/mediametrics/
DAudioAnalytics.cpp1275 int32_t framesPerBurst = -1; in endAAudioStream() local