HomeSort by relevance Sort by last modified time
    Searched defs:decode (Results 351 - 375 of 568) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.cc 109 size_t decode(char * buffer, size_t buflen, function in namespace:talk_base
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 123 struct drm_intel_decode *decode; local
127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID);
128 if (!decode)
133 drm_intel_decode_set_batch_pointer(decode,
142 drm_intel_decode_set_batch_pointer(decode,
148 drm_intel_decode(decode);
150 drm_intel_decode_context_free(decode);
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 175 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder
238 // check to see if the destination is large enough to decode the desired
295 success = codec->decode(stream, bm, pref, mode);
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 36 bool SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, Mode) { function in class:SkImageDecoder
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.c 123 struct drm_intel_decode *decode; local
127 decode = drm_intel_decode_context_alloc(intel->intelScreen->deviceID);
128 if (!decode)
133 drm_intel_decode_set_batch_pointer(decode,
142 drm_intel_decode_set_batch_pointer(decode,
148 drm_intel_decode(decode);
150 drm_intel_decode_context_free(decode);
  /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/skia/src/images/
SkImageDecoder.cpp 175 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder
238 // check to see if the destination is large enough to decode the desired
295 success = codec->decode(stream, bm, pref, mode);
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 36 bool SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, Mode) { function in class:SkImageDecoder
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 53 if (message.what == R.id.decode) {
54 decode((byte[]) message.obj, message.arg1, message.arg2); method
62 * Decode the data within the viewfinder rectangle, and time how long it took. For efficiency,
63 * reuse the same reader objects from one decode to the next.
69 private void decode(byte[] data, int width, int height) { method in class:DecodeHandler
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 43 * {@link #decode(byte[], int) decode} method.
93 ComprehensionTlv ctlv = ComprehensionTlv.decode(data, startIndex);
114 public static ComprehensionTlv decode(byte[] data, int startIndex) method in class:ComprehensionTlv
128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) +
RilMessageDecoder.java 161 mCmdParamsFactory.make(BerTlv.decode(rawData));
  /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/libcore/net/
UriCodec.java 151 public static String decode(String s, boolean convertPlus, Charset charset, method in class:UriCodec
205 public static String decode(String s) { method in class:UriCodec
206 return decode(s, false, StandardCharsets.UTF_8, true);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1BitString.java 63 @Override public Object decode(BerInputStream in) throws IOException { method in class:ASN1BitString
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 94 public static NameConstraints decode(byte[] encoding) throws IOException { method in class:NameConstraints
95 return (NameConstraints) ASN1.decode(encoding);
144 return (byte[]) ASN1OctetString.getInstance().decode(bytes);
175 : ((GeneralNames) GeneralNames.ASN1.decode(bytes)).getNames();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 33 * (CharsetDecoderICU) when a decode operation
43 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'a', (byte)'b', (byte)'c', (byte)'d'}),
53 decoder.decode(ByteBuffer.wrap(new byte[]{(byte)'x'}), out, true);
58 // check if the first buffer was corrupted by the second decode
65 * (CharsetDecoderICU) when a decode operation
76 decoder.decode(inWithArray, out, false);
83 decoder.decode(inWithoutArray, out, true);
85 // check whether the first buffer was corrupted by the second decode
116 // check whether the second decode corrupted the first buffer
143 // check whether the second decode corrupted the first buffe
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 167 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec
219 public static String decode(String s) { method in class:UriCodec
220 return decode(s, false, Misc.UTF_8);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { method in class:DecodeUtils
78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { method in class:DecodeUtils
79 return decode(jc, bytes, 0, bytes.length, options);
82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, method in class:DecodeUtils
258 Bitmap bitmap = decode(jc, data, offset, length, options);
267 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap");
270 return decode(jc, data, offset, length, options);
285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
294 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
157 def decode(input, output, encoding): function
158 """Decode common content-transfer-encodings (base64, quopri, uuencode)."""
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
base64.py 15 'encode', 'decode', 'encodestring', 'decodestring',
61 """Decode a Base64 encoded string.
63 s is the string to decode. Optional altchars must be a string of at least
88 """Decode a string encoded with the standard Base64 alphabet.
90 s is the string to decode. The decoded string is returned. A TypeError
105 """Decode a string encoded with the standard Base64 alphabet.
107 s is the string to decode. The decoded string is returned. A TypeError
180 """Decode a Base32 encoded string.
182 s is the string to decode. Optional casefold is a flag specifying whether
217 # Now decode the full quant
300 def decode(input, output): function
    [all...]
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
157 def decode(input, output, encoding): function
158 """Decode common content-transfer-encodings (base64, quopri, uuencode)."""
161 return base64.decode(input, output)
164 return quopri.decode(input, output)
167 return uu.decode(input, output)
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 194 * Valid after calling {@code decode}.
204 * Valid after calling {@code decode}.
215 public void decode() { method in class:DebugInfoDecoder
456 decoder.decode();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 184 * Valid after calling {@code decode}.
194 * Valid after calling {@code decode}.
205 public void decode() { method in class:DebugInfoDecoder
446 decoder.decode();

Completed in 1190 milliseconds

<<11121314151617181920>>