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

<<11121314151617181920>>

  /external/libvorbis/examples/
decoder_example.c 48 ogg_packet op; /* one raw packet of data for decode */
54 vorbis_block vb; /* local working space for packet->PCM decode */
75 /********** Decode setup ************/
103 /* Get the serial number and set up the rest of decode. */
201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
202 vorbis_block_init(&vd,&vb); /* local state for most of the decode
208 /* The rest is just a straight decode loop until end of stream */
226 /* we have a packet. Decode it */
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 70 * decode a macroblock
79 * decode a bitstream
  /external/open-vcdiff/
README 16 vcdiff decode -dictionary file.dict < delta_file > target_file
31 decoder.Decode(dictionary.data(), dictionary.size(), delta, &target);
  /external/smack/src/com/kenai/jbosh/
GZIPCodec.java 77 * Uncompress/decode the data provided using the GZIP format.
83 public static byte[] decode(final byte[] compressed) throws IOException { method in class:GZIPCodec
ZLIBCodec.java 77 * Uncompress/decode the data provided using the ZLIB format.
83 public static byte[] decode(final byte[] compressed) throws IOException { method in class:ZLIBCodec
  /external/v8/src/
compiler.h 52 bool is_lazy() const { return IsLazy::decode(flags_); }
53 bool is_eval() const { return IsEval::decode(flags_); }
54 bool is_global() const { return IsGlobal::decode(flags_); }
58 return LanguageModeField::decode(flags_);
60 bool is_in_loop() const { return IsInLoop::decode(flags_); }
95 return IsNative::decode(flags_);
137 return IsCompilingForDebugging::decode(flags_);
159 return SupportsDeoptimization::decode(flags_);
  /external/webp/
README.android 44 libwebp-decode libwebp-encode:
46 LOCAL_STATIC_LIBRARIES += libwebp-decode libwebp-encode
  /frameworks/base/media/java/android/media/
MediaCrypto.java 24 * to decode encrypted media data.
68 * to decode data of the given mime type.
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Explicit.java 62 public Object decode(BerInputStream in) throws IOException { method in class:ASN1Explicit
70 in.content = type.decode(in);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
SubjectKeyIdentifier.java 53 public static SubjectKeyIdentifier decode(byte[] encoding) method in class:SubjectKeyIdentifier
56 ASN1OctetString.getInstance().decode(encoding));
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
CertificateStub.java 53 * @see java.security.Certificate#decode(java.io.InputStream)
55 public void decode(InputStream stream) throws KeyException, method in class:CertificateStub
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriSource.java 50 String uri = URLDecoder.decode(segment[1], CHARSET_UTF_8);
51 String type = URLDecoder.decode(segment[2], CHARSET_UTF_8);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
PowerPlant.py 35 # XXXX Optionally decode result
60 # XXXX Optionally decode result
  /frameworks/base/core/java/android/util/
Base64.java 76 * Encode/decode another block of input data. this.output is
103 * Decode the Base64-encoded data in input and return the data in
109 * @param str the input String to decode, which is converted to
112 * Pass {@code DEFAULT} to decode standard Base64.
117 public static byte[] decode(String str, int flags) { method in class:Base64
118 return decode(str.getBytes(), flags);
122 * Decode the Base64-encoded data in input and return the data in
128 * @param input the input array to decode
130 * Pass {@code DEFAULT} to decode standard Base64.
135 public static byte[] decode(byte[] input, int flags) method in class:Base64
155 public static byte[] decode(byte[] input, int offset, int len, int flags) { method in class:Base64
    [all...]
  /external/chromium_org/v8/src/
code-stubs.h 147 return static_cast<Major>(MajorKeyBits::decode(key));
150 return MinorKeyBits::decode(key);
903 return KindBits::decode(bit_field_);
907 return InobjectBits::decode(bit_field_);
911 int index = IndexBits::decode(bit_field_);
918 return UnboxedDoubleBits::decode(bit_field_);
975 return IsConstantBits::decode(bit_field_);
982 return Representation::FromKind(RepresentationBits::decode(bit_field_));
1029 return HoleyBits::decode(bit_field_) ? FAST_HOLEY_ELEMENTS : FAST_ELEMENTS;
1037 return HoleyBits::decode(state)
    [all...]
  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.h 86 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE;
133 // Decode() to DecodeTask().
154 int32 input_id; // triggering input_id as given to Decode().
175 // Enqueue a BitstreamBuffer to decode. This will enqueue a buffer to the
176 // decoder_input_queue_, then queue a DecodeBufferTask() to actually decode
180 // Decode from the buffers queued in decoder_input_queue_. Calls
193 // Accumulate data for the next frame to decode. May return false in
343 // We track the number of buffer decode tasks we have scheduled, since each
358 // For H264 decode, hardware requires that we send it frame-sized chunks.
372 // Completed decode buffers, waiting for MFC
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/
Changes 83 with JSON::XS backend. This made encode/decode a bit slower.
108 - enhanced 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER'
126 - added 'HOW DO I DECODE A DATA FROM OUTER AND ENCODE TO OUTER' to pod.
141 - patched decode for incr_parse (rt#52820 by ikegami)
164 - decode() didn't upgrade unicode escaped charcters \u0080-\u00ff.
167 - fixed utf8::encode/decode emulators bugs.
312 - decode() always utf8::decode()ed to strings.
313 - decode() returned a big integer as string though the integer is
335 - modified string decode function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 31 self.decode = self.codec.decode
40 u = self.decode(native)[0]
41 self.assertEqual(u, utf8.decode('utf-8'))
48 func = self.decode
53 if func is self.decode:
56 '%r.decode(%r, %r)=%r != %r'
193 u = decoder.decode(data)
339 self.assertEqual(csetch.decode(self.encoding), unich)
347 func = source.decode
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 31 self.decode = self.codec.decode
40 u = self.decode(native)[0]
41 self.assertEqual(u, utf8.decode('utf-8'))
48 func = self.decode
53 if func is self.decode:
56 '%r.decode(%r, %r)=%r != %r'
193 u = decoder.decode(data)
339 self.assertEqual(csetch.decode(self.encoding), unich)
347 func = source.decode
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 39 return Integer.decode(d.getName());
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3]));
  /dalvik/libdex/
DexClass.h 71 * decode process.
85 * decode process.
134 * decode process.
150 * decode process.
DexDebugInfo.h 41 * Decode debug info for method.
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.
  /dalvik/vm/mterp/mips/
OP_PACKED_SWITCH.S 5 * we decode it and hand it off to a helper function.

Completed in 1258 milliseconds

<<11121314151617181920>>