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

  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 46 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<>();
110 public InFrame takeFrame() throws InterruptedException {
170 InFrame inFrame = new InFrame(i, reader);
171 reader.nextFrame(inFrame);
172 inFrames.add(inFrame);
207 public static class InFrame implements FrameReader.Handler {
226 public InFrame(int sequence, FrameReader reader) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 492 float inFrame[FRAMESAMPLES_10ms];
523 inFrame[k] = (float)speechInLB[k];
527 inFrame[k] = (float) speechIn[k];
532 inFrame[0] += (float)1.23455334e-3;
533 inFrame[1] -= (float)2.04324239e-3;
534 inFrame[2] += (float)1.90854954e-3;
535 inFrame[9] += (float)1.84854878e-3;
544 streamLenLB = WebRtcIsac_EncodeLb(inFrame, &instLB->ISACencLB_obj,
555 inFrame[k] = (float) speechInUB[k];
559 inFrame[0] += (float)1.23455334e-3
    [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 141 milliseconds