Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/oboeservice/
H A DTimestampScheduler.h51 void setBurstPeriod(int32_t framesPerBurst, in setBurstPeriod()
H A DAAudioMixer.cpp36 void AAudioMixer::allocate(int32_t samplesPerFrame, int32_t framesPerBurst) { in allocate()
H A DAAudioServiceStreamShared.cpp79 int32_t framesPerBurst) { in calculateBufferCapacity()
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_recovery.cpp34 int32_t framesPerBurst = 0; in main() local
H A Dtest_open_params.cpp50 int32_t framesPerBurst = 0; in testOpenOptions() local
H A Dtest_bad_disconnect.cpp60 int32_t framesPerBurst = 0; in s_StartAudio() local
H A Dtest_marshalling.cpp139 const size_t framesPerBurst = 32; in TEST() local
H A Dtest_return_stop.cpp231 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(engine.stream); in main() local
H A Dtest_timestamps.cpp156 int32_t framesPerBurst = 0; in testTimeStamps() local
H A Dtest_various.cpp649 int32_t framesPerBurst = 0; in TEST() local
/aosp12/frameworks/av/media/libaaudio/examples/write_sine/src/
H A Dwrite_sine.cpp45 int32_t framesPerBurst = 0; in main() local
/aosp12/frameworks/av/media/libaaudio/src/binding/
H A DRingBufferParcelable.cpp88 void RingBufferParcelable::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
H A DAAudioServiceDefinitions.h74 int32_t framesPerBurst; // for ISOCHRONOUS queues member
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/
H A Dinput_monitor.cpp45 int32_t framesPerBurst = 0; in main() local
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp204 void IsochronousClockModel::setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
H A DAudioStreamInternal.cpp84 int32_t framesPerBurst; in open() local
/aosp12/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioArgsParser.h509 int32_t framesPerBurst = AAudioStream_getFramesPerBurst(stream); in compareWithStream() local
/aosp12/frameworks/av/media/libaaudio/src/core/
H A DAudioStream.h516 void setFramesPerBurst(int32_t framesPerBurst) { in setFramesPerBurst()
/aosp12/frameworks/av/services/mediametrics/
H A DAudioAnalytics.cpp1035 int32_t framesPerBurst = -1; in endAAudioStream() local