HomeSort by relevance Sort by last modified time
    Searched full: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 895 size_t frames_rq = bytes / audio_stream_frame_size(&stream->common); local
916 ret = process_frames(in, buffer, frames_rq);
918 ret = read_frames(in, buffer, frames_rq);
930 for (i = 0; i < frames_rq; i++)
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 2749 size_t frames_rq = bytes \/ audio_stream_frame_size(&stream->common); local
    [all...]
  /device/ti/panda/audio/
audio_hw.c 2368 size_t frames_rq = bytes \/ audio_stream_frame_size(&stream->common); local
    [all...]

Completed in 347 milliseconds