/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
IssuingDistributionPoint.java | 66 public static IssuingDistributionPoint decode(byte[] encoding) method in class:IssuingDistributionPoint 69 (IssuingDistributionPoint) ASN1.decode(encoding);
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
SinglePhotoDataAdapter.java | 123 Log.w(TAG, "fail to decode large", t); 135 Log.w(TAG, "fail to decode thumb", t);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoProcessor.java | 52 * @param originalBytes A byte array to decode into a bitmap to process. 85 * @param originalBytes A byte array to decode into a bitmap to process.
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
ChimpImageBase.java | 200 LOG.log(Level.WARNING, "Cannot decode file %s", path); 205 LOG.log(Level.WARNING, "Exception trying to decode image", e);
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
Base64.java | 199 * @param pObject Object to decode 205 public Object decode(Object pObject) throws DecoderException { method in class:Base64 207 throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]"); 209 return decode((byte[]) pObject); 219 public byte[] decode(byte[] pArray) { method in class:Base64
|
/external/chromium/sdch/open-vcdiff/src/ |
addrcache_test.cc | 32 // values into the buffer, and to manually decode and verify test results 51 // Benchmarks for timing encode/decode operations 452 // Now decode a NEAR mode address of base address 0xCAFE 608 const int test_size = 20 * 1024; // 20K random encode/decode operations 628 std::cout << "Time to decode: "
|
vcdecoder4_test.cc | 37 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsed, Decode) { 60 TEST_F(VCDiffDecoderInterleavedAllowedButNotUsedByteByByte, Decode) { 248 TEST_F(VCDiffStandardWindowDecoderTest, Decode) { 382 TEST_F(VCDiffStandardWindowDecoderTestByteByByte, Decode) { 528 TEST_F(VCDiffInterleavedWindowDecoderTest, Decode) { 578 TEST_F(VCDiffInterleavedWindowDecoderTestByteByByte, Decode) { 633 // A decode job that tests the ability to COPY across the boundary between 685 TEST_F(VCDiffStandardCrossDecoderTest, Decode) { 696 TEST_F(VCDiffStandardCrossDecoderTestByteByByte, Decode) { 705 // The same decode job that tests the ability to COPY across the boundar [all...] |
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 35 #include "webp/decode.h" 47 // this enables timing code to report milliseconds for a decode 336 // Decode the WebP image data stream using WebP incremental decoding for 344 AutoTimeMillis atm("WEBP Decode"); 376 // Decode the WebP image data stream using WebP incremental decoding.
|
/external/speex/include/speex/ |
speex.h | 340 * decode, you need one state per channel. 353 /** Uses an existing decoder state to decode one frame of speech from 357 * @param bits Bit-stream from which to decode the frame (NULL if the packet was lost) 363 /** Uses an existing decoder state to decode one frame of speech from 367 * @param bits Bit-stream from which to decode the frame (NULL if the packet was lost)
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
ImageSourceAndroid.cpp | 105 Downside: performance, since we have to decode/encode 106 and then rle-decode when we draw. 229 // This is only necessary if we allow ourselves to partially decode GIF 255 if (!codec->decode(&stream, &tmp, SkImageDecoder::kDecodeBounds_Mode)) 291 if (!codec->decode(&stream, &tmp,
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
HandleMessage.h | 263 if (!argumentDecoder->decode(arguments)) 272 if (!argumentDecoder->decode(arguments)) 284 if (!argumentDecoder->decode(arguments)) 294 if (!argumentDecoder->decode(arguments)) 306 if (!argumentDecoder->decode(arguments))
|
/external/webkit/Source/WebKit2/UIProcess/ |
TiledDrawingAreaProxy.cpp | 132 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount))) 144 if (!arguments->decode(CoreIPC::Out(size))) 152 if (!arguments->decode(CoreIPC::Out(rect))) 164 if (!arguments->decode(CoreIPC::Out(chunk))) 190 if (!arguments->decode(CoreIPC::Out(tileID, updateChunk, scale, pendingUpdateCount)))
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
MVS.uudecode | 25 the following decode, and it seemed to work. 62 X * Decode a file encoded with uuencode. WIll extract multiple encoded 83 X#define DEC(c) (((c) - ' ') & 077) /* single character decode */ 124 X /* Loop through file, searching for headers. Decode anything with a 189 X decode(in, out, dest);
|
/external/zlib/ |
algorithm.txt | 63 that you can decode fast. The most important characteristic is that shorter 65 short codes fast, and let the long codes take longer to decode. 72 grabs more bits and tries to decode a longer code. 75 takes to decode and the time it takes to build the table. If building the 157 Each entry is what the bits decode as and how many bits that is, i.e. how
|
/external/zlib/doc/ |
algorithm.txt | 63 that you can decode fast. The most important characteristic is that shorter 65 short codes fast, and let the long codes take longer to decode. 72 grabs more bits and tries to decode a longer code. 75 takes to decode and the time it takes to build the table. If building the 157 Each entry is what the bits decode as and how many bits that is, i.e. how
|
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalTypes.h | 46 #include "M4DECODER_Common.h" /**< Decode video */ 109 M4MCS_kState_BEGINVIDEODECODE, /**< Must decode up to the begin cut */ 445 M4OSA_Double dViDecStartingCts; /**< Video CTS at which the decode/encode will start 447 M4OSA_Double dViDecCurrentCts; /**< Video CTS to decode */ 448 M4OSA_Int32 iVideoBeginDecIncr; /**< CTS step for the begin cut decode (doesn't
|
/frameworks/media/libvideoeditor/vss/src/ |
M4DECODER_Null.c | 56 // read and decode one frame
279 * @brief Decode video Access Units up to a target time
280 * @note Parse and decode the video until it can output a decoded image
287 * @param pTime: (IN/OUT) IN: Time to decode up to (in msec)
293 * @return M4WAR_NO_MORE_AU there is no more access unit to decode (EOS)
|
/hardware/msm7k/librpc/rpc/ |
types.h | 43 * a type encode/decode routine for each user-defined type. 55 * which of the operations (ENCODE, DECODE * or FREE) is to be performed. 61 * to keep the encode and decode procedures for a data type consistent. 64 * decode as a series of calls on the nested data types. 391 enum xdr_op x_op; /* used for ENCODE and DECODE */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/ |
xdr.h | 53 * a type encode/decode routine for each user-defined type. 65 * which of the operations (ENCODE, DECODE * or FREE) is to be performed. 71 * to keep the encode and decode procedures for a data type consistent. 74 * decode as a series of calls on the nested data types. 241 * Inline routines for fast encode/decode of primitive data types.
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
hufffac.cpp | 464 /* decode scf in first window of each group */ 476 /* decode intensity position */ 484 /* decode noise energy */ 509 /* decode scale factors */ 523 } /* for (sfb=0), first window decode ends */ 538 } /* if (pFrameInfo->islong), one group decode ends */ 545 } /* while (group_end), all groups decode end */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_group_map.c | 103 Function to decode interleaved slice group map type, i.e. slice 157 Function to decode dispersed slice group map type, i.e. slice 206 Function to decode foreground with left-over slice group map type, 276 Function to decode box-out slice group map type, i.e. slice group 383 Function to decode raster scan slice group map type, i.e. slice 431 Function to decode wipe slice group map type, i.e. slice group map 484 Function to decode macroblock to slice group map. Construction
|
/external/jpeg/ |
jdhuff.c | 547 * Configure the Huffman decoder to decode the image 588 * Decode and return one MCU's worth of Huffman-compressed coefficients. 633 /* Decode a single block's worth of coefficients */ 635 /* Section F.2.2.1: decode the DC coefficient difference */ 654 /* Section F.2.2.2: decode the AC coefficients */ 681 /* Section F.2.2.2: decode the AC coefficients */ 715 * Decode one MCU's worth of Huffman-compressed coefficients. 749 /* Decode a single block's worth of coefficients */ 751 /* Section F.2.2.1: decode the DC coefficient difference */
|
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.cpp | 1 //===-- X86ShuffleDecode.cpp - X86 shuffle decode logic -------------------===// 10 // Define several functions to decode x86 specific shuffle semantics into a 30 // Decode the immediate.
|
/external/openssl/crypto/asn1/ |
asn1_err.c | 211 {ERR_REASON(ASN1_R_DECODE_ERROR) ,"decode error"}, 295 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_KEY),"unable to decode rsa key"}, 296 {ERR_REASON(ASN1_R_UNABLE_TO_DECODE_RSA_PRIVATE_KEY),"unable to decode rsa private key"},
|
/external/v8/src/arm/ |
code-stubs-arm.h | 90 : op_(OpBits::decode(key)), 91 mode_(ModeBits::decode(key)), 92 use_vfp3_(VFP3Bits::decode(key)),
|