HomeSort by relevance Sort by last modified time
    Searched full:inputs (Results 251 - 275 of 1513) sorted by null

<<11121314151617181920>>

  /external/webrtc/src/modules/audio_processing/aec/interface/
echo_cancellation.h 67 * Inputs Description
82 * Inputs Description
96 * Inputs Description
114 * Inputs Description
133 * Inputs Description
168 * Inputs Description
184 * Inputs Description
200 * Inputs Description
216 * Inputs Description
232 * Inputs Descriptio
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
native_program.cpp 103 bool NativeProgram::CallProcess(const std::vector<const char*>& inputs,
108 return process_function_(const_cast<const char**>(&inputs[0]),
110 inputs.size(),
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 88 public void process(Frame[] inputs, Frame output) {
97 GLFrame[] glInputs = new GLFrame[inputs.length];
98 for (int i = 0; i < inputs.length; ++i) {
99 if (inputs[i] instanceof GLFrame) {
100 glInputs[i] = (GLFrame)inputs[i];
259 private native boolean shaderProcess(GLFrame[] inputs, GLFrame output);
  /external/clang/include/clang/Driver/
Tool.h 60 /// writing to \p Output and with \p Inputs.
68 const InputInfoList &Inputs,
  /external/clang/test/ASTMerge/
class-template.cpp 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/class-template1.cpp
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/class-template2.cpp
interface.m 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/interface1.m
2 // RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/interface2.m
  /external/clang/test/SemaObjC/
arc-system-header.m 2 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -DNO_USE
3 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -verify
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 64 av[j].derivatives().resize(this->inputs());
67 ax[i].derivatives() = DerivativeType::Unit(this->inputs(),i);
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
ActionListener.java 38 * Generally all button inputs, such as keyboard, mouse button, and joystick button,
39 * will be represented exactly. Analog inputs will be converted into digital.
  /external/libvpx/libvpx/vpx_scale/generic/
gen_scalers.c 22 * INPUTS : const unsigned char *source : Pointer to source data.
80 * INPUTS : unsigned char *dest : Pointer to destination data.
126 * INPUTS : unsigned char *dest : Pointer to destination data.
172 * INPUTS : const unsigned char *source : Pointer to source data.
224 * INPUTS : unsigned char *dest : Pointer to destination data.
261 * INPUTS : unsigned char *dest : Pointer to destination data.
298 * INPUTS : const unsigned char *source : Pointer to source data.
358 * INPUTS : unsigned char *dest : Pointer to destination data.
401 * INPUTS : unsigned char *dest : Pointer to destination data.
445 * INPUTS : const unsigned char *source : Pointer to source data
    [all...]
  /external/llvm/test/Object/X86/
objdump-disassembly-inline-relocations.test 1 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-i386 \
3 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-x86-64 \
  /external/llvm/utils/
sort_includes.py 17 # Skip files which are under INPUTS trees or test trees.
18 if 'INPUTS/' in f.name or 'test/' in f.name:
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
basic_op.h 105 | Inputs : |
147 | Inputs : |
191 | Inputs : |
251 | Inputs : |
316 | Inputs : |
363 | Inputs : |
413 | Inputs : |
452 | Inputs : |
498 | Inputs : |
544 | Inputs :
    [all...]
  /frameworks/base/media/mca/filterpacks/native/imageproc/
brightness.c 48 int brightness_process(const char** inputs,
67 const int* input_ptr = (int*)inputs[0];
contrast.c 43 int contrast_process(const char** inputs,
62 const char* input_ptr = inputs[0];
  /external/webrtc/src/modules/audio_processing/aecm/interface/
echo_control_mobile.h 44 * Inputs Description
59 * Inputs Description
73 * Inputs Description
89 * Inputs Description
108 * Inputs Description
140 * Inputs Description
157 * Inputs Description
174 * Inputs Description
193 * Inputs Description
220 * Inputs Descriptio
    [all...]
  /build/core/combo/
javac.mk 3 # Inputs:
  /build/core/
host_shared_library.mk 4 ## Additional inputs from base_rules.make:
  /cts/suite/audio_quality/lib/include/
BuiltinProcessing.h 47 TaskGeneric::ExecutionResult rms_mva(void** inputs, void** outputs);
  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.h 41 int nInputs, bool* inputTypes, void** inputs,
  /cts/tests/tests/net/src/android/net/cts/
CredentialsTest.java 26 // Test with zero inputs
  /device/asus/grouper/
audio_policy.conf 33 inputs {
  /device/ti/panda/audio/
audio_policy.conf 33 inputs {
  /external/chromium/build/temp_gyp/
pdfsqueeze.gyp 29 'inputs': [
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 2 // inputs. There is no notion of "success" for this test, other than

Completed in 827 milliseconds

<<11121314151617181920>>