Searched defs:inFrame (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
H A Dspatial_resampler.cc48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame& inFrame, argument
54 } else if ((inFrame.width() == target_width_) &&
55 (inFrame.height() == target_height_)) {
63 ret_val = scaler_.Set(inFrame.width(), inFrame.height(), target_width_,
68 ret_val = scaler_.Scale(inFrame, outFrame);
72 outFrame->set_timestamp(inFrame.timestamp());
73 outFrame->set_render_time_ms(inFrame.render_time_ms());
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Disac.c503 float inFrame[FRAMESAMPLES_10ms]; local
533 inFrame[k] = (float)speechInLB[k];
537 inFrame[k] = (float) speechIn[k];
542 inFrame[0] += (float)1.23455334e-3;
543 inFrame[1] -= (float)2.04324239e-3;
544 inFrame[2] += (float)1.90854954e-3;
545 inFrame[9] += (float)1.84854878e-3;
555 inFrame, &instLB->ISACencLB_obj,
566 inFrame[k] = (float) speechInUB[k];
570 inFrame[
[all...]
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 1094 milliseconds