Searched refs:fullFrames (Results 1 – 2 of 2) sorted by relevance
61 fifo_frames_t fullFrames = fifo->getFullDataAvailable(&wrappingBuffer); in mix() local67 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()
609 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local610 ATRACE_INT(fifoName, fullFrames); in processData()668 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local669 ATRACE_INT(fifoName, fullFrames); in processData()680 int32_t fullFrames = mAudioEndpoint.getFullFramesAvailable(); in processData() local681 ATRACE_INT(fifoName, fullFrames); in processData()