HomeSort by relevance Sort by last modified time
    Searched refs:outputs (Results 1 - 25 of 811) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/bt/build/toolchain/gcc/
BUILD.gn 25 outputs = [
35 outputs = [
45 outputs = [
68 outputs = [
83 outputs = [
  /build/kati/testcase/
multi_rule.mk 10 outputs := foo.c macro
12 $(outputs): |
  /external/libvpx/libvpx/test/
svc_test.cc 137 struct vpx_fixed_buf *const outputs,
153 outputs[*frame_received].buf = malloc(frame_size + 16);
154 ASSERT_TRUE(outputs[*frame_received].buf != NULL);
155 memcpy(outputs[*frame_received].buf, cx_pkt->data.frame.buf,
157 outputs[*frame_received].sz = frame_size;
165 struct vpx_fixed_buf *const outputs) {
169 ASSERT_TRUE(outputs != NULL);
191 StoreFrames(n, outputs, &frame_received);
199 StoreFrames(n, outputs, &frame_received);
450 vpx_fixed_buf outputs[3] local
464 vpx_fixed_buf outputs[10]; local
479 vpx_fixed_buf outputs[20]; local
494 vpx_fixed_buf outputs[10]; local
510 vpx_fixed_buf outputs[10]; local
536 vpx_fixed_buf outputs[20]; local
552 vpx_fixed_buf outputs[20]; local
585 vpx_fixed_buf outputs[10]; local
602 vpx_fixed_buf outputs[10]; local
622 vpx_fixed_buf outputs[10]; local
642 vpx_fixed_buf outputs[10]; local
666 vpx_fixed_buf outputs[10]; local
687 vpx_fixed_buf outputs[10]; local
705 vpx_fixed_buf outputs[10]; local
731 vpx_fixed_buf outputs[10]; local
757 vpx_fixed_buf outputs[10]; local
782 vpx_fixed_buf outputs[10]; local
    [all...]
  /system/bt/build/toolchain/clang/
BUILD.gn 44 outputs = [
54 outputs = [
64 outputs = [
87 outputs = [
102 outputs = [
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.c 108 struct r300_shader_semantics* outputs = &vs->outputs; local
111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
120 c->code->outputs[outputs->pos] = reg++;
126 if (outputs->psize != ATTR_UNUSED) {
127 c->code->outputs[outputs->psize] = reg++
    [all...]
r300_vs.h 41 struct r300_shader_semantics outputs; member in struct:r300_vertex_shader
  /external/toybox/toys/posix/
tee.c 1 /* tee.c - cat to multiple outputs.
26 void *outputs;
41 temp->next = TT.outputs;
43 TT.outputs = temp;
64 fdl = TT.outputs;
  /build/kati/
rule.cc 65 vector<Symbol> outputs; local
67 outputs.push_back(Intern(TrimLeadingCurdir(tok)));
71 !outputs.empty() && IsPatternRule(outputs[0].str()));
72 for (size_t i = 1; i < outputs.size(); i++) {
73 if (IsPatternRule(outputs[i].str()) != is_first_pattern) {
106 rule_var->outputs.swap(outputs);
119 rule->output_patterns.swap(outputs);
121 rule->outputs.swap(outputs)
    [all...]
rule.h 40 vector<Symbol> outputs; member in class:Rule
57 vector<Symbol> outputs; member in struct:RuleVarAssignment
rule_parser_test.go 34 outputs: []string{"foo"},
41 outputs: []string{"foo"},
48 outputs: []string{"foo"},
60 outputs: []string{},
72 outputs: []string{"foo.o"},
96 outputs: []string{"foo"},
105 outputs: []string{"foo"},
121 outputs: []string{"foo"},
133 outputs: []string{"foo"},
145 outputs: []string{"foo"}
    [all...]
  /device/linaro/hikey/audio/
audio_policy.conf 28 outputs {
47 outputs {
57 outputs {
81 outputs {
  /cts/suite/audio_quality/lib/include/
BuiltinProcessing.h 47 TaskGeneric::ExecutionResult rms_mva(void** inputs, void** outputs);
SignalProcessingInterface.h 43 * @param outputs
47 int nOutputs, bool* outputTypes, void** outputs) = 0;
  /device/generic/goldfish/
audio_policy.conf 28 outputs {
47 outputs {
  /external/deqp/framework/randomshaders/
rsgShaderGenerator.hpp 42 void generate (const ShaderParameters& shaderParams, Shader& shader, const std::vector<ShaderInput*>& outputs);
  /frameworks/av/services/audiopolicy/
audio_policy.conf 72 # outputs {
105 outputs {
128 outputs {
  /hardware/libhardware_legacy/audio/
audio_policy.conf 28 outputs {
47 outputs {
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableReprocessFormatsMap.java 59 int[] outputs = local
62 buffer.putInt(outputs.length);
65 for (int output : outputs) {
112 int[] outputs = value.getOutputs(input); local
113 length += outputs.length; // [OUTPUT_0, OUTPUT_1, ..., OUTPUT_FORMAT_COUNT-1]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 46 TaskGeneric::ExecutionResult BuiltinProcessing::rms_mva(void** inputs, void** outputs)
49 inputs[0], inputs[1], inputs[2], outputs[0]);
79 TaskCase::Value* rmsVal = reinterpret_cast<TaskCase::Value*>(outputs[0]);
  /external/autotest/cli/
atest_unittest.py 28 outputs = self.run_cmd(argv + [help], exit_code=0,
32 saved_outputs = outputs
34 self.assertEqual(outputs, saved_outputs)
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 29 std::cout << " outputs can be 1 (classification (boolean)) or 2";
44 int outputs = atoi(argv[2]); local
45 if (outputs < 1 || outputs > 2) {
46 std::cout << "Disallowed number of outputs " << outputs << std::endl;
85 if (outputs == 2) {
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 167 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
173 self.outputs = outputs
179 "VALUES": genValues(self.inputs, self.outputs),
260 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs) variable
261 outType = outputs[0].typeString()
262 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
273 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
274 # vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("in0", inputs)], [("out0", outputs)]))
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 171 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
177 self.outputs = outputs
183 "VALUES": genValues(self.inputs, self.outputs),
264 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs) variable
265 outType = outputs[0].typeString()
266 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
277 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
278 # vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("in0", inputs)], [("out0", outputs)]))
  /frameworks/av/services/audiopolicy/enginedefault/src/
Engine.cpp 181 // NOTE: SYSTEM stream uses MEDIA strategy because muting music and switching outputs
238 const SwAudioOutputCollection &outputs = mApmObserver->getOutputs(); local
241 availableInputDevices, outputs);
249 const SwAudioOutputCollection &outputs) const
263 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs);
264 } else if (outputs.isStreamActiveRemotely(AUDIO_STREAM_MUSIC,
271 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs);
279 } else if (outputs.isStreamActive(
283 STRATEGY_MEDIA, availableOutputDevices, availableInputDevices, outputs);
287 STRATEGY_SONIFICATION, availableOutputDevices, availableInputDevices, outputs);
577 const SwAudioOutputCollection &outputs = mApmObserver->getOutputs(); local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/listeners/
BisectionSearchListener.java 84 List<String> outputs = new ArrayList<String>(); local
86 outputs.add(extractExpectedOutput(executors.get(0).getResult()));
89 String output = outputs.get(i);
90 String otherOutput = outputs.get(1 - i);

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>