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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.cc 236 unsigned char *inFrame = new unsigned char[lengthInFrame];
238 while (fread(inFrame, 1, lengthInFrame, inFile) == lengthInFrame)
252 delete inFrame;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
MockSpdyPeer.java 46 private final BlockingQueue<InFrame> inFrames = new LinkedBlockingQueue<InFrame>();
95 public InFrame takeFrame() throws InterruptedException {
148 InFrame inFrame = new InFrame(i, reader);
149 reader.nextFrame(inFrame);
150 inFrames.add(inFrame);
186 public static class InFrame implements FrameReader.Handler {
206 public InFrame(int sequence, FrameReader reader)
    [all...]
  /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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c 500 float inFrame[FRAMESAMPLES_10ms];
561 inFrame[k] = (float)speechInLB[k];
565 inFrame[k] = (float) speechIn[k];
570 inFrame[0] += (float)1.23455334e-3;
571 inFrame[1] -= (float)2.04324239e-3;
572 inFrame[2] += (float)1.90854954e-3;
573 inFrame[9] += (float)1.84854878e-3;
582 streamLenLB = WebRtcIsac_EncodeLb(inFrame, &instLB->ISACencLB_obj,
593 inFrame[k] = (float) speechInUB[k];
597 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/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 705 milliseconds