| /external/chromium_org/tools/relocation_packer/src/ |
| run_length_encoder.cc | 123 // Decode relative relocations from a run-length encoded (packed) 125 void RelocationRunLengthCodec::Decode(const std::vector<ELF::Xword>& packed,
|
| /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/lzma/CS/7zip/Compress/RangeCoder/ |
| RangeCoderBitTree.cs | 120 public uint Decode(RangeCoder.Decoder rangeDecoder)
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
|
| RangeCoderBit.cs | 89 public uint Decode(RangeCoder.Decoder rangeDecoder)
|
| /external/lzma/Java/SevenZip/Compression/RangeCoder/ |
| BitTreeDecoder.java | 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException
|
| /external/pdfium/core/src/fxcodec/codec/ |
| fx_codec_jbig.cpp | 28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size,
49 FX_BOOL CCodec_Jbig2Module::Decode(IFX_FileRead* file_ptr,
|
| /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
| SkPdfType0FunctionDictionary_autogen.cpp | 59 SkPdfArray* SkPdfType0FunctionDictionary::Decode(SkPdfNativeDoc* doc) { 60 SkPdfNativeObject* ret = get("Decode", ""); 68 return get("Decode", "") != NULL;
|
| SkPdfType4ShadingDictionary_autogen.cpp | 47 SkRect SkPdfType4ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType5ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType5ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| SkPdfType6ShadingDictionary_autogen.cpp | 47 SkPdfArray* SkPdfType6ShadingDictionary::Decode(SkPdfNativeDoc* doc) { 48 SkPdfNativeObject* ret = get("Decode", ""); 56 return get("Decode", "") != NULL;
|
| /external/chromium_org/media/filters/ |
| decrypting_video_decoder.cc | 70 void DecryptingVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 72 DVLOG(3) << "Decode()"; 113 // Reset() cannot complete if the decode callback is still pending. 115 // after the decode callback is fired - see DecryptAndDecodeBuffer() and 186 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
|
| decoder_stream.cc | 33 return "DecoderStream<VIDEO>::Decode"; 38 return "DecoderStream<AUDIO>::Decode"; 261 void DecoderStream<StreamType>::Decode( 277 decoder_->Decode(buffer, 286 Decode(DecoderBuffer::CreateEOSBuffer()); 331 // Any successful decode counts! 465 Decode(buffer);
|
| decrypting_audio_decoder.cc | 89 void DecryptingAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 91 DVLOG(3) << "Decode()"; 211 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
|
| fake_video_decoder.cc | 54 << "No reinitialization during pending decode."; 61 // RunDecodeCallback() which is posted from Decode(). 73 void FakeVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, 113 // Defer the reset if a decode is pending. 218 // all pending decode callbacks, except the current one.
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
| normal_test.cc | 146 decodeLength = Decode(); 162 decodeLength = Decode(); 178 printf("Average decode time: %f s\n", avgDecTime); 181 (*_log) << "Average decode time: " << avgDecTime << " s" << std::endl; 253 NormalTest::Decode(int lossValue)
|
| /external/lzma/CPP/7zip/Compress/ |
| RangeCoderBit.h | 83 UInt32 Decode(CDecoder *decoder)
|
| /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...] |
| /external/chromium_org/remoting/codec/ |
| audio_decoder_opus.cc | 79 scoped_ptr<AudioPacket> AudioDecoderOpus::Decode(
|
| /external/chromium_org/third_party/webrtc/base/ |
| base64.h | 73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { 78 static inline bool Decode(const std::string& data, DecodeFlags flags, 83 static inline bool Decode(const std::string& data, DecodeFlags flags,
|
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
| audio_decoder_impl.h | 30 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 42 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 79 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 105 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 121 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 161 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 181 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 195 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 221 virtual int Decode(const uint8_t* encoded, size_t encoded_len, 237 virtual int Decode(const uint8_t* encoded, size_t encoded_len [all...] |
| /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/ |
| i420.cc | 166 int I420Decoder::Decode(const EncodedImage& inputImage, bool /*missingFrames*/,
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
| generic_decoder.cc | 52 // callbacks from one call to Decode(). 145 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, 153 int32_t ret = _decoder.Decode(frame.EncodedImage(), 161 LOG(LS_WARNING) << "Failed to decode frame with timestamp "
|
| /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
| vcm_payload_sink_factory.cc | 76 if (vcm_->Decode() < 0) { 94 bool Decode() { 95 vcm_->Decode(10000); 206 if (!(*it)->Decode()) {
|
| /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/ |
| tb_I420_codec.h | 86 virtual int32_t Decode( 101 int32_t Decode;
|
| /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/ |
| tb_I420_codec.cc | 209 int32_t TbI420Decoder::Decode( 216 _functionCalls.Decode++;
|