Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:frames

114 // minimum normal sink buffer size, expressed in milliseconds rather than frames
1838 ALOGW("HAL output buffer size is %u frames but AudioMixer requires multiples of 16 frames",
1857 // round up minimum and round down maximum to nearest 16 frames to satisfy AudioMixer
1888 // round up to nearest 16 frames to satisfy AudioMixer
1892 ALOGI("HAL output buffer size %u frames, normal sink buffer size %u frames", mFrameCount,
1895 // mSinkBuffer is the sink buffer. Size is always multiple-of-16 frames.
1949 // return an estimation of rendered frames when the output is suspended
1955 uint32_t frames;
1956 status = mOutput->stream->get_render_position(mOutput->stream, &frames);
1957 *dspFrames = (size_t)frames;
3253 // track has provided at least some frames recently: reset retry count
3262 // were any of the recent underruns "empty" (no frames available)?
3356 // make sure that we have enough frames to mix one full buffer.
3368 // add frames already consumed but not yet released by the resampler
3369 // because mAudioTrackServerProxy->framesReady() will include these frames
3372 // the minimum track buffer size is normally twice the number of frames necessary
3374 // of unreleased frames after each pass, but just in case...
5348 ALOGV("need %u frames in to produce %u out given in/out ratio of %.4g",
5351 // unreleased frames, and thus must be discounted for purpose of budgeting.
5355 ALOGV("not enough to resample: have %u frames in but need %u in to "
5364 ALOGV("now need %u frames in to produce %u out given out/in ratio of %.4g",
5367 ALOGV("success 2: have %u frames in and need %u in to produce %u out "
5579 // compute track buffer size in frames, and suggest the notification frame count