Searched defs:Decode (Results 26 - 50 of 125) sorted by relevance

12345

/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) method in struct:SevenZip.Compression.RangeCoder.BitTreeDecoder
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
H A DRangeCoderBit.cs89 public uint Decode(RangeCoder.Decoder rangeDecoder) method in struct:SevenZip.Compression.RangeCoder.BitDecoder
/external/libvorbis/doc/
H A D01-introduction.tex260 \subsection{High-level Decode Process}
262 \subsubsection{Decode Setup}
289 \subsubsection{Decode Procedure}
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc34 int32_t Decode(PP_Resource video_decoder, function in namespace:ppapi::thunk::__anon10321
41 enter.object()->Decode(bitstream_buffer, enter.callback()));
81 &Decode,
H A Dppb_video_decoder_thunk.cc64 int32_t Decode(PP_Resource video_decoder, function in namespace:ppapi::thunk::__anon10322
69 VLOG(4) << "PPB_VideoDecoder::Decode()";
73 return enter.SetResult(enter.object()->Decode(decode_id,
120 &Decode,
131 &Decode,
/external/chromium_org/remoting/codec/
H A Daudio_decoder_opus.cc79 scoped_ptr<AudioPacket> AudioDecoderOpus::Decode( function in class:remoting::AudioDecoderOpus
/external/chromium_org/third_party/webrtc/base/
H A Dbase64.h73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { function in class:rtc::Base64
78 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:rtc::Base64
83 static inline bool Decode(const std::string& data, DecodeFlags flags, function in class:rtc::Base64
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dmedia_codec_video_decoder.cc51 int32_t MediaCodecVideoDecoder::Decode( function in class:webrtc::MediaCodecVideoDecoder
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Dcoder.cc54 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, function in class:webrtc::AudioCoder
H A Dvideo_coder.cc62 int32_t VideoCoder::Decode(I420VideoFrame& decodedVideo, function in class:webrtc::VideoCoder
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_test.cc146 decodeLength = Decode();
162 decodeLength = Decode();
253 NormalTest::Decode(int lossValue) function in class:NormalTest
/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/tools/relocation_packer/src/
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/v8/src/
H A Duri.js214 function Decode(uri, reserved) { function
318 return Decode(string, reservedPredicate);
325 return Decode(string, reservedPredicate);
/external/lzma/CPP/7zip/Compress/
H A DRangeCoderBit.h83 UInt32 Decode(CDecoder *decoder) function in class:NCompress::NRangeCoder::CBitDecoder
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jbig.cpp28 FX_BOOL CCodec_Jbig2Module::Decode(FX_DWORD width, FX_DWORD height, FX_LPCBYTE src_buf, FX_DWORD src_size, function in class:CCodec_Jbig2Module
49 FX_BOOL CCodec_Jbig2Module::Decode(IFX_FileRead* file_ptr, function in class:CCodec_Jbig2Module
/external/vixl/src/a64/
H A Ddecoder-a64.cc33 void Decoder::Decode(Instruction *instr) { function in class:vixl::Decoder
/external/chromium_org/media/filters/
H A Ddecrypting_audio_decoder.cc89 void DecryptingAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::DecryptingAudioDecoder
91 DVLOG(3) << "Decode()";
211 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
H A Ddecrypting_video_decoder.cc70 void DecryptingVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::DecryptingVideoDecoder
72 DVLOG(3) << "Decode()";
186 DCHECK(decode_cb_.is_null()); // No Decode() before initialization finished.
H A Dfake_video_decoder.cc61 // RunDecodeCallback() which is posted from Decode().
73 void FakeVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::FakeVideoDecoder
/external/chromium_org/net/websockets/
H A Dwebsocket_frame_parser.cc47 bool WebSocketFrameParser::Decode( function in class:net::WebSocketFrameParser
66 // data to the next round of Decode().
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.h30 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(cons
262 virtual int Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderCng
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc166 int I420Decoder::Decode(const EncodedImage& inputImage, bool /*missingFrames*/, function in class:webrtc::I420Decoder
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dgeneric_decoder.cc52 // callbacks from one call to Decode().
145 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, function in class:webrtc::VCMGenericDecoder
153 int32_t ret = _decoder.Decode(frame.EncodedImage(),
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvcm_payload_sink_factory.cc76 if (vcm_->Decode() < 0) {
94 bool Decode() { function in class:webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink
95 vcm_->Decode(10000);
206 if (!(*it)->Decode()) {

Completed in 678 milliseconds

12345