Searched refs:Decode (Results 26 - 50 of 270) sorted by relevance

1234567891011

/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.h23 // isn't as robust as would be required for a browser (see Decode() for more).
108 static bool Decode(const unsigned char* input, size_t input_size,
113 // significantly faster than the vector<unsigned char> version of Decode()
120 static bool Decode(const unsigned char* input, size_t input_size,
H A Dpng_codec_unittest.cc147 // interlaced, palette-based, or grayscale images, but PNGCodec::Decode is
278 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
307 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
333 // Decode, it should have the same size as the original.
336 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
369 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
414 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
457 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
494 ASSERT_TRUE(PNGCodec::Decode(&encoded[0], encoded.size(),
530 ASSERT_TRUE(PNGCodec::Decode(
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbase64.h65 static inline std::string Decode(const std::string& data, DecodeFlags flags) { function in class:talk_base::Base64
70 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
75 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.h86 static bool Decode(base::StringPiece* slice, KeyPrefix* result);
174 static bool Decode(base::StringPiece* slice, DatabaseFreeListKey* result);
186 static bool Decode(base::StringPiece* slice, DatabaseNameKey* result);
231 static bool Decode(base::StringPiece* slice, ObjectStoreMetaDataKey* result);
257 static bool Decode(base::StringPiece* slice, IndexMetaDataKey* result);
280 static bool Decode(base::StringPiece* slice, ObjectStoreFreeListKey* result);
294 static bool Decode(base::StringPiece* slice, IndexFreeListKey* result);
314 static bool Decode(base::StringPiece* slice, ObjectStoreNamesKey* result);
330 static bool Decode(base::StringPiece* slice, IndexNamesKey* result);
344 static bool Decode(bas
[all...]
H A Dindexed_db_leveldb_coding.cc752 if (!KeyType::Decode(&slice_a, &key_a)) {
757 if (!KeyType::Decode(&slice_b, &key_b)) {
775 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
776 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
802 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
803 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
829 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
830 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
886 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
887 bool ok_b = KeyPrefix::Decode(
1077 bool KeyPrefix::Decode(StringPiece* slice, KeyPrefix* result) { function in class:content::KeyPrefix
1213 bool DatabaseFreeListKey::Decode(StringPiece* slice, function in class:content::DatabaseFreeListKey
1251 bool DatabaseNameKey::Decode(StringPiece* slice, DatabaseNameKey* result) { function in class:content::DatabaseNameKey
1306 bool ObjectStoreMetaDataKey::Decode(StringPiece* slice, function in class:content::ObjectStoreMetaDataKey
1369 bool IndexMetaDataKey::Decode(StringPiece* slice, IndexMetaDataKey* result) { function in class:content::IndexMetaDataKey
1435 bool ObjectStoreFreeListKey::Decode(StringPiece* slice, function in class:content::ObjectStoreFreeListKey
1480 bool IndexFreeListKey::Decode(StringPiece* slice, IndexFreeListKey* result) { function in class:content::IndexFreeListKey
1536 bool ObjectStoreNamesKey::Decode(StringPiece* slice, function in class:content::ObjectStoreNamesKey
1570 bool IndexNamesKey::Decode(StringPiece* slice, IndexNamesKey* result) { function in class:content::IndexNamesKey
1609 bool ObjectStoreDataKey::Decode(StringPiece* slice, function in class:content::ObjectStoreDataKey
1659 bool ExistsEntryKey::Decode(StringPiece* slice, ExistsEntryKey* result) { function in class:content::ExistsEntryKey
1712 bool IndexDataKey::Decode(StringPiece* slice, IndexDataKey* result) { function in class:content::IndexDataKey
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dbase64.h73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { function in class:talk_base::Base64
78 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
83 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:talk_base::Base64
/external/chromium/chrome/browser/importer/
H A Dimporter.cc32 // Decode the favicon using WebKit's image decoder.
34 SkBitmap decoded = decoder.Decode(src_data, src_len);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dsaslmechanism.cc62 return Base64::Decode(encoded, Base64::DO_LAX);
/external/chromium/webkit/glue/
H A Dimage_resource_fetcher.cc47 bitmap = decoder.Decode(
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder_bridge_tv.h30 virtual int32_t Decode(
H A Dpepper_platform_video_decoder.cc49 void PlatformVideoDecoder::Decode(const BitstreamBuffer& bitstream_buffer) { function in class:content::PlatformVideoDecoder
51 decoder_->Decode(bitstream_buffer);
/external/chromium_org/media/base/
H A Dvideo_decoder.h60 virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer,
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DLazyDecodingPixelRef.h63 virtual void Decode();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dsaslmechanism.cc62 return Base64::Decode(encoded, Base64::DO_LAX);
/external/chromium_org/ui/gfx/image/
H A Dimage_util.cc19 scoped_ptr<SkBitmap> bitmap(gfx::JPEGCodec::Decode(input, input_size));
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.h49 HRESULT Decode(
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) method in struct:SevenZip.Compression.RangeCoder.BitTreeDecoder
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
/external/chromium_org/ppapi/api/dev/
H A Dppb_video_decoder_dev.idl18 * - Call Decode() to decode some video data.
71 int32_t Decode(
129 * Decode() calls. |callback| will be called when the reset is done.
/external/lzma/C/
H A DPpmd7Dec.c72 p->p.Decode = Range_Decode;
90 rc->Decode(rc, 0, s->Freq);
103 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
114 rc->Decode(rc, hiCnt, p->MinContext->SummFreq - hiCnt);
174 rc->Decode(rc, hiCnt - s->Freq, s->Freq);
183 rc->Decode(rc, hiCnt, freqSum - hiCnt);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException method in class:Decoder.LenDecoder
41 return m_LowCoder[posState].Decode(rangeDecoder);
44 symbol += m_MidCoder[posState].Decode(rangeDecoder);
46 symbol += Base.kNumMidLenSymbols + m_HighCoder.Decode(rangeDecoder);
262 len = m_RepLenDecoder.Decode(m_RangeDecoder, posState) + Base.kMatchMinLen;
271 len = Base.kMatchMinLen + m_LenDecoder.Decode(m_RangeDecoder, posState);
273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder);
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_parser_unittest.cc57 EXPECT_TRUE(parser.Decode(kHelloFrame, kHelloFrameLength, &frames));
84 parser.Decode(kMaskedHelloFrame, kMaskedHelloFrameLength, &frames));
142 EXPECT_TRUE(parser.Decode(&input.front(), input.size(), &frames));
188 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1));
218 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2));
255 EXPECT_TRUE(parser.Decode(&input1.front(), input1.size(), &frames1));
285 EXPECT_TRUE(parser.Decode(&input2.front(), input2.size(), &frames2));
323 parser.Decode(&input.front(), input.size(), &frames));
381 EXPECT_EQ(!failed, parser.Decode(frame_header + j, 1, &frames));
445 EXPECT_FALSE(parser.Decode(frame_heade
[all...]
/external/chromium/sdch/open-vcdiff/src/google/
H A Dvcdecoder.h74 // This convention differs from the non-streaming Encode/Decode
157 bool Decode(const char* dictionary_ptr, function in class:open_vcdiff::VCDiffDecoder
/external/chromium_org/cc/test/
H A Dpixel_test_utils.cc35 gfx::PNGCodec::Decode(reinterpret_cast<unsigned char*>(&png_data[0]),
H A Dskia_common.h50 virtual void Decode() OVERRIDE {}
/external/chromium_org/chrome/browser/
H A Dicon_loader_linux.cc56 bool success = gfx::PNGCodec::Decode(

Completed in 581 milliseconds

1234567891011