HomeSort by relevance Sort by last modified time
    Searched full:outputs (Results 501 - 525 of 2573) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs_draw.c 34 * outputs and missing ones must be inserted.
198 /* Since we're inserting new outputs in between, the following outputs
274 /* Fix writes to outputs. */
375 vs->outputs.wpos = vs->outputs.generic[transform.last_generic + 1];
376 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 34 * outputs and missing ones must be inserted.
198 /* Since we're inserting new outputs in between, the following outputs
274 /* Fix writes to outputs. */
375 vs->outputs.wpos = vs->outputs.generic[transform.last_generic + 1];
376 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
  /external/sonivox/arm-fm-22k/host_src/
eas_config.h 93 * Outputs:
108 * Outputs:
123 * Outputs:
139 * Outputs:
155 * Outputs:
170 * Outputs:
185 * Outputs:
eas.h 115 * Outputs:
130 * Outputs:
146 * Outputs:
164 * Outputs:
182 * Outputs:
205 * Outputs:
228 * Outputs:
251 * Outputs:
273 * Outputs:
292 * Outputs
    [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas_config.h 93 * Outputs:
108 * Outputs:
123 * Outputs:
139 * Outputs:
155 * Outputs:
170 * Outputs:
185 * Outputs:
eas.h 115 * Outputs:
130 * Outputs:
146 * Outputs:
164 * Outputs:
182 * Outputs:
205 * Outputs:
228 * Outputs:
251 * Outputs:
273 * Outputs:
292 * Outputs
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_config.h 93 * Outputs:
108 * Outputs:
123 * Outputs:
139 * Outputs:
155 * Outputs:
170 * Outputs:
185 * Outputs:
eas.h 115 * Outputs:
130 * Outputs:
146 * Outputs:
164 * Outputs:
182 * Outputs:
205 * Outputs:
228 * Outputs:
251 * Outputs:
273 * Outputs:
292 * Outputs
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 29 * External connections are grouped into inputs and outputs.
30 * All outputs are produced by a script kernel and placed into a
395 ArrayList<IO> outputs = new ArrayList<IO>(); local
421 outputs.add(new IO(kid));
453 sg.mOutputs = new IO[outputs.size()];
454 for (int ct=0; ct < outputs.size(); ct++) {
455 sg.mOutputs[ct] = outputs.get(ct);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 29 * External connections are grouped into inputs and outputs.
30 * All outputs are produced by a script kernel and placed into a
420 ArrayList<IO> outputs = new ArrayList<IO>(); local
446 outputs.add(new IO(kid));
478 sg.mOutputs = new IO[outputs.size()];
479 for (int ct=0; ct < outputs.size(); ct++) {
480 sg.mOutputs[ct] = outputs.get(ct);
  /external/sonivox/arm-fm-22k/lib_src/
eas_pcm.h 66 * Outputs:
84 * Outputs:
102 * Outputs:
120 * Outputs:
138 * Outputs:
156 * Outputs:
174 * Outputs:
211 * Outputs:
249 * Outputs:
270 * Outputs
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.h 66 * Outputs:
84 * Outputs:
102 * Outputs:
120 * Outputs:
138 * Outputs:
156 * Outputs:
174 * Outputs:
211 * Outputs:
249 * Outputs:
270 * Outputs
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.h 66 * Outputs:
84 * Outputs:
102 * Outputs:
120 * Outputs:
138 * Outputs:
156 * Outputs:
174 * Outputs:
211 * Outputs:
249 * Outputs:
270 * Outputs
    [all...]
  /external/chromium_org/chromeos/display/
output_configurator_unittest.cc 109 const std::vector<OutputConfigurator::OutputSnapshot>& outputs() const { function in class:chromeos::__anon9932::TestDelegate
113 const std::vector<OutputConfigurator::OutputSnapshot>& outputs) {
114 outputs_ = outputs;
169 const std::vector<OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE {
173 outputs.size() >= 1 ? outputs[0].crtc : 0,
174 outputs.size() >= 2 ? outputs[1].crtc : 0));
220 // Outputs to be returned by GetOutputs().
262 const std::vector<OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE
398 std::vector<OutputConfigurator::OutputSnapshot> outputs; local
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraDevice.java 137 * or a only some of the outputs. This method must be called before requests
210 * requests. Finally, once the device is idle, it then reconfigures its outputs, and calls the
216 * <p>Using larger resolution outputs, or more outputs, can result in slower
219 * <p>Configuring the outputs with an empty or null list will transition the camera into an
228 * @param outputs The new set of Surfaces that should be made available as
245 public void configureOutputs(List<Surface> outputs) throws CameraAccessException;
284 * surfaces must be configured as active outputs with
310 * currently configured as outputs. Or if the handler is null, the listener
330 * configured as active outputs with {@link #configureOutputs} befor
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 80 std::vector<struct ureg_dst> outputs; member in struct:sm4_to_tgsi_converter
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
689 if(outputs.size() <= (unsigned)idx)
690 outputs.resize(idx + 1);
692 outputs[idx] = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, idx);
694 outputs[idx] = ureg_DECL_output(ureg, TGSI_SEMANTIC_GENERIC, idx);
709 if(outputs.size() <= (unsigned)idx)
710 outputs.resize(idx + 1);
712 outputs[idx] = ureg_DECL_output(ureg, sm4_to_pipe_sv[dcl.sv], 0)
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 332 # 1) for a given input, you can compute all derived outputs by matching
369 Returns None if there are no outputs (e.g. a settings-only 'none' type
499 def _WinIdlRule(self, source, prebuild, outputs):
500 """Handle the implicit VS .idl rule for one source file. Fills |outputs|
521 outputs.extend(output)
528 outputs = []
530 self._WinIdlRule(source, prebuild, outputs)
531 return outputs
536 representing the outputs of these steps."""
537 outputs = [
    [all...]
xcode.py 730 # declared outputs and automatically ensure that they exist for us.
758 'outputPaths': action['outputs'],
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 80 std::vector<struct ureg_dst> outputs; member in struct:sm4_to_tgsi_converter
119 check(op.indices[0].disp < outputs.size());
120 return outputs[op.indices[0].disp];
689 if(outputs.size() <= (unsigned)idx)
690 outputs.resize(idx + 1);
692 outputs[idx] = ureg_DECL_output(ureg, TGSI_SEMANTIC_COLOR, idx);
694 outputs[idx] = ureg_DECL_output(ureg, TGSI_SEMANTIC_GENERIC, idx);
709 if(outputs.size() <= (unsigned)idx)
710 outputs.resize(idx + 1);
712 outputs[idx] = ureg_DECL_output(ureg, sm4_to_pipe_sv[dcl.sv], 0)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 175 UniquePtr<void_ptr, DefaultDelete<void_ptr[]> > outputs; local
186 if (!prepareParams(mOutput, builtIn ? info->mOutputTypes : NULL, outputs, outputValues,
193 result = (mBuiltin.*(info->mFunction))(inputs.get(), outputs.get());
205 mOutput.size(), outputTypes.get(), outputs.get());
214 reinterpret_cast<android::sp<Buffer>*>((outputs.get())[i]);
225 reinterpret_cast<TaskCase::Value*>((outputs.get())[i]);
  /external/chromium_org/third_party/protobuf/
protobuf.gyp 50 # inputs and outputs, and it's impossible to set correct inputs for
51 # the ninja build, so setting all the inputs and outputs isn't an
61 'outputs': [],
102 'outputs': [
299 'outputs': [
380 # 'outputs': [
  /external/jpeg/
jfdctint.c 46 * Each 1-D DCT step produces outputs which are a factor of sqrt(N)
47 * larger than the true DCT outputs. The final outputs are therefore
51 * because the y0 and y4 outputs need not be divided by sqrt(N).
66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
67 * they are represented to better-than-integral precision. These outputs
  /external/qemu/distrib/jpeg-6b/
jfdctint.c 46 * Each 1-D DCT step produces outputs which are a factor of sqrt(N)
47 * larger than the true DCT outputs. The final outputs are therefore
51 * because the y0 and y4 outputs need not be divided by sqrt(N).
66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that
67 * they are represented to better-than-integral precision. These outputs
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java 162 public void configureOutputs(List<Surface> outputs) throws CameraAccessException {
164 if (outputs == null) {
165 outputs = new ArrayList<Surface>();
170 HashSet<Surface> addSet = new HashSet<Surface>(outputs); // Streams to create
178 if (!outputs.contains(s)) {
219 if (outputs.size() > 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 309 outputs = []
313 outputs.append(filename)
316 outputs.append(filename + "c")
318 outputs.append(filename + "o")
320 outputs += [
326 return outputs

Completed in 693 milliseconds

<<21222324252627282930>>