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

<<51525354555657585960>>

  /external/zlib/src/contrib/masmx64/
inffas8664.c 44 Decode literal, length, and distance codes and write out the resulting
142 /* decode literals and length/distances until end-of-block or not enough
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 39 * It does *not* decode MIME encoded-words; charset conversion
166 * It does *not* decode MIME encoded-words; charset conversion
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 140 // decode bytes from the byte buffer into the char buffer
141 coderResult = decoder.decode(encodedBytes, decodedChars, false);
  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 125 byte[] derCert = Base64.decode(cert.getBytes(), Base64.DEFAULT);
222 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT));
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 272 // decode and check nameConstraints
273 NameConstraints.ASN1.decode(nameConstraints);
  /libcore/luni/src/main/java/org/apache/harmony/security/x501/
AttributeValue.java 87 this.rawString = (String) DirectoryString.ASN1.decode(in);
176 return (Collection<?>) new ASN1SetOf(type).decode(encoded);
  /packages/apps/Camera2/src/com/android/camera/
MediaSaveService.java 110 // and decode image for width and height later in a background thread
175 // Decode bounds
  /packages/inputmethods/PinyinIME/jni/include/
pinyinime.h 62 * to decode, and a certain number of Chinese characters(output). If after
86 * @param sps_buf The spelling string buffer to decode.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
205 __u32 frame_count; /* frames output since decode/encode began */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
205 __u32 frame_count; /* frames output since decode/encode began */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 201 /* video_info is biased towards hardware mpeg encode/decode */
205 __u32 frame_count; /* frames output since decode/encode began */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 31 # XXXX Optionally decode result
59 # XXXX Optionally decode result
  /art/runtime/mirror/
object_test.cc 264 class_linker_->FindClass("LStaticsFromCode;", soa.Decode<ClassLoader*>(class_loader));
391 SirtRef<ClassLoader> class_loader_1(soa.Self(), soa.Decode<ClassLoader*>(jclass_loader_1));
392 SirtRef<ClassLoader> class_loader_2(soa.Self(), soa.Decode<ClassLoader*>(jclass_loader_2));
460 SirtRef<ClassLoader> class_loader(soa.Self(), soa.Decode<ClassLoader*>(jclass_loader));
494 SirtRef<ClassLoader> class_loader(soa.Self(), soa.Decode<ClassLoader*>(jclass_loader));
531 SirtRef<ClassLoader> class_loader(soa.Self(), soa.Decode<ClassLoader*>(jclass_loader));
  /external/chromium_org/chromeos/dbus/
power_manager_client.cc 359 LOG(ERROR) << "Unable to decode protocol buffer from "
382 LOG(ERROR) << "Unable to decode "
399 LOG(ERROR) << "Unable to decode "
451 LOG(ERROR) << "Unable to decode protocol buffer from "
482 LOG(ERROR) << "Unable to decode protocol buffer from "
528 LOG(ERROR) << "Unable to decode protocol buffer from "
  /external/chromium_org/net/android/
keystore_openssl.cc 47 // correspond to operations on RSA keys (e.g. decode/encode with public
48 // key, decode/encode with private key, signing, validation), as well as
254 // Decode the contents of an encoded big integer and either create a new
299 LOG(ERROR) << "Failed to decode private key modulus";
458 LOG(ERROR) << "Can't decode Q parameter from DSA private key";
633 LOG(ERROR) << "Can't decode order from PrivateKey";
  /external/chromium_org/third_party/simplejson/
decoder.py 21 _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
101 on attempt to decode an invalid string. If strict is False then literal
359 the result of any object literal decode with an ordered list of pairs.
401 def decode(self, s, _w=WHITESPACE.match): member in class:JSONDecoder
413 """Decode a JSON document from ``s`` (a ``str`` or ``unicode``
419 This can be used to decode a JSON document from a string that may
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 120 // The other way to decode output, where we write into an intermediary buffer
315 // Mark the image as complete, this will tell the Decode function that we
379 DLOG(ERROR) << "libpng decode error: " << error_msg;
384 DLOG(ERROR) << "libpng decode warning: " << warning_msg;
399 bool PNGCodec::Decode(const unsigned char* input, size_t input_size,
438 bool PNGCodec::Decode(const unsigned char* input, size_t input_size,
  /external/libogg/doc/
ogg-multiplex.html 92 design is such that an application can always encode and/or decode a
179 stream to starve for data during decode; buffering proceeds ahead
181 decode on demand.</p>
331 <li>Decode must begin at a 'key frame' or 'I frame'. Keyframes usually
357 (decode would be unable to present decoded video until the next
426 interaction with the codecs in order to decode the granule position of
  /frameworks/av/cmds/stagefright/
stagefright.cpp 61 static long gMaxNumFrames; // 0 means decode all available.
84 printf("decode times:\n");
92 printf("min decode time %lld us (%.2f secs)\n", minUs, minUs / 1E6);
93 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6);
378 printf("avg. time to decode one buffer %.2f usecs\n",
596 fprintf(stderr, " -m max-number-of-frames-to-decode in each pass\n");
  /frameworks/av/media/libmedia/
mediaplayer.cpp 779 /*static*/ status_t MediaPlayer::decode(const char* url, uint32_t *pSampleRate, function in class:android::MediaPlayer
783 ALOGV("decode(%s)", url);
787 status = service->decode(url, pSampleRate, pNumChannels, pFormat, heap, pSize);
802 /*static*/ status_t MediaPlayer::decode(int fd, int64_t offset, int64_t length, function in class:android::MediaPlayer
807 ALOGV("decode(%d, %lld, %lld)", fd, offset, length);
811 status = service->decode(fd, offset, length, pSampleRate,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp 27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */
153 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
170 /* decode the DCT coeficients for the MB */
337 /* Purpose : Decode MB header, not_coded, mcbpc, ac_pred_flag, cbpy, dquant. */
557 /* Decode each 8-by-8 blocks. comp 0 ~ 3 are luminance blocks, 4 ~ 5 */
657 /* decode the motion vector (if there are any) */
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 169 // Initialize the PCM format info with the known parameters before the start of the decode
469 // don't decode if we're not buffering, prefetching or playing
470 //SL_LOGV("don't decode: not buffering, prefetching or playing");
474 //-------------------------------- Decode
522 //-------------------------------- Handle return of decode
799 // verify only the system can decode, for playback only
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 68 /** strings that use supplemental characters and really stress encode/decode */
130 * Test that decode/unfold is efficient when it can be
134 String result2 = MimeUtility.decode(SHORT_PLAIN);
145 * Test that decode is working for simple strings
148 String result1 = MimeUtility.decode(SHORT_UNICODE_ENCODED);
152 // TODO: tests for decode(String s)
  /external/chromium_org/content/common/gpu/media/
exynos_video_decode_accelerator.cc 360 void ExynosVideoDecodeAccelerator::Decode(
362 DVLOG(1) << "Decode(): input_id=" << bitstream_buffer.id()
532 DLOG(ERROR) << "Decode(): could not map bitstream_buffer";
541 // we're here, we know that this DecodeTask() was scheduled by a Decode()
630 // This is a buffer queued from the client, with actual contents. Decode.
660 // Failed during decode.
780 // Initial decode. We haven't been able to get output stream format info yet.
804 // Need more stream to decode format, return true and schedule next buffer.
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 460 /* Macros to decode the coefficient in a finite decFloat *df into */
471 /* Decode the declets. After extracting each one, it is decoded */
473 /* decode). Each DPD decode is 3 bytes BCD8 plus a one-byte */
551 /* Macros to decode the coefficient in a finite decFloat *df into */
555 /* Decode the declets. After extracting each one, it is decoded */
558 /* and 1000000 to avoid multiplication during decode. These */
604 /* Macros to decode the coefficient in a finite decFloat *df into */
608 /* Decode the declets. After extracting each one, it is decoded */
    [all...]

Completed in 876 milliseconds

<<51525354555657585960>>