/external/libvorbis/doc/vorbisfile/ |
ov_read.html | 21 This is the main function used to decode a Vorbis file within a 116 decode at most one vorbis packet per invocation, so the value
|
/external/libvorbis/include/vorbis/ |
codec.h | 154 docs/framing.txt). Decode is the reverse process; we sync/frame 155 the bitstream and extract individual packets, then decode the
|
/external/libvpx/libvpx/test/ |
encode_test_driver.h | 198 // Hook to determine whether to decode frame after encoding 201 // Hook to handle encode/decode mismatch
|
/external/libvpx/libvpx/vp8/common/ |
blockd.h | 159 uint8_t mb_skip_coeff; /* does this mb has coefficients at all, 1=no coefficients, 0=need decode tokens */ 255 /* are enabled and when enabled the proabilities used to decode the per MB flags in MB_MODE_INFO */
|
onyx.h | 99 * 0 best quality/slowest decode, 3 lowest quality/fastest decode
|
/external/libyuv/files/include/libyuv/ |
mjpeg_decoder.h | 108 // Call this after LoadFrame() if you decide you don't want to decode it 180 // Temporary buffer used for decoding when we can't decode directly to the
|
/external/llvm/include/llvm/MC/ |
MCDisassembler.h | 30 /// Ternary decode status. Most backends will just use Fail and 71 /// the number of bytes consumed while attempting to decode
|
/external/llvm/utils/TableGen/ |
FixedLenDecoderEmitter.cpp | 216 /// decoder could try to decode the even/odd register numbering and assign to 265 // instructions. In order to unambiguously decode the singleton, we need to 269 // Emit table entries to decode instructions given a segment or segments of 427 // Calculates the island(s) needed to decode the instruction. 449 // Emits table entries to decode the singleton. 453 // Emits code to decode the singleton, and then to decode the rest. 476 // Decides on the best configuration of filter(s) to use in order to decode 482 // emitTableEntries - Emit state machine entries to decode our share of 550 // instructions. In order to unambiguously decode the singleton, we need t [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_r11g11b10f.h | 57 /* Decode little-endian 32-bit floating-point value */ 143 /* Decode little-endian 32-bit floating-point value */
|
/external/openfst/src/include/fst/script/ |
fstscript.h | 38 #include <fst/script/decode.h> 98 REGISTER_FST_OPERATION(Decode, Arc, DecodeArgs);
|
/external/openssl/crypto/dh/ |
dh_err.c | 96 {ERR_REASON(DH_R_BN_DECODE_ERROR) ,"bn decode error"}, 98 {ERR_REASON(DH_R_DECODE_ERROR) ,"decode error"},
|
/external/openssl/crypto/dsa/ |
dsa_err.c | 104 {ERR_REASON(DSA_R_BN_DECODE_ERROR) ,"bn decode error"}, 107 {ERR_REASON(DSA_R_DECODE_ERROR) ,"decode error"},
|
/external/openssl/crypto/x509/ |
x509_err.c | 124 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) ,"base64 decode error"}, 137 {ERR_REASON(X509_R_PUBLIC_KEY_DECODE_ERROR),"public key decode error"},
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.h | 117 // Generate lines to decode this field, which will be placed inside the 121 // Generate lines to decode this field from a packed value, which will be
|
/external/skia/src/images/ |
SkDecodingImageGenerator.cpp | 115 if (!decoder->decode(fStream, &bitmap, 177 bool success = decoder->decode(fStream, &bitmap,
|
/external/smack/src/com/kenai/jbosh/ |
ApacheHTTPResponse.java | 237 data = ZLIBCodec.decode(data); 239 data = GZIPCodec.decode(data);
|
/external/v8/test/cctest/ |
test-serialize.cc | 145 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); 147 decoder.Decode(make_code(v8::internal::RUNTIME_FUNCTION, 150 decoder.Decode(make_code(IC_UTILITY, IC::kLoadCallbackProperty))); 154 decoder.Decode( 158 decoder.Decode(make_code(UNCLASSIFIED, 4))); 160 decoder.Decode(make_code(UNCLASSIFIED, 5))); 163 decoder.Decode(make_code(UNCLASSIFIED, 16))); 166 decoder.Decode(make_code(UNCLASSIFIED, 10)));
|
/external/webp/src/dec/ |
alpha.c | 76 // TODO(vikas): Implement on-the-fly decoding & filter mechanism to decode 100 // Decode everything during the first call.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
codec.h | 84 * Decode the upper-band if the codec is in 0-16 kHz mode. 103 * Decode the upper-band if the codec is in 0-12 kHz mode.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_GetVLCBits.c | 172 /* Decode run and level from the index */ 209 /* Decode run and level from the index */
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1.java | 71 * Decode a block of pixels. 101 * Decode an entire image.
|
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/ |
DisplaySinkService.java | 99 decode(content); 168 private void decode(ByteBuffer content) { method in class:DisplaySinkService
|
/frameworks/ex/variablespeed/jni/ |
variablespeed.h | 95 // Protects access to the shared decode buffer. 97 // Buffer into which we put the audio data as we decode.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
BerTlv.java | 74 * @param data A byte array to decode from 78 public static BerTlv decode(byte[] data) throws ResultException { method in class:BerTlv
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/ |
CharsetEncoderTest.java | 119 * Mock charset class with malfunction decode & encode. 187 CharBuffer chars = utf8.newDecoder().decode(bytes);
|