Home
last modified time | relevance | path

Searched defs:actualFrames (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/media/audio_utils/
H A Dtinysndfile.c439 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_short() local
488 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_float() local
536 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_readf_int() local
596 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_short() local
621 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_float() local
639 size_t actualFrames = actualBytes / handle->bytesPerFrame; in sf_writef_int() local
/aosp12/frameworks/av/media/libaaudio/src/flowgraph/
H A DAudioProcessorBase.cpp79 int32_t actualFrames = input.pullData(mFramePosition, numFrames); in pull() local
/aosp12/frameworks/av/media/libaaudio/src/client/
H A DAudioEndpoint.cpp231 int32_t *actualFrames) { in setBufferSizeInFrames()
H A DAudioStreamInternal.cpp808 int32_t actualFrames = 0; in setBufferSize() local