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

  /system/media/audio_utils/
resampler.c 96 spx_uint32_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 186 size_t inFrames;
192 inFrames = buffer->frame_count;
195 inFrames = (buffer->frame_count * er->rd_sampling_rate) / er->wr_sampling_rate +
199 if (inFrames > wrBufSize) {
200 wrBufSize = inFrames;
249 // inFrames is always more than we need here to get frames remaining from previous runs
250 // inFrames is updated by resample() with the number of frames produced
254 (int16_t *)er->wr_buf, &inFrames);
261 inFrames = buffer->frame_count;
265 if (er->frames_in + inFrames > er->buf_size)
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 46 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<InFrame>();
96 return inFrames.take();
150 inFrames.add(inFrame);
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 250 milliseconds