HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 151 - 175 of 233) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 189 UChar *decoded = NULL; local
217 decoded = NEW_ARRAY(UChar, testLength);
218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
234 DELETE_ARRAY(decoded);
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 189 UChar *decoded = NULL; local
217 decoded = NEW_ARRAY(UChar, testLength);
218 dLength = ucsdet_getUChars(matches[0], decoded, testLength, &status);
220 if (testString.compare(decoded, dLength) != 0) {
225 if(testString[i] != decoded[i]) {
234 DELETE_ARRAY(decoded);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 431 int16_t* decoded,
434 decoded[i] = next_value_++;
478 // samples played from the decoded packet. Thus, this number + the RTP
  /external/libvorbis/doc/
04-codec.tex 384 Floor curves are decoded one-by-one in channel order.
399 \item save the needed decoded floor information for channel for later synthesis
400 \item if the decoded floor returned 'unused', set vector \varname{[no_residue]} element
429 floor has no decoded floor information; it is important that this is
438 Unlike floors, which are decoded in channel order, the residue vectors
439 are decoded in submap order.
464 \item decode \varname{[ch]} vectors using residue \varname{[residue_number]}, according to type \varname{[residue_type]}, also passing vector \varname{[do_not_decode_flag]} to indicate which vectors in the bundle should not be decoded. Correct per-vector decode length is \varname{[n]}/2.
470 \item residue vector for channel \varname{[j]} is set to decoded residue vector \varname{[ch]}
531 For each channel, synthesize the floor curve from the decoded floor
06-floor0.tex 53 curve, which is defined as the frequency response of the decoded LSP
92 for the floor currently being decoded has a
  /external/oprofile/events/i386/nehalem/
unit_masks 75 0x01 dec0 Counts number of instructions that require decoder 0 to be decoded
309 0x01 decoded Counts the number of instructions decoded, (but not necessarily executed or retired)
311 0x02 ms Counts the number of Uops decoded by the Microcode Sequencer, MS
312 0x04 esp_folding Counts number of stack pointer (ESP) instructions decoded: push , pop , call , ret, etc
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 64 * embedded escape sequences decoded, except that .</li>
782 int decoded = readCodepoint();
783 if (decoded == '\\') {
784 decoded = consumeAndDecodeEscapeSequence();
789 if (decoded >= 0 && isIdentPart(decoded)) {
791 && '0' <= decoded && decoded <= '9') {
800 sb.appendCodePoint(decoded);
801 last = decoded;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 152 * -> overwrite and re-activate when next IDR picture decoded
155 * otherwise free memeries allocated for just decoded sps and
276 decoded picture buffer. If this is not the first activation the old
457 pStorage->mb[i].decoded = 0;
471 have been successfully decoded for the current access unit.
545 tmp += pStorage->mb[i].decoded ? 1 : 0;
h264bsd_macroblock_layer.c 948 dpb pointer to decoded picture buffer
956 currImage decoded macroblock is written into output image
987 pMb->decoded++;
1003 /* if decoded flag > 1 -> mb has already been successfully decoded and
1005 if (pMb->decoded > 1)
1107 /* if decoded flag > 1 -> mb has already been successfully decoded an
    [all...]
  /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/
wrapper.js 156 * Method to set the callback for decoded tokens received from the decoder.
158 * decoded tokens.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
codec.h 39 int16_t WebRtcIsacfix_DecodePlcImpl(int16_t* decoded,
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
ios_plist_writer_unittest.py 33 If |decode| is true then |text| is decoded as Base64 before being
42 If |decode| is true then |text| is decoded as Base64 before being
  /external/oprofile/events/i386/atom/
events 64 event:0xAA counters:0,1 um:macro_insts minimum:6000 name:MACRO_INSTS : instructions decoded
78 event:0xE0 counters:0,1 um:zero minimum:6000 name:BR_INST_DECODED : Branch instructions decoded
unit_masks 49 0x02 cisc_decoded CISC macro instructions decoded
50 0x03 all_decoded All Instructions decoded
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_audio.h 272 size_t decoded; member in struct:snd_compr_tstamp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_audioop.py 232 decoded = audioop.alaw2lin(encoded, w)
233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded)
255 decoded = audioop.ulaw2lin(encoded, w)
256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_audioop.py 232 decoded = audioop.alaw2lin(encoded, w)
233 self.assertEqual(audioop.lin2alaw(decoded, w), encoded)
255 decoded = audioop.ulaw2lin(encoded, w)
256 self.assertEqual(audioop.lin2ulaw(decoded, w), encoded)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 305 * @return {Object} An object representing the decoded key/value pairs found
310 var decoded = {};
316 decoded[key] = val;
319 return decoded;
323 * Returns the current window's querystring decoded into key/value pairs.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 305 * @return {Object} An object representing the decoded key/value pairs found
310 var decoded = {};
316 decoded[key] = val;
319 return decoded;
323 * Returns the current window's querystring decoded into key/value pairs.
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_create_keys_operation.cc 65 bool WebSafeBase64Decode(const std::string& encoded, std::string* decoded) {
70 return base::Base64Decode(adjusted_encoded, decoded);
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 135 // Calculate decoded frames per sec.
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 51 % remove duplicate received frames that were never decoded (RED codec)
  /packages/apps/UnifiedEmail/tests/src/com/android/emailcommon/mail/
AddressUnitTests.java 85 String decoded = DecoderUtil.decodeEncodedWords(encoded); local
87 assertEquals(""+i, prefix, decoded);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386-protos.h 23 const struct cl_decoded_option *decoded,
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 915 if(ct < codetree->numcodes) return ct; /*the symbol is decoded, return it*/
916 else treepos = ct - codetree->numcodes; /*symbol not yet decoded, instead move tree position*/
    [all...]

Completed in 1806 milliseconds

1 2 3 4 5 67 8 910