HomeSort by relevance Sort by last modified time
    Searched defs:outputIndex (Results 1 - 25 of 25) sorted by null

  /libcore/luni/src/main/java/java/nio/charset/
ModifiedUtf8.java 124 int outputIndex = 0;
130 out[outputIndex] = (char) i;
131 outputIndex++;
146 out[outputIndex] = (char) (i | (in[offset] & 0x3f));
148 outputIndex++;
168 out[outputIndex] = (char) (i | (in[offset] & 0x3f));
170 outputIndex++;
176 return String.valueOf(out, 0, outputIndex);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestion_results.cpp 27 int outputIndex = 0;
31 const int start = outputIndex * MAX_WORD_LENGTH;
35 JniDataUtils::putIntToArray(env, outScoresArray, outputIndex, suggestedWord.getScore());
36 JniDataUtils::putIntToArray(env, outSpaceIndicesArray, outputIndex,
38 JniDataUtils::putIntToArray(env, outTypesArray, outputIndex, suggestedWord.getType());
43 ++outputIndex;
46 JniDataUtils::putIntToArray(env, outSuggestionCount, 0 /* index */, outputIndex);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerCubic.cpp 62 size_t outputIndex = 0;
77 while (outputIndex < outputSampleCount) {
82 out[outputIndex++] += vl * interp(&left, x);
83 out[outputIndex++] += vr * interp(&right, x);
84 // out[outputIndex++] += vr * in[inputIndex*2];
117 return outputIndex / 2 /* channels for stereo */;
129 size_t outputIndex = 0;
144 while (outputIndex < outputSampleCount) {
151 out[outputIndex++] += vl * sample;
152 out[outputIndex++] += vr * sample
    [all...]
AudioResamplerDyn.cpp 508 size_t outputIndex = 0;
527 while (outputIndex < outputSampleCount) {
528 //ALOGV("LOOP: inFrameCount:%d outputIndex:%d outFrameCount:%d"
530 // inFrameCount, outputIndex, outFrameCount, phaseFraction, phaseWrapLimit);
574 while (CC_LIKELY(outputIndex < outputSampleCount)) {
581 //ALOGV("LOOP2: inFrameCount:%d outputIndex:%d outFrameCount:%d"
583 // inFrameCount, outputIndex, outFrameCount, phaseFraction, phaseWrapLimit);
586 &out[outputIndex],
591 outputIndex += OUTPUT_CHANNELS;
624 return outputIndex / OUTPUT_CHANNELS
    [all...]
AudioResamplerSinc.cpp 304 size_t outputIndex = 0;
308 while (outputIndex < outputSampleCount) {
342 while (CC_LIKELY(outputIndex < outputSampleCount)) {
343 filterCoefficient<CHANNELS>(&out[outputIndex], phaseFraction, impulse, vRL);
344 outputIndex += 2;
368 return outputIndex / CHANNELS;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTableWriter.java 27 OpenTypeTableDumper(short[] data, int outputIndex)
30 tableLength = outputIndex;
72 protected int outputIndex;
77 outputIndex = 0;
87 return outputIndex;
92 if (outputIndex >= data.length)
101 data[outputIndex] = (short) value;
102 outputIndex += 1;
119 data[offset] = (short) ((outputIndex - base) * 2);
124 OpenTypeTableDumper dumper = new OpenTypeTableDumper(data, outputIndex);
    [all...]
  /external/skia/src/core/
SkColorLookUpTable.cpp 139 int outputIndex = outputDimension;
142 outputIndex += index[i] * indexMultiplier;
145 return table()[outputIndex];
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 78 int outputIndex = getOutputIndex(device);
79 if (outputIndex < 0 ) {
83 resetOutput(outputIndex);
93 DrmOutput *output = &mOutputs[outputIndex];
202 ret = initDrmMode(outputIndex);
205 if (outputIndex == OUTPUT_PRIMARY) {
217 if (output->connector == NULL && outputIndex != OUTPUT_PRIMARY) {
223 resetOutput(outputIndex);
256 int outputIndex = getOutputIndex(device);
257 if (outputIndex < 0 )
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.cpp 78 int outputIndex = getOutputIndex(device);
79 if (outputIndex < 0 ) {
83 resetOutput(outputIndex);
93 DrmOutput *output = &mOutputs[outputIndex];
209 if (outputIndex == OUTPUT_PRIMARY) {
221 if (output->connector == NULL && outputIndex != OUTPUT_PRIMARY) {
227 resetOutput(outputIndex);
260 int outputIndex = getOutputIndex(device);
261 if (outputIndex < 0 ) {
266 DrmOutput *output= &mOutputs[outputIndex];
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReduction.h 62 int outputIndex = 0;
69 (*output_dims)[outputIndex] = input_dims[i];
70 ++outputIndex;
461 int outputIndex = 0;
468 m_preservedStrides[outputIndex] = input_strides[i];
469 ++outputIndex;
    [all...]
TensorConvolution.h 141 Index outputIndex = 0;
145 outputIndex += idx * m_outputStrides[d];
148 outputIndex += p * m_outputStrides[NumKernelDims];
156 outputIndex += idx * m_outputStrides[d];
159 outputIndex += p * m_outputStrides[limit];
161 return outputIndex;
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/libs/
exoplayer.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 682 milliseconds