HomeSort by relevance Sort by last modified time
    Searched full:outputs (Results 176 - 200 of 3338) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/libhardware_legacy/audio/
audio_policy.conf 28 outputs {
47 outputs {
  /hardware/libhardware_legacy/include/hardware_legacy/
audio_policy_conf.h 42 #define OUTPUTS_TAG "outputs"
52 // "formats" in outputs descriptors indicating that supported
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 56 // outputs.
108 // the physical outputs of the system). AudioStreamOuts grab this lock
121 // settings to existing outputs. Lock ordering is important when applying
122 // settings to outputs as the both the output and settings lock need to be
123 // held at the same time. Whenever settings need to be applied to outputs,
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prrwlock.h 67 ** OUTPUTS: void
80 ** OUTPUTS: void
90 ** OUTPUTS: void
100 ** OUTPUTS: void
110 ** OUTPUTS: void
prmem.h 82 ** OUTPUTS: untyped pointer to the node allocated
92 ** OUTPUTS: pointer to _struct
104 ** OUTPUTS: pointer to node allocated
115 ** OUTPUTS: pointer to node allocated
126 ** OUTPUTS: pointer to _struct
137 ** OUTPUTS: the referenced object is returned to the heap
149 ** OUTPUTS: the referenced object is conditionally returned to the heap
  /external/chromium_org/third_party/yasm/
BUILD.gn 259 outputs = [ "$target_gen_dir/{{source_name_part}}.c" ]
274 # the outputs for the related generate_*_insn actions in the
283 outputs = [ "$yasm_gen_include_dir/{{source_name_part}}.c" ]
298 outputs = invoker.outputs
300 rebase_path(outputs[0], root_build_dir),
314 outputs = [ "$yasm_gen_include_dir/nasm-macros.c" ]
322 outputs = [ "$yasm_gen_include_dir/nasm-version.c" ]
330 outputs = [ "$yasm_gen_include_dir/win64-gas.c" ]
337 outputs = [ "$yasm_gen_include_dir/win64-nasm.c"
    [all...]
  /external/protobuf/vsprojects/
tests.vcproj 33 Outputs=""
110 Outputs=""
416 Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
426 Outputs="google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.h;google\protobuf\compiler\cpp\cpp_test_bad_identifiers.pb.cc"
440 Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
450 Outputs="google\protobuf\unittest.pb.h;google\protobuf\unittest.pb.cc"
464 Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
474 Outputs="google\protobuf\unittest_custom_options.pb.h;google\protobuf\unittest_custom_options.pb.cc"
488 Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.cc"
498 Outputs="google\protobuf\unittest_embed_optimize_for.pb.h;google\protobuf\unittest_embed_optimize_for.pb.c (…)
    [all...]
  /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]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
457 outputs,
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
666 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
682 if (outputs[attrib][chan]) {
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "")
1083 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
draw_vs_exec.c 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 430 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
457 outputs,
470 if (outputs[attrib][chan]) {
475 out = LLVMBuildLoad(builder, outputs[attrib][chan], "");
477 LLVMBuildStore(builder, out, outputs[attrib][chan]);
482 LLVMBuildStore(builder, bld.zero, outputs[attrib][chan]);
484 LLVMBuildStore(builder, bld.one, outputs[attrib][chan]);
666 LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS],
682 if (outputs[attrib][chan]) {
683 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], "")
1083 LLVMValueRef outputs[PIPE_MAX_SHADER_OUTPUTS][TGSI_NUM_CHANNELS]; local
    [all...]
draw_vs_exec.c 166 output[slot][0] = CLAMP(machine->Outputs[slot].xyzw[0].f[j], 0.0f, 1.0f);
167 output[slot][1] = CLAMP(machine->Outputs[slot].xyzw[1].f[j], 0.0f, 1.0f);
168 output[slot][2] = CLAMP(machine->Outputs[slot].xyzw[2].f[j], 0.0f, 1.0f);
169 output[slot][3] = CLAMP(machine->Outputs[slot].xyzw[3].f[j], 0.0f, 1.0f);
172 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
178 output[slot][0] = machine->Outputs[slot].xyzw[0].f[j];
179 output[slot][1] = machine->Outputs[slot].xyzw[1].f[j];
180 output[slot][2] = machine->Outputs[slot].xyzw[2].f[j];
181 output[slot][3] = machine->Outputs[slot].xyzw[3].f[j];
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 161 ValueSet &Outputs) const {
178 Outputs.insert(II);
288 /// constructFunction - make a function based on inputs and outputs, as follows:
292 const ValueSet &outputs,
299 DEBUG(dbgs() << "outputs: " << outputs.size() << "\n");
301 // This function returns unsigned, outputs will go back by reference.
320 for (ValueSet::const_iterator I = outputs.begin(), E = outputs.end();
335 if (AggregateArgs && (inputs.size() + outputs.size() > 0))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/
generated.gyp 45 'outputs': [
68 'outputs': [
88 'outputs': [
107 'outputs': [
126 'outputs': [
172 'outputs': [
199 'outputs': [
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
scripts.gni 52 outputs = [
93 outputs = [ output_file ]
148 outputs = [
182 # outputs = a list of files to write to.
193 outputs = invoker.outputs
200 args += rebase_path(invoker.outputs, root_build_dir)
  /frameworks/native/include/gui/
StreamSplitter.h 38 // acquired by each of the outputs, and is able to be dequeued by the input
39 // again only once all of the outputs have released it.
56 // outputs are added before any buffers are queued on the input. If any
73 // buffer from the input, and attach it to each of the outputs. This call
102 // It still processes callbacks from other outputs, but only detaches their
166 // outputs, but it will disconnect from the input and not attempt to
177 // objects (which are mostly for counting how many outputs have released the
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 79 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
83 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
102 void *outputs[1] = { &out0 }; local
106 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
127 void *outputs[1] = { &out0 }; local
131 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
136 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
187 void *outputs[4] = { &out0, &out1, &out2, &out3 }; local
191 nOutputs, outputTypes, outputs) == TaskGeneric::EResultOK);
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 145 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
151 self.outputs = outputs
157 "VALUES": genValues(self.inputs, self.outputs),
238 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs) variable
239 outType = outputs[0].typeString()
240 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
251 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
252 # vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("in0", inputs)], [("out0", outputs)]))
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 149 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
155 self.outputs = outputs
161 "VALUES": genValues(self.inputs, self.outputs),
242 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs) variable
243 outType = outputs[0].typeString()
244 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
255 # outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
256 # vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("in0", inputs)], [("out0", outputs)]))
  /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/chromium_org/build/toolchain/win/
midl.gni 48 # Note that .tlb is not included in the outputs as it is not always
50 outputs = [
87 # We only compile the IID files from the IDL tool rather than all outputs.
  /external/chromium_org/remoting/
remoting_host_linux.gypi 37 'outputs': [
71 'outputs': [
97 'outputs': [
  /external/chromium_org/third_party/WebKit/Source/platform/
platform_generated.gyp 50 'outputs': [
71 'outputs': [
88 'outputs': [
  /external/chromium_org/third_party/icu/source/tools/genbrk/
genbrk.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
123 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
166 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
204 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genccode/
genccode.vcxproj 84 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
122 <Outputs>..\..\..\bin\$(TargetFileName);%(Outputs)</Outputs>
164 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
201 <Outputs>..\..\..\bin64\$(TargetFileName);%(Outputs)</Outputs>
    [all...]

Completed in 452 milliseconds

1 2 3 4 5 6 78 91011>>