| /external/chromium_org/v8/src/ |
| serialize.h | 112 Address Decode(uint32_t key) const {
|
| /external/libvorbis/doc/ |
| 07-floor1.tex | 4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1} 87 behavior is used for actual decode, as described later. The actual 94 \subsubsection{header decode} 97 format (used in list order during packet decode and synthesis). This 167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode} 169 Packet decode begins by checking the \varname{[nonzero]} flag: 176 no audio energy in this frame. Decode immediately returns a status 183 Assuming \varname{[nonzero]} is set, decode proceeds as follows: 226 An end-of-packet condition during curve decode should be considered [all...] |
| /external/chromium_org/content/common/gpu/media/ |
| vaapi_video_decode_accelerator.cc | 67 // at the end of decode (or when a new set of PictureBuffers is required). 437 // be queued from the client via Decode(). The state can change during wait. 520 // Main decode task. 521 DVLOG(4) << "Decode task"; 523 // Try to decode what stream data is (still) in the decoder until we run out 532 // This is the main decode function of the decoder and while keeping 536 res = decoder_->Decode(); 631 void VaapiVideoDecodeAccelerator::Decode( 635 TRACE_EVENT1("Video Decoder", "VAVDA::Decode", "Buffer id", 660 "Decode request from client in invalid state: " << state_ [all...] |
| /external/chromium_org/content/renderer/media/ |
| rtc_video_decoder.cc | 31 // Maximum number of concurrent VDA::Decode() operations RVD will maintain. 172 int32_t RTCVideoDecoder::Decode( 178 DVLOG(3) << "Decode"; 237 // this isn't a mid-stream resolution change, then send the buffer for decode 238 // immediately. Otherwise, save the buffer in the queue for later decode. 385 // Invoke decode callback. WebRTC expects no callback after Reset or Release. 520 // Do not request decode if VDA is resetting. 534 // Create a BitstreamBuffer and send to VDA to decode. 542 vda_->Decode(bitstream_buffer); 592 // TODO(wuchengli): avoid memcpy. Extend webrtc::VideoDecoder::Decode() [all...] |
| /external/chromium_org/skia/ext/ |
| vector_canvas_unittest.cc | 93 EXPECT_TRUE(gfx::PNGCodec::Decode( 341 ASSERT_TRUE(gfx::PNGCodec::Decode(
|
| /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
| SkPdfNativeTokenizer.cpp | [all...] |
| /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
| vie_autotest_codec.cc | 450 // a decode reset in loopback (due to using the same SSRC). 719 number_of_errors += ViETest::TestError(decode_calls.Decode > 30, [all...] |
| /external/chromium_org/ui/base/resource/ |
| resource_bundle.cc | 768 gfx::JPEGCodec::Decode(memory->front(), memory->size())); 776 NOTREACHED() << "Unable to decode theme image resource " << resource_id; 854 return gfx::PNGCodec::Decode(buf, size, bitmap);
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
| image_encoder.js | 113 * Decode a dataURL into a binary string containing the encoded image. 118 * @param {string} dataURL Data URL to decode.
|
| /external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
| image_encoder.js | 113 * Decode a dataURL into a binary string containing the encoded image. 118 * @param {string} dataURL Data URL to decode.
|
| /external/skia/experimental/PdfViewer/pdfparser/native/ |
| SkPdfNativeTokenizer.cpp | [all...] |
| /art/runtime/ |
| class_linker.cc | [all...] |
| debugger.cc | 113 if (soa.Decode<mirror::Class*>(it->second) == t) { 442 mirror::Class* java_lang_Thread = soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_Thread); 482 mirror::Class* thread_class = soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_Thread); 489 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_ThreadGroup); 496 soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_ClassLoader); [all...] |
| /art/runtime/native/ |
| dalvik_system_DexFile.cc | 191 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(javaLoader)));
|
| /external/chromium_org/components/bookmarks/browser/ |
| bookmark_codec.cc | 92 bool BookmarkCodec::Decode(BookmarkNode* bb_node,
|
| /external/chromium_org/net/quic/crypto/ |
| crypto_server_test.cc | 194 ASSERT_TRUE(decoder.Decode(address.data(), address.size()));
|
| /external/chromium_org/ppapi/examples/video_decode/ |
| video_decode.cc | 25 // to decode H264. 123 // When decode outpaces render, we queue up decoded pictures for later 279 // Start the decode loop. 310 // Decode the frame. On completion, DecodeDone will call DecodeNextFrame 311 // to implement a decode loop. 314 decoder_->Decode(next_picture_id_++, 323 // Break out of the decode loop on abort.
|
| video_decode_dev.cc | 171 // When decode outpaces render, we queue up decoded pictures for later 355 decoder_->Decode(bitstream_buffer, cb);
|
| /external/chromium_org/ppapi/proxy/ |
| video_decoder_resource_unittest.cc | 156 decoder_iface()->Decode(pp_decoder, 285 // Reset to abort Decode and GetPicture callbacks. 392 // message for GetShm isn't received, causing Decode to fail. 403 // Call Decode until we have the maximum pending, minus one. 423 // Calling Decode when another Decode is pending should fail. 426 // Free up the first decode buffer. 444 // Send a picture ready message for Decode call 1. The GetPicture callback 452 // Send a picture ready message for Decode call 2. Since there is no pending 463 // message for GetShm isn't received, causing Decode to fail [all...] |
| /external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
| KURLTest.cpp | 271 TEST(KURLTest, Decode) 296 // Our decode should decode %00
|
| /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
| command_line_interface_unittest.cc | [all...] |
| /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| SkPdfType0FunctionDictionary_autogen.h | [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
| acm_isac.cc | 732 int ACMISAC::Decode(const uint8_t* encoded,
|
| /external/chromium_org/ui/gfx/ |
| color_analysis.cc | 367 gfx::PNGCodec::Decode(png->front(),
|
| /external/chromium_org/ui/gfx/image/ |
| image.cc | 112 if (!PNGCodec::Decode(raw_data->front(), raw_data->size(), 114 LOG(ERROR) << "Unable to decode PNG for " << png_rep.scale << ".";
|