HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 426 - 450 of 1875) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libmedia/
mediaplayer.cpp 712 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::MediaPlayer
714 LOGV("decode(%s)", url);
718 p = service->decode(url, pSampleRate, pNumChannels, pFormat);
732 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::MediaPlayer
734 LOGV("decode(%d, %lld, %lld)", fd, offset, length);
738 p = service->decode(fd, offset, length, pSampleRate, pNumChannels, pFormat);
  /development/tools/emulator/opengl/tests/ut_renderer/
RenderingThread.cpp 357 size_t last = m_glDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
365 size_t last = m_gl2Dec.decode(readBuf.buf(), readBuf.validData(), m_stream);
373 size_t last = m_utDec.decode(readBuf.buf(), readBuf.validData(), m_stream);
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 74 // This convention differs from the non-streaming Encode/Decode
111 // not change the limit. Setting the limit to 0 will cause all decode
157 bool Decode(const char* dictionary_ptr,
  /external/openssl/crypto/evp/
evp_err.c 146 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"},
155 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"},
186 {ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR),"private key decode error"},
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 216 // now we decode the colortable
248 // time to decode the scanlines
280 // now decode each scanline
  /external/v8/src/ia32/
code-stubs-ia32.h 91 : op_(OpBits::decode(key)),
92 mode_(ModeBits::decode(key)),
93 use_sse3_(SSE3Bits::decode(key)),
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 79 ASSERT(m_buffer); // Parent should set this before asking us to decode!
96 // Decode the data.
354 // decoding. Few other people decode these either, they're unlikely to be
379 // The format doesn't actually use bitmasks. To simplify the decode
523 // Impossible to decode row-at-a-time, so just do things as a stream of
538 // Decode.
639 // Fail if we're being asked to decode more pixels than remain in the row.
654 // Decode as many rows as we can. (For RLE, where we only want to decode
663 // Decode pixels one byte at a time, left to right (so, starting a
    [all...]
  /external/webkit/Source/WebKit/android/
RenderSkinCombo.cpp 114 bool isDecodingAttempted = false; // True if we've tried to decode the assets
124 void RenderSkinCombo::Decode()
167 Decode();
  /frameworks/base/include/media/
mediaplayer.h 98 // The video is too complex for the decoder: it can't decode frames fast
193 static sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
194 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 148 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec
200 public static String decode(String s) { method in class:UriCodec
201 return decode(s, false, Charsets.UTF_8);
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 150 public static String decode(String s, boolean convertPlus, Charset charset) { method in class:UriCodec
202 public static String decode(String s) { method in class:UriCodec
203 return decode(s, false, Charsets.UTF_8);
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CharsetTest.java 649 * Test the method decode(ByteBuffer) under normal condition.
653 CharBuffer cb = c1.decode(ByteBuffer.wrap("abcdefg"
656 cb = c1.decode(ByteBuffer.wrap("".getBytes("iso8859-1")));
661 * Test the method decode(ByteBuffer) with a malformed input.
665 CharBuffer cb = c1.decode(ByteBuffer.wrap("abcd\u5D14efg"
673 * Test the method decode(ByteBuffer) with null CharBuffer.
678 c.decode(null);
686 * Test the method decode(ByteBuffer) with null encoder.
691 c.decode(ByteBuffer.wrap("hehe".getBytes()));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampReqTest.java 54 .decode(encoding);
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 21 // executes image decode and calls UserManager to store image in a file with
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 38 const char* kCouldNotDecodeImageError = "Could not decode theme image.";
54 // Decode the image using WebKit's image decoder.
58 SkBitmap bitmap = decoder.Decode(data, file_contents.length());
195 // Decode any images that the browser needs to display.
  /external/chromium/crypto/
signature_verifier_mac.cc 54 // TODO(wtc): decode signature_algorithm...
  /external/chromium/net/base/
pem_tokenizer.h 29 // Attempts to decode the next PEM block in the string. Returns false if no
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 62 return Base64::Decode(encoded, Base64::DO_LAX);
  /external/dbus/
Makefile.am 48 $(top_builddir)/test/decode-gcov --report $$C_FILES > coverage-report.txt
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_decode_bit_string.c 85 /* decode/store the bits */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_decode_ia5_string.c 50 /* decode the length */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_decode_printable_string.c 50 /* decode the length */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_flexi.c 15 ASN.1 DER, decode an array of ASN.1 types with a flexi parser, Tom St Denis
57 ASN.1 DER Flexi(ble) decoder will decode arbitrary DER packets and create a linked list of the decoded elements.
129 /* decode field */
309 /* we have to decode the SEQUENCE header and get it's length */
  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 31 ec RD_AP_UNDEC, "Kerberos error: Can't decode authenticator"
heimdal2.et 20 ec KADM_NO_AUTH, "Cannot encode/decode authentication info"

Completed in 1049 milliseconds

<<11121314151617181920>>