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

  /system/media/audio_utils/
resampler.c 97 spx_uint32_t inFrames = 0;
122 inFrames = rsmp->frames_in;
127 &inFrames,
133 &inFrames,
138 rsmp->frames_in -= inFrames;
145 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/framed/
MockSpdyPeer.java 49 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>();
114 return inFrames.take();
184 inFrames.add(inFrame);
  /frameworks/av/media/libaudioprocessing/
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/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 4479 milliseconds