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

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.cc 48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const I420VideoFrame& inFrame,
54 else if ((inFrame.width() == target_width_) &&
55 (inFrame.height() == target_height_)) {
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(),
68 ret_val = scaler_.Scale(inFrame, outFrame);
72 outFrame->set_timestamp(inFrame.timestamp());
73 outFrame->set_render_time_ms(inFrame.render_time_ms());
spatial_resampler.h 31 virtual int32_t ResampleFrame(const I420VideoFrame& inFrame,
45 virtual int32_t ResampleFrame(const I420VideoFrame& inFrame,
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h 61 inFrame:(NSRect)cellFrame;
  /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/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/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/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...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h     [all...]
OpenGLRenderer.cpp 457 bool OpenGLRenderer::updateLayer(Layer* layer, bool inFrame) {
462 if (inFrame) {
467 if (CC_UNLIKELY(inFrame || mCaches.drawDeferDisabled)) {
473 if (inFrame) {
    [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 582 milliseconds