HomeSort by relevance Sort by last modified time
    Searched refs:Decode (Results 351 - 375 of 409) sorted by null

<<11121314151617

  /external/chromium_org/v8/src/arm64/
decoder-arm64-inl.h 17 // Top-level instruction decode function.
19 void Decoder<V>::Decode(Instruction *instr) {
101 // decode.
632 // TODO(all): Implement Advanced SIMD load/store instruction decode.
640 // TODO(all): Implement Advanced SIMD data processing instruction decode.
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType0FunctionDictionary_autogen.h     [all...]
  /external/vixl/src/a64/
decoder-a64.cc 32 // Top-level instruction decode function.
33 void Decoder::Decode(Instruction *instr) {
166 // decode.
689 // TODO: Implement Advanced SIMD load/store instruction decode.
696 // TODO: Implement Advanced SIMD data processing instruction decode.
simulator-a64.h 195 decoder_->Decode(pc_);
  /art/runtime/
runtime.cc 353 hs.NewHandle(soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_ClassLoader)));
372 hs.NewHandle(soa.Decode<mirror::Class*>(WellKnownClasses::java_lang_Thread)));
    [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...]
vcdecoder1_test.cc 34 TEST_F(VCDiffStandardDecoderTest, Decode) {
45 // of the file. The decode operation should fail, but where exactly it fails is
119 // In some cases, changing bits will still decode to the correct target;
  /art/compiler/jni/
jni_compiler_test.cc 65 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(class_loader)));
232 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(class_loader_)));
251 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(class_loader_)));
793 soa.Decode<mirror::ObjectArray<mirror::StackTraceElement>*>(ste_array);
851 soa.AddLocalReference<jobject>(soa.Decode<mirror::Object*>(thisObj));
    [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/entrypoints/quick/
quick_trampoline_entrypoints.cc 576 pair.second->Assign(soa_->Decode<mirror::Object*>(pair.first));
670 pair.second->Assign(soa_->Decode<mirror::Object*>(pair.first));
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 493 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
529 CPDF_Array* pDecode = m_pDict->GetArray(FX_BSTRC("Decode"));
699 if (!pJpxModule->Decode(ctx, m_pCachedBitmap->GetBuffer(), m_pCachedBitmap->GetPitch(), bTranslateColor, output_offsets)) {
736 int ret = pJbig2Module->Decode(m_Width, m_Height, m_pStreamAcc->GetData(), m_pStreamAcc->GetSize(),
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/extension_action/
extension_action_api.cc 112 // TODO(mpcomplete): Remove the base64 encode/decode step when
118 bool success = gfx::PNGCodec::Decode(
  /external/chromium_org/chrome/browser/history/
expire_history_backend_unittest.cc 218 gfx::JPEGCodec::Decode(kGoogleThumbnail, sizeof(kGoogleThumbnail)));
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 309 NOTREACHED() << "Decode surface of different dimension than texture";
504 void DXVAVideoDecodeAccelerator::Decode(
851 RETURN_ON_FAILURE(sample, "Decode succeeded with NULL output sample", false);
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_impl_unittest.cc 76 EXPECT_CALL(*decoder_, Decode(_, _))
  /external/chromium_org/mojo/services/view_manager/
view_manager_service_impl.cc 690 gfx::PNGCodec::Decode(static_cast<const unsigned char*>(handle_data),
  /external/chromium_org/net/quic/
quic_connection_logger.cc 638 decoder.Decode(address.data(), address.size())) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 934 && Base64::Decode(challenge, Base64::DO_STRICT,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 450 // Fail if base64 decode fails, or the key is the wrong size.
452 if (!talk_base::Base64::Decode(key_b64, talk_base::Base64::DO_STRICT,
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 917 && Base64::Decode(challenge, Base64::DO_STRICT,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 544 cfg.h = cfg.w = 0; // set after decode
584 int VP8DecoderImpl::Decode(const EncodedImage& input_image,
726 // decode a complete.
760 // we can decode but with artifacts
  /external/chromium_org/ui/base/clipboard/
clipboard_aurax11.cc 725 if (gfx::PNGCodec::Decode(data.GetData(), data.GetSize(), &bitmap))
  /external/lldb/source/Core/
Disassembler.cpp     [all...]

Completed in 1651 milliseconds

<<11121314151617