Searched defs:Decode (Results 76 - 100 of 125) sorted by path

12345

/external/chromium_org/third_party/webrtc/test/
H A Dfake_decoder.cc33 int32_t FakeDecoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeDecoder
60 int32_t FakeH264Decoder::Decode(const EncodedImage& input, function in class:webrtc::test::FakeH264Decoder
79 return FakeDecoder::Decode(input,
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dtb_I420_codec.h86 virtual int32_t Decode(
101 int32_t Decode; member in struct:TbI420Decoder::FunctionCalls
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
H A Dtb_I420_codec.cc209 int32_t TbI420Decoder::Decode( function in class:TbI420Decoder
216 _functionCalls.Decode++;
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc276 // Mark the image as complete, this will tell the Decode function that we
320 bool Decode(const unsigned char* input, size_t input_size, function in namespace:image_diff_png
613 // Decode a PNG into an RGBA pixel array.
617 return Decode(input, input_size, FORMAT_RGBA, output, width, height);
/external/chromium_org/tools/relocation_packer/src/
H A Ddelta_encoder.cc40 // Decode relative relocations with addends from a delta encoded (packed)
42 void RelocationDeltaCodec::Decode(const std::vector<ELF::Sxword>& packed, function in class:relocation_packer::RelocationDeltaCodec
H A Drun_length_encoder.cc123 // Decode relative relocations from a run-length encoded (packed)
125 void RelocationRunLengthCodec::Decode(const std::vector<ELF::Xword>& packed, function in class:relocation_packer::RelocationRunLengthCodec
/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec.cc426 // scope. It simplifies the error handling in Decode (and even applies to the
451 bool JPEGCodec::Decode(const unsigned char* input, size_t input_size, function in class:gfx::JPEGCodec
606 SkBitmap* JPEGCodec::Decode(const unsigned char* input, size_t input_size) { function in class:gfx::JPEGCodec
609 if (!Decode(input, input_size, FORMAT_SkBitmap, &data_vector, &w, &h))
H A Dpng_codec.cc308 // Mark the image as complete, this will tell the Decode function that we
392 bool PNGCodec::Decode(const unsigned char* input, size_t input_size, function in class:gfx::PNGCodec
431 bool PNGCodec::Decode(const unsigned char* input, size_t input_size, function in class:gfx::PNGCodec
/external/chromium_org/v8/src/arm64/
H A Ddecoder-arm64-inl.h19 void Decoder<V>::Decode(Instruction *instr) { function in class:v8::internal::Decoder
/external/chromium_org/v8/src/
H A Ddisassembler.cc300 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) { function in class:v8::internal::Disassembler
307 void Disassembler::Decode(FILE* f, Code* code) { function in class:v8::internal::Disassembler
327 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end) {
332 void Disassembler::Decode(FILE* f, Code* code) {}
H A Dserialize.h119 Address Decode(uint32_t key) const { function in class:v8::internal::ExternalReferenceDecoder
H A Duri.js214 function Decode(uri, reserved) { function
318 return Decode(string, reservedPredicate);
325 return Decode(string, reservedPredicate);
/external/chromium_org/v8/tools/
H A Dgrokdump.py960 def Decode(self, offset, size, value): member in class:Map
1035 p.Print("- kind: %s" % (self.Decode(3, 5, bitfield2)))
1040 self.Decode(0, 11, bitfield3),
1041 self.Decode(11, 11, bitfield3),
1042 self.Decode(25, 1, bitfield3)))
1043 p.Print("- IsShared: %s" % (self.Decode(22, 1, bitfield3)))
1044 p.Print("- FunctionWithPrototype: %s" % (self.Decode(23, 1, bitfield3)))
1045 p.Print("- DictionaryMap: %s" % (self.Decode(24, 1, bitfield3)))
1230 def Decode(self, offset, size, value): member in class:DescriptorArray
1241 return DescriptorArray.TYPES[self.Decode(
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}
262 \subsubsection{Decode Setup}
289 \subsubsection{Decode Procedure}
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
36 Decode continues according to packet type; the identification header
112 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
/external/lldb/source/Core/
H A DDisassembler.cpp1219 PseudoInstruction::Decode (const lldb_private::Disassembler &disassembler, function in class:PseudoInstruction
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp121 Decode (const lldb_private::Disassembler &disassembler, function in class:InstructionLLVMC
721 uint32_t inst_size = inst_sp->Decode(*this, data, data_cursor);
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h67 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
290 void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, size_t Length) { function in class:llvm::ARM::EHABI::OpcodeDecoder
456 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
/external/lzma/C/
H A DPpmd7.h98 /* ---------- Decode ---------- */
103 void (*Decode)(void *p, UInt32 start, UInt32 size); member in struct:__anon26723
/external/lzma/C/Util/Lzma/
H A DLzmaUtil.c108 static SRes Decode(ISeqOutStream *outStream, ISeqInStream *inStream) function
226 res = Decode(&outStream.s, useOutFile ? &inStream.s : NULL);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp89 HRESULT CDecoder::Decode( function in class:NArchive::N7z::CDecoder
/external/lzma/CPP/7zip/Compress/
H A DRangeCoder.h143 void Decode(UInt32 start, UInt32 size) function in class:NCompress::NRangeCoder::CDecoder
H A DRangeCoderBit.h83 UInt32 Decode(CDecoder *decoder) function in class:NCompress::NRangeCoder::CBitDecoder

Completed in 1037 milliseconds

12345