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

<<31323334353637383940>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_ex.c 17 ASN.1 DER, decode a SEQUENCE, Tom St Denis
23 Decode a SEQUENCE
26 @param list The list of items to decode
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 130 // Semi-colon terminates an entity, try and decode it.
158 * Attempts to decode the entity provided, if it succeeds appends it to the out string.
161 * @param entityName to decode.
  /external/libogg/include/ogg/
ogg.h 50 /* ogg_stream_state contains the current encode/decode state of a logical
78 ogg_int64_t packetno; /* sequence number for decode; the framing
98 ogg_int64_t packetno; /* sequence number for decode; the framing
  /external/libvorbis/lib/
synthesis.c 38 /* first things first. Make sure decode is ready */
92 /* used to track pcm position without actually performing decode.
102 /* first things first. Make sure decode is ready */
  /external/lzma/C/
LzmaDec.h 168 LZMA_FINISH_ANY - Decode just dicLimit bytes.
194 LZMA_FINISH_ANY - Decode just destLen bytes.
208 LZMA_FINISH_ANY - Decode just destLen bytes.
  /external/lzma/C/Util/Lzma/
LzmaUtil.c 30 " d: decode file\n");
108 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream)
226 res = Decode(&outStream.s, useOutFile ? &inStream.s : NULL);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Base64.java 36 public static byte[] decode(byte[] in) { method in class:Base64
37 return decode(in, in.length);
40 public static byte[] decode(byte[] in, int len) { method in class:Base64
  /external/v8/src/
safepoint-table.h 62 return DeoptimizationIndexField::decode(info_);
82 return ArgumentsField::decode(info_);
87 return SaveDoublesField::decode(info_);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 134 ;// Decode DC Coefficient
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
184 ;// Decode AC Coefficient
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 134 ;// Decode DC Coefficient
148 M_BD_VLD DCValueSize,T1,T2,pDCLumaChromaIndex,4,2 ;// VLC Decode using optimized Luminance and Chrominance VLC Table
184 ;// Decode AC Coefficient
  /frameworks/base/core/java/android/net/
MailTo.java 59 * Parse and decode a mailto scheme string. This parser implements
88 m.mHeaders.put(Uri.decode(nameval[0]).toLowerCase(Locale.ROOT),
89 nameval.length > 1 ? Uri.decode(nameval[1]) : null);
  /libcore/luni/src/main/java/libcore/io/
Base64.java 35 public static byte[] decode(byte[] in) { method in class:Base64
36 return decode(in, in.length);
39 public static byte[] decode(byte[] in, int len) { method in class:Base64
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 53 outputCB = decoder.decode(inputBB);
69 outputCB = decoder.decode(inputBB);
93 // outputCB = decoder.decode(inputBB);
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 32 * The function decodeFileDescriptor() is used to decode a bitmap. During
144 Log.d(TAG, "Thread " + t + " is not allowed to decode.");
185 Log.d(TAG, "Thread " + thread + " is not allowed to decode.");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ThumbnailLoadTask.java 147 LogUtils.i(LOG_TAG, "Unable to decode thumbnail %s: %s %s", thumbnailUri,
191 LogUtils.d(LOG_TAG, "back in UI thread, decode failed or file does not exist");
196 LogUtils.d(LOG_TAG, "back in UI thread, decode success, w/h=%d/%d", result.getWidth(),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Legacy_suite.py 30 # XXXX Optionally decode result
49 # XXXX Optionally decode result
68 # XXXX Optionally decode result
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macresource.py 98 otherwise first decode it."""
120 # Decode an AppleSingle resource file, return the new pathname.
134 applesingle.decode(pathname, newpathname, resonly=1)
  /external/zlib/src/contrib/puff/
puff.c 13 * around 4K on my machine (a PowerPC using GNU cc). If the faster decode()
45 * 1.2 17 Mar 2002 - Add faster version of decode(), doubles speed (!),
111 /* input limit error return state for bits() and decode() */
204 * seen in the function decode() below.
212 * Decode a code from the stream s using huffman table h. Return the symbol or
235 local int decode(struct state *s, const struct huffman *h) function
258 * A faster version of decode() for real applications of this code. It's not
263 local int decode(struct state *s, const struct huffman *h) function
310 * Huffman code for n symbols, construct the tables required to decode those
317 * possible for decode() using that table to return an error--any stream o
    [all...]
  /external/flac/include/FLAC/
stream_decoder.h 60 * The stream decoder can be used to decode complete streams either from
79 * The stream decoder can decode native FLAC, and optionally Ogg FLAC
94 * to decode data, which subsequently calls the callbacks.
107 * setting up the decoder to decode FLAC data from the client via
145 * again to decode another stream.
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 26 // for metadata. See KeyPrefix::Decode() for details of the prefix coding.
35 // encode, decode, and compare that key type.
839 if (!KeyType::Decode(&slice_a, &key_a)) {
844 if (!KeyType::Decode(&slice_b, &key_b)) {
919 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
920 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 109 * @see org.apache.commons.codec.Decoder#decode(java.lang.Object)
111 public Object decode(Object ascii) throws DecoderException { method in class:BinaryCodec
133 * @see org.apache.commons.codec.Decoder#decode(Object)
135 public byte[] decode(byte[] ascii) { method in class:BinaryCodec
145 * @see org.apache.commons.codec.Decoder#decode(Object)
  /external/chromium_org/media/base/android/
media_decoder_job.cc 81 bool MediaDecoderJob::Decode(
121 // Do nothing, flush when the next Decode() happens.
152 DVLOG(1) << __FUNCTION__ << " : delete is pending decode completion";
287 // Once output EOS has occurred, we should not be asked to decode again.
288 // MediaCodec has undefined behavior if similarly asked to decode after output
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 53 // For VP9 decode when using the default thread count, increase the number
54 // of decode threads to equal the maximum number of tiles possible for
167 void VpxVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
195 // Defer the reset if a decode is pending.
211 // Reset is pending only when decode is pending.
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.cpp 78 decode(0, true);
102 decode(0, true);
125 decode(index, false);
178 void ICOImageDecoder::decode(size_t index, bool onlySize) function in class:WebCore::ICOImageDecoder
183 // If we couldn't decode the image but we've received all the data, decoding
  /external/chromium_org/third_party/sqlite/src/tool/
showwal.c 104 /* Print a line of decode output showing a 4-byte integer.
108 int ofst, int nByte, /* Start and size of decode */
183 ** Decode the WAL header.
238 ** Decode a btree page
251 printf("Decode of btree page %d:\n", pgno);

Completed in 924 milliseconds

<<31323334353637383940>>