/development/tools/etc1tool/ |
etc1tool.cpp | 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n", 52 "\t\t--decode create a PNG file from an ETC1 file.\n"); 453 int decode(const char* pInput, const char* pOutput) { function 477 usage("At most one occurrence of --encode --encodeNoHeader or --decode is allowed.\n"); 518 } else if (strcmp(pArg, "--decode") == 0) { 577 decode(pInput, pOutput);
|
/external/chromium_org/content/renderer/media/android/ |
audio_decoder_android.cc | 112 // Try to decode the data as a WAVE file. If the data is a supported 309 // Create the destination bus of the appropriate size and then decode 330 // Parse and decode WAVE file. If we can't parse it, return false. 489 // To decode audio data, we want to use the Android MediaCodec class. 494 // of a pipe. The MediaCodec class will decode the data from the 499 // Try to decode the data as a WAVE file first. If it can't be
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
wps-nfc.py | 67 return ret.rstrip().decode("hex") 74 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex") 81 return wpas.request("WPS_NFC_TOKEN NDEF").rstrip().decode("hex") 88 return wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR").rstrip().decode("hex") 96 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip().decode("hex") 97 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex")
|
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
AttachmentDrawable.java | 42 * The actual bitmap decode work is handled by {@link DecodeTask}. 176 // find cached entry here and skip decode if found. 182 decode(!onlyRenditionChange); 213 // been corrected. We need to decode the uncorrected source rectangle. Calculate true 343 private void decode(boolean executeStateChange) { method in class:AttachmentDrawable 352 Trace.beginSection("decode");
|
/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/chromium_org/chrome/app/resources/terms/ |
terms_am.html | 159 <p>(?) ?????? ???? ?????? ??? ??? ????? ??? ???? ????? ???????? ?Adobe ????? ???? ?mp3 ???? ???? ?????? ???? ?? (????? - ?????? ??? set-top box) ?????? (encoders) ??? ????????? (decoders) ??? Adobe ????? ?mp3 ?????? (encoders) ??? ???????? (decoders) ?Adobe ????? ?? ?? ????? ???? ?????? ??? ?????? ????? ????? ?? ?????? ????/???? ?????? ?Adobe ?????? ?swf ??? flv ??? ?? ???? ??? ??? ?? ??? ??? ?????? mp3 ??? ???? (encode) ??? ?????? (decode) ????? ??? ????? ???????? ??? ??? ??? ?????? ???? ???? ?Adobe ????? ???? ?????? ???? ?????? ?? ???? ?mp3 ????? ?? ????? ??????? ???? ?????? ???? ?????? ???? ???? ???? ????? ???????? ?????? ???? ?????? ???? ???? ???? ??? ??? ???? ????? ???? ????? ??? ??? ?? ??? ??????? ?????? ?????? ??? ????? ???????? ?mp3 ?????? ??? ?????? ???? ??????? ?????? ?????? ???? ???? ????? ??? ????? ??????? ???? ???? ????? ????? ????? ?????</p> 160 <p>(?) ???????? ????? ????? ????? ???? ?? ?????? ?????? (i) ?O2 ??? ??? (??? ?? ??????? ???? ??? ???) ??? ??????? ?Adobe ????? ??? ?Flash ??? ??? ??? (.flv ??? .f4v) ????? ?????? (decode)? ?? (ii) ?????? ???? ???? ??? (???? ?? ??? ??? ?? ??? ?????) ????? ?Adobe ?????? ???? ?????? ?? ???? ????? ??? ????? ???? ??? ?Adobe ????? ?? ???? ??? ???? ??????? ?Adobe ????? ???? ?? ???? ?? ????? ??? ?? ?Google ????????? ??? ??? ????? ???????? ?????? ???? ?????</p> 162 <p>(?) ??? ?? ?AVC ????? ?????? ??? ?? ?? ?? ??? ????? ????? ??? ???? ???? ????? (i) ??? ?AVC ???????? (AVC ?????) ?? ?????? ????? (ENCODE) ??/???? (ii) ??? ??? ???? ??????? ??? ???? ???? ??/??? ???? ?????? AVC ??? ??????? ??? ???? AVC ??? ?????? (ENCODE) AVC ??? ??????? (DECODE) ?????? ??????? ??? ????? ??? ??? ??? ????? ?? ???????? ???? ??? ?MPEG LA, L.L.C. See http://www.mpegla.com ???? ?????</p>
|
/external/chromium_org/content/common/gpu/media/ |
dxva_video_decode_accelerator.h | 52 virtual void Decode(const media::BitstreamBuffer& bitstream_buffer) OVERRIDE; 141 // Helper for handling the Decode operation. 200 // decode.
|
/external/chromium_org/native_client_sdk/src/tools/ |
decode_dump.py | 6 """Utility to decode a crash dump generated by untrusted_crash_dump.[ch] 94 """Use addr2line to decode a code address. 131 def Decode(self, text):
|
/external/chromium_org/ppapi/proxy/ |
ppb_video_decoder_proxy.cc | 37 virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer, 68 int32_t VideoDecoder::Decode( 238 enter.SetResult(enter.object()->Decode(&bitstream, enter.callback()));
|
/external/chromium_org/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/chromium_org/third_party/WebKit/Source/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/chromium_org/third_party/libwebp/dec/ |
decode_vp8.h | 17 #include "../webp/decode.h" 71 // called just before starting to decode the blocks. 138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
context.c | 214 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n"); 218 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleration unsupported.\n"); 222 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsigned intra unsupported.\n");
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp_err.c | 170 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"}, 179 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"}, 216 {ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR),"private key decode error"},
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder.cpp | 175 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder 238 // check to see if the destination is large enough to decode the desired 295 success = codec->decode(stream, bm, pref, mode);
|
/external/libvorbis/doc/vorbisfile/ |
ov_open_callbacks.html | 23 initialize a Vorbis decode from a <tt>FILE *</tt> pointer under 105 <dt><b>[b] Threaded decode</b><p> 108 in the main control thread--instead, call <tt>ov_open_callbacks()</tt> in your decode/playback
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 214 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsupported chroma format.\n"); 218 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Non-MPEG2/Mocomp/iDCT acceleration unsupported.\n"); 222 XVMC_MSG(XVMC_ERR, "[XvMC] Cannot decode requested surface type. Unsigned intra unsupported.\n");
|
/external/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 | 161 {ERR_REASON(EVP_R_BN_DECODE_ERROR) ,"bn decode error"}, 170 {ERR_REASON(EVP_R_DECODE_ERROR) ,"decode error"}, 206 {ERR_REASON(EVP_R_PRIVATE_KEY_DECODE_ERROR),"private key decode error"},
|
/external/skia/src/images/ |
SkImageDecoder.cpp | 175 bool SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, function in class:SkImageDecoder 238 // check to see if the destination is large enough to decode the desired 295 success = codec->decode(stream, bm, pref, mode);
|
/external/webp/src/dec/ |
decode_vp8.h | 17 #include "webp/decode.h" 71 // called just before starting to decode the blocks. 138 // Decode a picture. Will call VP8GetHeaders() if it wasn't done already.
|
/external/wpa_supplicant_8/hostapd/ |
wps-ap-nfc.py | 58 return wpas.request("WPS_NFC_CONFIG_TOKEN NDEF").rstrip().decode("hex") 65 return wpas.request("WPS_NFC_TOKEN NDEF").rstrip().decode("hex") 72 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip().decode("hex")
|
/frameworks/av/include/media/ |
mediaplayer.h | 110 // The video is too complex for the decoder: it can't decode frames fast 227 static status_t decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, 230 static status_t decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/updates/ |
CertPinInstallReceiverTest.java | 140 byte[] derKey = Base64.decode(TEST_KEY.getBytes(), Base64.DEFAULT); 147 byte[] derCert = Base64.decode(TEST_CERT.getBytes(), Base64.DEFAULT); 180 return signer.verify(Base64.decode(signature.getBytes(), Base64.DEFAULT));
|
/libcore/luni/src/main/java/libcore/net/ |
UriCodec.java | 151 public static String decode(String s, boolean convertPlus, Charset charset, method in class:UriCodec 205 public static String decode(String s) { method in class:UriCodec 206 return decode(s, false, StandardCharsets.UTF_8, true);
|