HomeSort by relevance Sort by last modified time
    Searched defs:inFrames (Results 1 - 6 of 6) sorted by null

  /system/media/audio_utils/
resampler.c 96 size_t inFrames = 0;
121 inFrames = rsmp->frames_in;
126 &inFrames,
132 &inFrames,
137 rsmp->frames_in -= inFrames;
144 rsmp->in_buf + inFrames * rsmp->channel_count,
echo_reference.c 184 size_t inFrames;
190 inFrames = buffer->frame_count;
193 inFrames = (buffer->frame_count * er->rd_sampling_rate) / er->wr_sampling_rate +
197 if (inFrames > wrBufSize) {
198 wrBufSize = inFrames;
247 // inFrames is always more than we need here to get frames remaining from previous runs
248 // inFrames is updated by resample() with the number of frames produced
252 (int16_t *)er->wr_buf, &inFrames);
259 inFrames = buffer->frame_count;
263 if (er->frames_in + inFrames > er->buf_size)
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 43 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<InFrame>();
73 return inFrames.take();
126 inFrames.add(inFrame);
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 69 milliseconds