HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 676 - 700 of 4834) sorted by null

<<21222324252627282930>>

  /external/libopus/src/
opus_multistream_encoder.c 48 unsigned char mapping[8]; member in struct:__anon13352
400 const unsigned char *mapping,
424 st->layout.mapping[i] = mapping[i];
462 const unsigned char *mapping,
466 return opus_multistream_encoder_init_impl(st, Fs, channels, streams, coupled_streams, mapping, application, 0);
476 unsigned char *mapping,
489 mapping[0]=0;
494 mapping[0]=0;
495 mapping[1]=1
    [all...]
opus_multistream_decoder.c 69 const unsigned char *mapping
86 st->layout.mapping[i] = mapping[i];
115 const unsigned char *mapping,
135 ret = opus_multistream_decoder_init(st, Fs, channels, streams, coupled_streams, mapping);
294 if (st->layout.mapping[c] == 255)
  /external/libvorbis/doc/
04-codec.tex 104 configurations, channel mapping configurations and mode
180 multichannel audio with varying channel mapping applications. Vorbis I
181 uses a single mapping type (0), with implicit PCM channel mappings.
189 \item For each \varname{[i]} of \varname{[vorbis_mapping_count]} mapping numbers:
191 \item read the mapping type: 16 bits as unsigned integer. There's no reason to save the mapping type in Vorbis I.
192 \item If the mapping type is nonzero, the stream is undecodable
193 \item If the mapping type is zero:
204 \item if set, square polar channel mapping is in use:
238 \item save this mapping configuration in slot \varname{[i]} of the mapping configuration array \varname{[vorbis_mapping_co (…)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 147 for (Map.Entry<CatchHandlerList, Integer> mapping :
149 CatchHandlerList list = mapping.getKey();
154 mapping.setValue(out.getCursor());
276 for (Map.Entry<CatchHandlerList, Integer> mapping :
278 CatchHandlerList list = mapping.getKey();
279 int offset = mapping.getValue();
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 144 for (Map.Entry<CatchHandlerList, Integer> mapping :
146 CatchHandlerList list = mapping.getKey();
151 mapping.setValue(out.getCursor());
273 for (Map.Entry<CatchHandlerList, Integer> mapping :
275 CatchHandlerList list = mapping.getKey();
276 int offset = mapping.getValue();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 145 for (Map.Entry<CatchHandlerList, Integer> mapping :
147 CatchHandlerList list = mapping.getKey();
152 mapping.setValue(out.getCursor());
274 for (Map.Entry<CatchHandlerList, Integer> mapping :
276 CatchHandlerList list = mapping.getKey();
277 int offset = mapping.getValue();
  /external/emma/core/java12/com/vladium/util/
IntIntMap.java 103 * @param key mapping key
163 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
165 * @param key mapping key
166 * @param value mapping value
211 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
213 * @param key mapping key
IntObjectMap.java 105 * @param key mapping key
107 * @return Object value mapping for 'key' [can be null].
147 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
149 * @param key mapping key
150 * @param value mapping value [can be null].
152 * @return Object previous value mapping for 'key' [can be null]
ObjectIntMap.java 109 * @param key mapping key [may not be null]
153 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
155 * @param key mapping key [may not be null]
156 * @param value mapping value.
204 * Updates the table to map 'key' to 'value'. Any existing mapping is overwritten.
206 * @param key mapping key [may not be null]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/components/
strongly_connected.py 350 mapping = {}
354 mapping[n] = i
357 if mapping[u] != mapping[v]:
358 C.add_edge(mapping[u],mapping[v])
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 48 * used when the type mapping isn't implied by the static type hierarchy, but provided through other
72 * Returns a new {@code TypeResolver} with type variables in {@code formal} mapping to types in
96 /** Returns a new {@code TypeResolver} with {@code variable} mapping to {@code type}. */
148 throw new IllegalArgumentException("No type mapping from " + fromClass);
213 /** A TypeTable maintains mapping from {@link TypeVariable} to types. */
225 /** Returns a new {@code TypeResolver} with {@code variable} mapping to {@code type}. */
229 for (Map.Entry<TypeVariableKey, ? extends Type> mapping : mappings.entrySet()) {
230 TypeVariableKey variable = mapping.getKey();
231 Type type = mapping.getValue();
253 * Resolves {@code var} using the encapsulated type mapping. If it maps to yet anothe
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 37 * <li> Mapping Table: Contains code ponts that are deleted from the output or case mapped. </li>
42 * <li> Map: For each character in the input, check if it has a mapping
43 * and, if so, replace it with its mapping. </li>
212 private static final int INDEX_MAPPING_DATA_SIZE = 1; /* The array that contains the mapping */
214 private static final int ONE_UCHAR_MAPPING_INDEX_START = 3; /* The starting index of 1 UChar mapping index in the mapping data array */
215 private static final int TWO_UCHARS_MAPPING_INDEX_START = 4; /* The starting index of 2 UChars mapping index in the mapping data array */
226 // mapping data read from the data file
363 * Initial value stored in the mapping table
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 44 Map<ITypeVariableDefinition, ITypeReference> mapping) {
46 this.substitutions = mapping;
  /docs/source.android.com/src/devices/graphics/
cts-integration.jd 63 <h2 id=mapping_of_the_cts_results>Mapping of the CTS results</h2>
68 <p>The deqp has more result codes available. A mapping is automatically performed
  /external/clang/include/clang/Tooling/
ReplacementsYaml.h 53 static void mapping(IO &Io, clang::tooling::Replacement &R) { function in struct:llvm::yaml::MappingTraits
66 static void mapping(IO &Io, function in struct:llvm::yaml::MappingTraits
  /external/clang/lib/AST/
CXXABI.h 47 /// Adds a mapping from class to copy constructor for this C++ ABI.
51 /// Retrieves the mapping from class to copy constructor for this C++ ABI.
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 10 // This file defines the CFGStmtMap class, which defines a mapping from
73 // that mapping.
  /external/clang/test/CoverageMapping/
break.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name break.c %s | FileCheck %s
loopmacro.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name loopmacro.c %s | FileCheck %s
loops.cpp 1 // RUN: %clang_cc1 -std=c++11 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name loops.cpp %s | FileCheck %s
macroception.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroception.c %s | FileCheck %s
moremacros.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macro-expansion.c %s | FileCheck %s
return.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name return.c %s | FileCheck %s
  /external/deqp/scripts/egl/
str_util.py 30 # Bitfield mapping
52 # Enum mapping
  /external/freetype/src/cache/
ftcmanag.h 23 /* - Maintain a mapping between generic FTC_FaceIDs and live FT_Face */
24 /* objects. The mapping itself is performed through a user-provided */

Completed in 127 milliseconds

<<21222324252627282930>>