HomeSort by relevance Sort by last modified time
    Searched refs:decoded (Results 101 - 125 of 183) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/simplejson/
__init__.py 349 :class:`str` objects decoded by this instance (``'utf-8'`` by
356 JSON object decoded and its return value will be used in place of the
364 that rely on the order that the key and value pairs are decoded (for
370 JSON float to be decoded. By default, this is equivalent to
375 JSON int to be decoded. By default, this is equivalent to
405 :class:`str` objects decoded by this instance (``'utf-8'`` by
412 JSON object decoded and its return value will be used in place of the
420 that rely on the order that the key and value pairs are decoded (for
426 JSON float to be decoded. By default, this is equivalent to
431 JSON int to be decoded. By default, this is equivalent t
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 73 // check this many pixels per each decoded frame
361 YUVValue decoded = new YUVValue();
398 getPixelValuesFromOutputBuffer(buf, w, h, decoded);
401 "," + expected.mU + "," + expected.mV + " decoded " + decoded.mY +
402 "," + decoded.mU + "," + decoded.mV);
404 totalErrorSquared += expected.calcErrorSquared(decoded);
548 * Read YUV pixels from decoded output buffer for give (x, y) position
557 //Log.d(TAG, "Decoded " + x + "," + y + "," + index)
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
kenny.c 112 WebRtc_Word16 decoded[MAX_FRAMESAMPLES]; local
741 decoded, prevFrameSize );
744 declen = WebRtcIsacfix_DecodePlcNb(ISAC_main_inst, decoded,
757 decoded, speechType );
768 stream_len, decoded, speechType );
782 /* Write decoded speech frame to file */
783 if (fwrite(decoded, sizeof(WebRtc_Word16),
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 139 std::vector<unsigned char> decoded; local
142 gfx::PNGCodec::FORMAT_BGRA, &decoded, &w, &h)); local
143 int32* ref_pixels = reinterpret_cast<int32*>(&decoded[0]);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 56 SkBitmap* decoded = new SkBitmap(); local
57 bool success = gfx::PNGCodec::Decode(data, size, decoded);
59 return decoded;
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64_unittest.cc 426 // Is it the expected decoded value?
941 << "\\" -> \\"" << decoded local
    [all...]
stringencode_unittest.cc 39 unsigned long decoded; member in struct:talk_base::Utf8Test
59 unsigned long result = (kTests[i].enclen == 0) ? 0 : kTests[i].decoded;
62 if (kTests[i].decoded == 0) {
71 kTests[i].decoded));
  /external/chromium_org/ui/gfx/image/
image_unittest_util.cc 130 SkBitmap decoded; local
132 !PNGCodec::Decode(bytes->front(), bytes->size(), &decoded)) {
136 return IsEqual(bitmap, decoded);
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_base.cpp 396 const EncoderBase::Operand& decoded = inst.operands[i]; local
397 assert(original.kind() == decoded.kind());
398 assert(original.size() == decoded.size());
400 assert(original.imm() == decoded.imm());
416 assert(original.base() == decoded.base());
417 assert(original.index() == decoded.index());
418 assert(original.scale() == decoded.scale());
419 assert(original.disp() == decoded.disp());
433 assert(original.reg() == decoded.reg());
    [all...]
  /external/chromium/net/base/
escape_unittest.cc 48 const wchar_t* decoded; member in struct:__anon2648::UnescapeAndDecodeCase
341 string16 decoded = UnescapeAndDecodeUTF8URLComponent( local
343 EXPECT_EQ(WideToUTF16Hack(std::wstring(unescape_cases[i].decoded)),
344 decoded);
net_util.cc 238 std::string decoded; local
240 if (!base::Base64Decode(part, &decoded)) {
244 if (!QPDecode(part, &decoded)) {
258 int length = static_cast<int>(decoded.length());
261 decoded.data(), length, &err);
412 std::string decoded; local
414 &decoded))
416 tmp.append(decoded);
1228 std::string decoded; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.h 179 u32 decoded; member in struct:mbStorage
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 129 jboolean decoded) {
131 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length
133 if (!decoded)
150 jboolean decoded) {
152 const char *py = im_get_sps_str(&py_len); // py_len gets decoded length
154 if (!decoded)
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_unittest.cc 244 const std::string decoded = browser_sync::APDecode(encoded); local
245 ASSERT_EQ(test, decoded);
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 282 char decoded = decodedSuffix[at - prefixLength]; local
283 if (c != decoded) {
OldOutputStreamWriterTest.java 316 char[] decoded = new char[maxChar]; local
318 r += charsIn.read(decoded, r, maxChar - r);
322 assertEquals(i, decoded[i]);
  /external/chromium_org/net/cert/
x509_certificate.cc 409 std::string decoded(pem_tok.data());
413 handle = CreateOSCertHandleFromBytes(decoded.c_str(), decoded.size());
423 // formats other than PEM are acceptable, check to see if the decoded
429 certificates = CreateOSCertHandlesFromBytes(decoded.c_str(),
430 decoded.size(), kFormatDecodePriority[i]);
  /external/oprofile/events/i386/nehalem/
events 35 event:0x18 counters:0,1,2,3 um:inst_decoded minimum:6000 name:INST_DECODED : Counts number of instructions that require decoder 0 to be decoded. Usually, this means that the instruction maps to more than 1 uop
36 event:0x19 counters:0,1,2,3 um:one minimum:6000 name:TWO_UOP_INSTS_DECODED : An instruction that generates two uops was decoded
38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.
45 event:0x3D counters:0,1,2,3 um:one minimum:6000 name:UOPS_DECODED_DEC0 : Counts micro-ops decoded by decoder 0.
71 event:0xA6 counters:0,1,2,3 um:one minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded that are macro-fused but not necessarily executed or retired.
82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
88 event:0xD0 counters:0,1,2,3 um:macro_insts minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded, (but not necessarily executed or retired).
89 event:0xD1 counters:0,1,2,3 um:uops_decoded minimum:6000 name:UOPS_DECODED : Counts the number of Uops decoded by various subsystems.
94 event:0xE0 counters:0,1,2,3 um:one minimum:6000 name:BR_INST_DECODED : Counts the number of branch instructions decoded.
  /external/chromium_org/content/renderer/webcrypto/
webcrypto_impl.cc 154 std::string* decoded) {
157 !webcrypto::Base64DecodeUrlSafe(value_url64, decoded) ||
158 !decoded->size()) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 43 ; * same decoded vector.
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
51 ; * macroblock which contains four decoded motion vectors
214 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 43 ; * same decoded vector.
44 ; * [out] ppBitStream *ppBitStream is updated after the block is decoded,
51 ; * macroblock which contains four decoded motion vectors
214 BEQ ExitError ;// Exit with an Error Message if the decoded symbol is an invalied symbol
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.cc 466 static void DecodeWebSafe(std::string* decoded) {
467 DCHECK(decoded);
468 for (std::string::iterator i(decoded->begin()); i != decoded->end(); ++i) {
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
codec.h 36 WebRtc_Word16 WebRtcIsacfix_DecodePlcImpl(WebRtc_Word16 *decoded,
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 254 scoped_ptr<SkBitmap> decoded(new SkBitmap());
255 *decoded = decoder.Decode(data, file_contents.length());
259 *decoded = SkBitmapOperations::CreateHSLShiftedBitmap(*decoded, shift);
262 gfx::PNGCodec::EncodeBGRASkBitmap(*decoded, false, &output);
    [all...]

Completed in 930 milliseconds

1 2 3 45 6 7 8