HomeSort by relevance Sort by last modified time
    Searched refs:frames_rq (Results 1 - 4 of 4) sorted by null

  /system/media/audio_utils/
resampler.c 38 size_t frames_rq; // cached number of output frames member in struct:resampler
40 // frames_rq output frames
54 rsmp->frames_rq = 0;
90 if (framesRq != rsmp->frames_rq) {
92 rsmp->frames_rq = framesRq;
  /device/asus/grouper/audio/
audio_hw.c 943 size_t frames_rq = bytes / audio_stream_in_frame_size(stream); local
964 ret = process_frames(in, buffer, frames_rq);
966 ret = read_frames(in, buffer, frames_rq);
978 for (i = 0; i < frames_rq; i++)
    [all...]
  /device/samsung/manta/audio/
audio_hw.c 1488 size_t frames_rq = bytes \/ audio_stream_in_frame_size(stream); local
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 2927 size_t frames_wr = 0, frames_rq = 0; local
3612 size_t frames_rq = bytes \/ audio_stream_in_frame_size(stream); local
    [all...]

Completed in 40 milliseconds