/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/bmp/ |
BMPImageDecoder.cpp | 65 decode(true); 83 decode(false); 95 void BMPImageDecoder::decode(bool onlySize) function in class:WebCore::BMPImageDecoder 100 // If we couldn't decode the image but we've received all the data, decoding
|
/external/chromium_org/third_party/modp_b64/ |
modp_b64.h | 61 * Decode a base64 encoded string 71 * decode 101 * decode 4 chars turn into 3 bytes 148 * base 64 decode a string (self-modifing)
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_FactoryRegistrar.cpp | 26 // we rewind here, because we promise later when we call "decode", that
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
ASN1Parser.py | 30 #Decode the ASN.1 DER length field
|
/external/chromium_org/tools/perf/measurements/ |
image_decoding.py | 38 # decode tasks.
|
/external/chromium_org/ui/gfx/codec/ |
png_codec.h | 23 // isn't as robust as would be required for a browser (see Decode() for more). 102 static bool Decode(const unsigned char* input, size_t input_size, 107 // significantly faster than the vector<unsigned char> version of Decode() 114 static bool Decode(const unsigned char* input, size_t input_size,
|
/external/chromium_org/ui/gfx/image/ |
image_util.cc | 19 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(input, input_size));
|
/external/dropbear/libtomcrypt/src/pk/rsa/ |
rsa_verify_hash.c | 80 /* RSA decode it */ 94 /* PSS decode and verify it */ 97 /* PKCS #1 v1.5 decode it */ 122 /* now we must decode out[0...outlen-1] using ASN.1, test the OID and then test the hash */
|
/external/e2fsprogs/lib/et/test_cases/ |
simple.c | 12 "Can't decode authenticator",
|
/external/libgsm/ |
Android.mk | 23 src/decode.c \
|
/external/libogg/doc/libogg/ |
index.html | 19 Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams.
|
/external/libvpx/libvpx/test/ |
decode_test_driver.cc | 31 // Decode frames.
|
/external/llvm/lib/Target/X86/Disassembler/ |
X86Disassembler.h | 11 // 64-bit X86 instruction sets. The main decode sequence for an assembly 33 // ModR/M byte to complete decode. The ModRMDecision's type is an entry from 57 // emits the instruction decode tables discussed above during compilation, and 108 /// @param mode - The X86 architecture mode to decode for.
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zDecode.h | 49 HRESULT Decode(
|
/external/lzma/Java/SevenZip/Compression/RangeCoder/ |
BitTreeDecoder.java | 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException
|
/external/openfst/src/script/ |
Makefile.am | 6 concat.cc connect.cc convert.cc decode.cc determinize.cc difference.cc \
|
/external/qemu/distrib/jpeg-6b/ |
Android.mk | 30 # enable tile based decode
|
sources.make | 25 # enable tile based decode
|
/external/skia/gm/ |
copyTo4444.cpp | 38 SkDebugf("Could not decode the file. Did you forget to set the "
|
/external/skia/src/images/ |
SkImageDecoder_FactoryRegistrar.cpp | 26 // we rewind here, because we promise later when we call "decode", that
|
/external/tremolo/Tremolo/ |
ogg.h | 104 /* decode memory management pool */ 131 ogg_int64_t packetno; /* sequence number for decode; the framing 141 /* decode-side state data */ 156 ogg_int64_t packetno; /* sequence number for decode; the framing
|
/external/v8/src/ |
property-details.h | 100 PropertyType type() { return TypeField::decode(value_); } 102 PropertyAttributes attributes() { return AttributesField::decode(value_); } 104 int index() { return StorageField::decode(value_); } 115 bool IsDeleted() { return DeletedField::decode(value_) != 0;}
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
CaptureActivityHandler.java | 79 Log.d(TAG, "Got decode succeeded message"); 86 // We're decoding as fast as possible, so when one decode fails, start another. 88 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode); 122 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
armCOMM_Bitstream.c | 12 * Defines bitstream encode and decode functions common to all codecs 20 * Fixed bit length Decode 152 * Variable bit length Decode 159 * Variable length decode of variable length symbol (max size 32 bits) read from
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/ |
armCOMM_Bitstream.c | 12 * Defines bitstream encode and decode functions common to all codecs 20 * Fixed bit length Decode 152 * Variable bit length Decode 159 * Variable length decode of variable length symbol (max size 32 bits) read from
|