/external/libvpx/libvpx/examples/ |
postproc.txt | 41 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DECODE 42 /* Decode the frame with 15ms deadline */ 44 die_codec(&codec, "Failed to decode frame"); 45 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DECODE
|
/external/lzma/Asm/x86/ |
AesOpt.asm | 73 ; ---------- AES-CBC Decode ----------
81 DECODE macro op:req
103 DECODE LOAD_OP_W
118 DECODE LOAD_OP
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoderBitTree.cs | 120 public uint Decode(RangeCoder.Decoder rangeDecoder)
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
RFC2396UrlDecoder.java | 39 * Decode a path. 44 * <p>This method differs from URLDecoder.decode in that it always uses UTF-8 48 * @param uri the path to decode 51 public static String decode(String uri) { method in class:RFC2396UrlDecoder
|
/external/open-vcdiff/src/ |
vcdecoder5_test.cc | 27 // Decode an encoding that uses a RUN instruction to allocate 64MB. 60 // Ensure that, with allow_vcd_target set to false, we can decode any number of 62 TEST_F(VCDiffLargeTargetTest, Decode) { 107 // Trying to decode a second window should exceed the target file size limit.
|
/external/openfst/src/include/fst/ |
encode.h | 45 enum EncodeType { ENCODE = 1, DECODE = 2 }; 158 // Given an encode arc Label decode back to input/output labels and costs 159 const Tuple* Decode(Label key) const { 161 LOG(ERROR) << "EncodeTable::Decode: unknown decode key: " << key; 287 // A mapper to encode/decode weighted transducers. Encoding of an 297 // EncodeTable is generated the same table may by used to decode the machine 300 // Encode -> Determinize -> Decode 303 // decode, even though the encoding is not complete. 323 // Copy constructor but setting the type, typically to DECODE [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
Base64Test.java | 28 byte[] result = Base64.decode(base64Encoded, Base64.DEFAULT);
|
/external/skia/tools/ |
test_image_decoder.cpp | 16 Simple program to test Skia's ability to decode images without
|
/external/smack/src/org/jivesoftware/smack/util/ |
StringEncoder.java | 35 String decode(String string); method in interface:StringEncoder
|
/frameworks/base/services/java/com/android/server/updates/ |
TZInfoInstallReceiver.java | 32 super.install(Base64.decode(encodedContent, Base64.DEFAULT), version);
|
/libcore/luni/src/main/java/java/security/ |
Certificate.java | 50 public void decode(InputStream stream) throws KeyException, IOException; method in interface:Certificate 54 * {@link #decode(InputStream)} method must be able to decode the format 63 * @see #decode(InputStream)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 19 def decode(self,input,errors='strict'): member in class:Codec 27 def decode(self, input, final=False): member in class:IncrementalDecoder 42 decode=Codec().decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Netscape_Suite.py | 31 # XXXX Optionally decode result
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
Required_suite.py | 32 # XXXX Optionally decode result 52 # XXXX Optionally decode result 71 # XXXX Optionally decode result 90 # XXXX Optionally decode result
|
WorldWideWeb_suite.py | 47 # XXXX Optionally decode result 77 # XXXX Optionally decode result 102 # XXXX Optionally decode result 123 # XXXX Optionally decode result 144 # XXXX Optionally decode result 164 # XXXX Optionally decode result 190 # XXXX Optionally decode result 210 # XXXX Optionally decode result 236 # XXXX Optionally decode result 264 # XXXX Optionally decode resul [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 19 def decode(self,input,errors='strict'): member in class:Codec 27 def decode(self, input, final=False): member in class:IncrementalDecoder 42 decode=Codec().decode,
|
/external/chromium_org/media/filters/ |
decrypting_video_decoder_unittest.cc | 117 decoder_->Decode(buffer, 143 // Make the video decode callback pending by saving and not firing it. 149 decoder_->Decode(encrypted_buffer_, 153 // Make sure the Decode() on the decoder triggers a DecryptAndDecode() on 161 decoder_->Decode(encrypted_buffer_, 267 // Test normal decrypt and decode case. 274 // decode. 285 // After a decode error occurred, all following decode returns kDecodeError. 338 // The video decode callback is returned after the correct decryption key i [all...] |
/art/runtime/ |
jobject_comparator.cc | 34 mirror::Object* obj1 = soa.Decode<mirror::Object*>(jobj1); 35 mirror::Object* obj2 = soa.Decode<mirror::Object*>(jobj2);
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 44 // Constants for indicating the state of the decode 208 * decode encounters an an out-of-memory error, it may throw 210 * handled. Once the problem is handled, the decode is 215 // Tries to decode the image buffer 223 * If the decode works, no Exception or Error has occurred. 227 * If the decode fails, this block tries to get more memory. 232 Log.e(LOG_TAG, "Out of memory in decode stage. Throttling."); 261 // If the decode failed, there's no bitmap.
|
/external/chromium/webkit/glue/ |
image_resource_fetcher.cc | 47 bitmap = decoder.Decode( 50 // If we get here, it means no image from server or couldn't decode the
|
/external/chromium/webkit/glue/media/ |
audio_decoder.cc | 21 // Decode in-memory audio file data. 72 // Decode the audio file data.
|
/external/chromium_org/content/renderer/fetchers/ |
image_resource_fetcher.cc | 53 bitmap = decoder.Decode( 56 // If we get here, it means no image from server or couldn't decode the
|
/external/chromium_org/content/renderer/media/ |
pepper_platform_video_decoder.h | 26 virtual void Decode( 51 // arcitecture of PPAPI Video Decode to make sure lifetime/ownership makes
|
/external/chromium_org/ppapi/cpp/dev/ |
video_decoder_dev.cc | 48 int32_t VideoDecoder_Dev::Decode( 53 return get_interface<PPB_VideoDecoder_Dev>()->Decode(
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PlatformInstrumentation.cpp | 39 const char PlatformInstrumentation::ImageDecodeEvent[] = "Decode Image"; 42 const char PlatformInstrumentation::DecodeLazyPixelRefEvent[] = "Decode LazyPixelRef";
|