Home
last modified time | relevance | path

Searched refs:fullFrames (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioMixer.cpp61 fifo_frames_t fullFrames = fifo->getFullDataAvailable(&wrappingBuffer); in mix() local
67 ATRACE_INT(rdyText, fullFrames); in mix()
80 if (!allowUnderflow && fullFrames < framesDesired) { in mix()
81 framesDesired = fullFrames; // just use what is available then stop in mix()
/frameworks/av/media/libaaudio/src/client/
DAudioStreamInternal.cpp610 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
611 ATRACE_INT(fifoName, fullFrames); in processData()
669 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
670 ATRACE_INT(fifoName, fullFrames); in processData()
681 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local
682 ATRACE_INT(fifoName, fullFrames); in processData()