Home
last modified time | relevance | path

Searched defs:framesLeft (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/
H A DMultiChannelRecording.h77 int32_t framesLeft = numFrames; in write() local
104 int32_t framesLeft = numFrames; in write() local
132 int32_t framesLeft = std::min(numFrames, in read() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/fifo/
H A DFifoBuffer.cpp118 fifo_frames_t framesLeft = numFrames; in read() local
149 fifo_frames_t framesLeft = numFrames; in write() local
198 fifo_frames_t framesLeft = numFrames; in eraseEmptyMemory() local
/aosp_15_r20/cts/tests/tests/nativemedia/aaudio/jni/
H A Dtest_aaudio.cpp247 for (int32_t framesLeft = frames; framesLeft > 0; ) { in processData() local
290 for (int32_t framesLeft = framesToRecord; framesLeft > 0; ) { in TEST_P() local
312 for (int32_t framesLeft = framesToRecord; framesLeft > 0; ) { in TEST_P() local
395 for (int32_t framesLeft = frames; framesLeft > 0;) { in processData() local
/aosp_15_r20/external/oboe/samples/parselib/src/main/cpp/wav/
H A DWavStreamReader.cpp129 int framesLeft = numFrames; in getDataFloat_PCM8() local
169 int framesLeft = numFrames; in getDataFloat_PCM16() local
240 int framesLeft = numFrames; in getDataFloat_PCM32() local
/aosp_15_r20/frameworks/av/media/libaaudio/src/flowgraph/
H A DSinkFloat.cpp32 int32_t framesLeft = numFrames; in read() local
H A DSourceFloat.cpp32 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSourceI8_24.cpp37 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI32.cpp34 int32_t framesLeft = numFrames; in read() local
H A DSourceI32.cpp37 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI8_24.cpp34 int32_t framesLeft = numFrames; in read() local
H A DSourceI16.cpp37 int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI16.cpp35 int32_t framesLeft = numFrames; in read() local
H A DSampleRateConverter.cpp54 int framesLeft = numFrames; in onProcess() local
H A DSourceI24.cpp39 int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI24.cpp37 int32_t framesLeft = numFrames; in read() local
/aosp_15_r20/external/oboe/src/flowgraph/
H A DSourceFloat.cpp32 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkFloat.cpp32 int32_t framesLeft = numFrames; in read() local
H A DSourceI8_24.cpp37 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI8_24.cpp34 int32_t framesLeft = numFrames; in read() local
H A DSourceI16.cpp37 int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI32.cpp34 int32_t framesLeft = numFrames; in read() local
H A DSourceI32.cpp37 const int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local
H A DSinkI16.cpp35 int32_t framesLeft = numFrames; in read() local
H A DSampleRateConverter.cpp53 int framesLeft = numFrames; in onProcess() local
H A DSourceI24.cpp39 int32_t framesLeft = mSizeInFrames - mFrameIndex; in onProcess() local

12