HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 229 unsigned char *decoded; local
238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len);
240 if (decoded == NULL) {
245 buf = wpabuf_alloc_ext_data(decoded, len);
247 os_free(decoded);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 116 WebRtc_Word16 decoded[MAX_FRAMESAMPLES]; local
509 decoded,
539 decoded,
545 declen = WebRtcIsacfix_DecodePlc( ISACFIX_main_inst, decoded, 1 );
547 declen = WebRtcIsacfix_DecodePlcNb( ISACFIX_main_inst, decoded, 1 );
553 decoded,
559 decoded,
592 decoded,
618 declen = WebRtcIsacfix_DecodePlc( ISACFIX_main_inst, decoded, 1 );
620 declen = WebRtcIsacfix_DecodePlcNb( ISACFIX_main_inst, decoded, 1 )
    [all...]
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 50 SkBitmap* decoded = new SkBitmap(); local
51 *decoded = decoder.Decode(data, size);
52 return decoded;
166 SkBitmap* decoded = NULL; local
169 decoded = GetDefaultAppImage();
171 decoded = GetDefaultExtensionImage();
173 *decoded = skia::ImageOperations::Resize(
174 *decoded, skia::ImageOperations::RESIZE_LANCZOS3,
177 FinalizeImage(decoded, request_id);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 214 * - decoded : The decoded vector.
216 * Return value : >0 - number of samples in decoded vector.
224 WebRtc_Word16* decoded,
241 * - decoded : The decoded vector.
243 * Return value : >0 - number of samples in decoded PLC vector
249 WebRtc_Word16* decoded,
476 * Return the sampling rate of the decoded audio.
483 * sampling rate of the decoded audio
    [all...]
  /hardware/invensense/mlsdk/mllite/
mlFIFO.c 131 long decoded[REF_LAST]; member in struct:fifo_obj
443 value.u32 = fifo_obj.decoded[REF_QUANT_ACCEL + kk];
527 fifo_obj.decoded[REF_QUATERNION] = 1073741824L; // Set to Identity
618 memset(fifo_obj.decoded, 0, sizeof(fifo_obj.decoded));
639 memset(fifo_obj.decoded, 0, sizeof(fifo_obj.decoded));
642 fifo_obj.decoded[REF_RAW + 4 + kk] =
645 fifo_obj.decoded[REF_ACCEL + kk] =
647 fifo_obj.decoded[REF_ACCEL + kk] -
    [all...]
  /external/skia/legacy/src/utils/
SkBase64.cpp 55 signed char decoded = decodeData[srcByte - '+']; local
56 bytes[byte] = decoded;
57 if (decoded < 0) {
58 if (decoded == DecodePad)
  /external/skia/src/utils/
SkBase64.cpp 55 signed char decoded = decodeData[srcByte - '+']; local
56 bytes[byte] = decoded;
57 if (decoded < 0) {
58 if (decoded == DecodePad)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c 123 * decoded, needed for error handling */
132 /* primary picture and already decoded macroblock -> error */
133 if (!pSliceHeader->redundantPicCnt && pStorage->mb[currMbAddr].decoded)
135 EPRINT("Primary and already decoded");
193 /* increment macroblock count only for macroblocks that were decoded
195 if (pStorage->mb[currMbAddr].decoded == 1)
223 EPRINT("Num decoded mbs");
339 (pStorage->mb[currMbAddr].decoded) )
341 pStorage->mb[currMbAddr].decoded--;
h264bsd_conceal.c 79 of the type is based on last successfully decoded slice header of
85 slice each corrupted (not successfully decoded) macroblock
89 decoded macroblock and concealing the row containing the macroblock
93 first properly decoded one is as follows (properly decoded
159 /* find first properly decoded macroblock -> start point for concealment */
160 while (i < pStorage->picSizeInMbs && !pStorage->mb[i].decoded)
195 mb[j].decoded = 1;
200 if (!mb[j].decoded)
203 mb[j].decoded = 1
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 240 * Asserts that {@code original} decodes to {@code decoded} using both URI
243 private void assertDecoded(String decoded, String original) throws Exception {
244 assertEquals(decoded, new URI("http://foo#" + original).getFragment());
245 assertEquals(decoded, URLDecoder.decode(original));
246 assertEquals(decoded, URLDecoder.decode(original, "UTF-8"));
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BitStringTest.java 68 BitString decoded = (BitString) asn1.decode(in); local
71 decoded.unusedBits);
74 decoded.bytes));
83 BitString decoded = (BitString) asn1.decode(in); local
86 decoded.unusedBits);
89 decoded.bytes));
OidTest.java 127 int[] decoded = (int[]) asn1.decode(new DerInputStream( local
132 decoded));
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 58 native static String nativeImGetPyStr(boolean decoded);
60 native static int nativeImGetPyStrLen(boolean decoded);
199 public String imGetPyStr(boolean decoded) {
200 return nativeImGetPyStr(decoded);
203 public int imGetPyStrLen(boolean decoded) {
204 return nativeImGetPyStrLen(decoded);
  /frameworks/base/core/java/android/net/
Uri.java 183 * @return the decoded scheme-specific-part
195 * @return the decoded scheme-specific-part
200 * Gets the decoded authority part of this URI. For
222 * Gets the decoded user information from the authority.
257 * Gets the decoded path.
259 * @return the decoded path, or null if this is not a hierarchical URI
273 * Gets the decoded query component from this URI. The query comes after
278 * @return the decoded query or null if there isn't one
293 * Gets the decoded fragment part of this URI, everything after the '#'.
295 * @return the decoded fragment or null if there isn't on
1949 volatile String decoded; field in class:Uri.AbstractPart
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TimeStampRespTest.java 100 TimeStampResp decoded = (TimeStampResp) TimeStampResp.ASN1 local
104 assertTrue("Decoded status is incorrect", Arrays.equals(
106 .encode(decoded.getStatus())));
107 assertTrue("Decoded timeStampToken is incorrect", Arrays.equals(
108 timeStampToken.getEncoded(), decoded.getTimeStampToken()
  /external/webkit/Source/WebCore/platform/text/qt/
TextCodecQt.cpp 111 QString decoded = m_codec->toUnicode(buf, size, &m_state); local
112 unicode.append(reinterpret_cast_ptr<const UChar*>(decoded.unicode()), decoded.length());
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 255 SkBitmap* decoded; local
257 decoded = new SkBitmap;
259 decoded = bitmap;
261 SkAutoTDelete<SkBitmap> adb2(willScale ? decoded : NULL);
263 if (!decoder->decode(stream, decoded, prefConfig, decodeMode, javaBitmap != NULL)) {
267 int scaledWidth = decoded->width();
268 int scaledHeight = decoded->height();
336 const float sx = scaledWidth / float(decoded->width());
337 const float sy = scaledHeight / float(decoded->height());
339 SkBitmap::Config config = decoded->config()
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 374 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, 128, 0, language, 0); local
375 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, language, 0);
377 assertEquals(sBasicTables[language], decoded);
451 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, local
453 byte[] reEncoded = GsmAlphabet.stringToGsm7BitPacked(decoded, 0, language);
455 assertEquals(sExtendedTables[language], decoded);
526 String decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, local
529 assertEquals(defaultTable.toString(), decoded); local
531 decoded = GsmAlphabet.gsm7BitPackedToString(septets, 0, numSeptets, 0, 1, language);
532 assertEquals(turkishTable.toString(), decoded); local
535 assertEquals(portugueseTable.toString(), decoded); local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-244.js 50 var decoded = String.fromCharCode(kLegalPairs[i][0]);
52 assertEquals(decodeURI(encoded), decoded);
53 assertEquals(encodeURI(decoded), encoded);
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_verify_hash.c 74 /* allocate temp buffer for decoded sig */
100 int decoded; local
109 /* allocate temp buffer for decoded hash */
117 if ((err = pkcs_1_v1_5_decode(tmpbuf, x, LTC_PKCS_1_EMSA, modulus_bitlen, out, &outlen, &decoded)) != CRYPT_OK) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
isacfix.c 747 * - decoded : The decoded vector
749 * Return value : >0 - number of samples in decoded vector
757 WebRtc_Word16 *decoded,
803 declen = WebRtcIsacfix_DecodeImpl(decoded,&ISAC_inst->ISACdec_obj, &number_of_samples);
808 memset(decoded, 0, sizeof(WebRtc_Word16) * MAX_FRAMESAMPLES);
817 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples);
823 memset(decoded, 0, sizeof(WebRtc_Word16) * number_of_samples);
850 * - decoded : The decoded vecto
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/decoder/
DecoderUtil.java 46 * @return the decoded bytes.
75 * @return the decoded bytes.
106 * @return the decoded string.
122 * @return the decoded string.
154 * @return the decoded string.
196 String decoded = decodeEncodedWord(body, begin, end); local
197 if (decoded == null) {
204 sb.append(decoded);
208 previousWasEncoded = decoded != null;
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 668 unsigned char *decoded; local
680 decoded = base64_decode((unsigned char *) pos, os_strlen(pos),
683 if (decoded == NULL) {
687 return decoded;
739 unsigned char *decoded; local
821 decoded = tncc_get_base64(start, &decoded_len);
822 if (decoded == NULL) {
828 tncc_send_to_imcs(tncc, type, decoded, decoded_len);
830 os_free(decoded);
868 decoded = NULL
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 737 unsigned char *decoded; local
749 decoded = base64_decode((unsigned char *) pos, os_strlen(pos),
752 if (decoded == NULL) {
756 return decoded;
851 unsigned char *decoded; local
931 decoded = tncs_get_base64(start, &decoded_len);
932 if (decoded == NULL) {
938 tncs_send_to_imvs(tncs, type, decoded, decoded_len);
940 os_free(decoded);
978 decoded = NULL
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 98 short [] decoded = decodeToMemory(testinput, false); local
100 assertEquals("wrong data size", mMasterBuffer.length, decoded.length);
104 for (int i = 0; i < decoded.length; i++) {
105 short sample = decoded[i];
111 long avgErrorSquared = (totalErrorSquared / decoded.length);
117 assertEquals("count different with reconfigure", decoded.length, decoded2.length);
118 for (int i = 0; i < decoded.length; i++) {
119 assertEquals("samples don't match", decoded[i], decoded2[i]);
126 short [] decoded = new short[0]; local
226 if (decodedIdx + (info.size / 2) >= decoded.length)
    [all...]

Completed in 1276 milliseconds

12 3 4 5