HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 251 - 275 of 319) sorted by null

<<111213

  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 93 EXPECT_TRUE(gfx::PNGCodec::Decode(
342 ASSERT_TRUE(gfx::PNGCodec::Decode(
  /art/runtime/
common_test.h 453 soa.Self()->SetClassLoaderOverride(soa.Decode<mirror::ClassLoader*>(class_loader_local.get()));
dex_instruction.cc 71 * Handy macros for helping decode instructions.
207 void Instruction::Decode(uint32_t &vA, uint32_t &vB, uint64_t &vB_wide, uint32_t &vC, uint32_t arg[]) const {
341 LOG(ERROR) << "Can't decode unexpected format " << FormatOf(opcode) << " (op=" << opcode << ")";
runtime.cc 677 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_ClassLoader);
696 mirror::Class* thread_class = soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_Thread);
    [all...]
jni_internal_test.cc 91 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader));
    [all...]
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 67 gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
history_backend_unittest.cc 273 gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
280 gfx::JPEGCodec::Decode(kWeewarThumbnail, sizeof(kWeewarThumbnail)));
    [all...]
expire_history_backend_unittest.cc 230 gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
    [all...]
  /external/chromium_org/chrome/test/perf/rendering/
throughput_tests.cc 240 if (!gfx::PNGCodec::Decode(reinterpret_cast<unsigned char*>(&*png.begin()),
242 LOG(ERROR) << "Decode PNG to a SkBitmap failed";
  /external/chromium_org/chrome/utility/
chrome_content_utility_client.cc 467 scoped_ptr<SkBitmap> decoded_image(gfx::JPEGCodec::Decode(
  /external/chromium_org/media/filters/
video_renderer_base_unittest.cc 88 EXPECT_CALL(*decoder_, Decode(_, _))
  /external/chromium_org/ppapi/examples/video_decode/
video_decode.cc 171 // When decode outpaces render, we queue up decoded pictures for later
354 decoder_->Decode(bitstream_buffer, cb);
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KURLTest.cpp 257 TEST(KURLTest, Decode)
282 // Our decode should decode %00
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 424 // Fail if base64 decode fails, or the key is the wrong size.
426 if (!talk_base::Base64::Decode(key_b64, talk_base::Base64::DO_STRICT,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/chromium_org/ui/gfx/
color_analysis.cc 369 gfx::PNGCodec::Decode(png->front(),
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/chromium/sdch/open-vcdiff/src/
vcdecoder3_test.cc 88 TEST_F(VCDiffInterleavedDecoderTest, Decode) {
200 // In some cases, changing bits will still decode to the correct target;
496 // Now perform the decode operation, which will cause a segmentation fault
529 // Now perform the decode operation, which will cause a segmentation fault
621 TEST_F(VCDiffInterleavedDecoderTestByteByByte, Decode) {
736 // In some cases, changing bits will still decode to the correct target;
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder3_test.cc 91 TEST_F(VCDiffInterleavedDecoderTest, Decode) {
203 // In some cases, changing bits will still decode to the correct target;
499 // Now perform the decode operation, which will cause a segmentation fault
532 // Now perform the decode operation, which will cause a segmentation fault
624 TEST_F(VCDiffInterleavedDecoderTestByteByByte, Decode) {
739 // In some cases, changing bits will still decode to the correct target;
    [all...]
  /external/open-vcdiff/src/
vcdecoder3_test.cc 91 TEST_F(VCDiffInterleavedDecoderTest, Decode) {
203 // In some cases, changing bits will still decode to the correct target;
499 // Now perform the decode operation, which will cause a segmentation fault
532 // Now perform the decode operation, which will cause a segmentation fault
624 TEST_F(VCDiffInterleavedDecoderTestByteByByte, Decode) {
739 // In some cases, changing bits will still decode to the correct target;
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 12 understanding of the Vorbis decode process, which is
40 encoder and simple, low-complexity decoder. Vorbis decode is
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
101 Thus, Vorbis headers are both required for decode to begin and
116 The Vorbis format is well-defined by its decode specification; any
124 Although Vorbis decode is computationally simple, it may still run
127 `full' decode specification yet still be certified compliant. These
134 component abstractions that perform specific functions in the decode
    [all...]
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
10 bit-by-bit decode specification of Vorbis I. This document assumes a
11 high-level understanding of the Vorbis decode process, which is
17 \subsection{Header decode and decode setup}
21 and the setup header. All are required for decode compliance. An
26 \subsubsection{Common header decode}
36 Decode continues according to packet type; the identification header
86 Comment header decode and data specification is covered in
101 needed for decode. The setup header contains, in order, the lists o
    [all...]
  /art/runtime/interpreter/
interpreter.cc 205 result->SetL(soa.Decode<Object*>(self->CreateInternalStackTrace(soa)));
244 result->SetL(soa.Decode<Object*>(jresult));
285 result->SetL(soa.Decode<Object*>(jresult));
373 result->SetL(soa.Decode<Object*>(jresult));
393 result->SetL(soa.Decode<Object*>(jresult));
    [all...]
  /external/chromium_org/chrome/browser/resources/
feedback.js 345 // Decode and store each parameter value.
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.cc 746 if (favicon.is_valid() && gfx::PNGCodec::Decode(favicon.image_data->front(),

Completed in 2467 milliseconds

<<111213