HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 626 - 650 of 3619) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/mesa/main/
texcompress_rgtc_tmp.h 35 TYPE decode; local
46 decode = alpha0;
48 decode = alpha1;
50 decode = ((alpha0 * (8 - code) + (alpha1 * (code - 1))) / 7);
52 decode = ((alpha0 * (6 - code) + (alpha1 * (code - 1))) / 5);
54 decode = T_MIN;
56 decode = T_MAX;
58 *value = decode;
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java 32 public final static int DECODE = 0;
804 public static byte[] decode( byte[] source, int off, int len, int options ) method in class:Base64
863 public static byte[] decode( String s ) method in class:Base64
878 public static byte[] decode( String s, int options ) method in class:Base64
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/sonivox/arm-wt-22k/lib_src/
eas_ima_tables.c 7 * Contains the constant tables for IMA encode/decode
33 * ADPCM decode tables
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 108 * Function to decode more symbols from the arithmetic bytestream, using
136 * Function to decode more symbols from the arithmetic bytestream, taking
  /frameworks/av/include/media/
IMediaPlayerService.h 52 virtual status_t decode(const char* url, uint32_t *pSampleRate, int* pNumChannels,
55 virtual status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 99 * Variable bit length Decode
106 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/base/core/java/android/util/
Base64InputStream.java 57 * @param encode true to encode, false to decode
134 * decode/encode it into the empty coder.output, and reset the
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 30 * LargeBitmap can be used to decode a rectangle region from an image.
56 * @param rect The rectangle that specified the region to be decode.
  /frameworks/native/opengl/include/ETC1/
etc1.h 46 // Decode a block of pixels.
70 // Decode an entire image.
  /libcore/crypto/src/main/java/org/conscrypt/
CertificateRequest.java 106 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect CertificateRequest");
151 "DECODE ERROR: incorrect CertificateRequest");
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
UTF16CharsetEncoderTest.java 122 assertEquals(decoder.decode(out), decoder.decode(ByteBuffer
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Implicit.java 102 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Implicit
116 in.content = type.decode(in);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CRLDistributionPoints.java 86 public static CRLDistributionPoints decode(byte[] encoding) throws IOException { method in class:CRLDistributionPoints
87 return (CRLDistributionPoints) ASN1.decode(encoding);
CertificatePolicies.java 56 public static CertificatePolicies decode(byte[] encoding) throws IOException { method in class:CertificatePolicies
57 CertificatePolicies cps = ((CertificatePolicies) ASN1.decode(encoding));
InfoAccessSyntax.java 68 public static InfoAccessSyntax decode(byte[] encoding) throws IOException { method in class:InfoAccessSyntax
69 return ((InfoAccessSyntax) ASN1.decode(encoding));
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 72 Log.w(TAG, "decode cached failed " + debugTag());
83 Log.w(TAG, "decode orig failed " + debugTag());
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 69 assertEquals("Wrong decode spec", BinaryDictOffdeviceUtils.COMPRESSION, step);
71 assertEquals("Wrong decode spec", 3, decodeSpec.mDecoderSpec.size());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 32 # XXXX Optionally decode result
53 # XXXX Optionally decode result
74 # XXXX Optionally decode result
95 # XXXX Optionally decode result
116 # XXXX Optionally decode result
137 # XXXX Optionally decode result
158 # XXXX Optionally decode result
238 # XXXX Optionally decode result
259 # XXXX Optionally decode result
278 # XXXX Optionally decode resul
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h 48 // Decode a block of pixels.
72 // Decode an entire image.
  /art/runtime/native/
java_lang_DexCache.cc 27 mirror::DexCache* dex_cache = soa.Decode<mirror::DexCache*>(javaDexCache);
  /dalvik/vm/
JarFile.h 17 * Decode jar/apk/zip files.

Completed in 488 milliseconds

<<21222324252627282930>>