HomeSort by relevance Sort by last modified time
    Searched refs:frames_rq (Results 1 - 2 of 2) 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/samsung/tuna/audio/
audio_hw.c 2124 size_t frames_rq = bytes \/ audio_stream_frame_size(&stream->common); local
    [all...]

Completed in 34 milliseconds