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

12345

/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException method in class:Decoder.LenDecoder
41 return m_LowCoder[posState].Decode(rangeDecoder);
44 symbol += m_MidCoder[posState].Decode(rangeDecoder);
46 symbol += Base.kNumMidLenSymbols + m_HighCoder.Decode(rangeDecoder);
262 len = m_RepLenDecoder.Decode(m_RangeDecoder, posState) + Base.kMatchMinLen;
271 len = Base.kMatchMinLen + m_LenDecoder.Decode(m_RangeDecoder, posState);
273 int posSlot = m_PosSlotDecoder[Base.GetLenToPosState(len)].Decode(m_RangeDecoder);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfImageDictionary_autogen.cpp171 SkPdfArray* SkPdfImageDictionary::Decode(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
172 SkPdfNativeObject* ret = get("Decode", "");
180 return get("Decode", "") != NULL;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_codec_unittest.cc162 bool Decode(BookmarkCodec* codec, function in class:bookmarks::BookmarkCodecTest
166 bool result = codec->Decode(AsMutable(model->bookmark_bar_node()),
189 EXPECT_TRUE(Decode(&decoder, model.get(), value));
330 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *model_value.get()));
351 ASSERT_TRUE(Decode(&decoder2, decoded_model2.get(), *model_value2.get()));
367 ASSERT_TRUE(Decode(&decoder, decoded_model.get(), *root.get()));
407 // Decode and check for meta info.
432 // Decode and verify.
454 ASSERT_TRUE(Decode(&decoder, model.get(), *root.get()));
H A Dbookmark_codec.cc92 bool BookmarkCodec::Decode(BookmarkNode* bb_node, function in class:bookmarks::BookmarkCodec
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_decode_accelerator.cc442 // be queued from the client via Decode(). The state can change during wait.
526 DVLOG(4) << "Decode task";
541 res = decoder_->Decode();
636 void VaapiVideoDecodeAccelerator::Decode( function in class:content::VaapiVideoDecodeAccelerator
640 TRACE_EVENT1("Video Decoder", "VAVDA::Decode", "Buffer id",
665 "Decode request from client in invalid state: " << state_,
807 // to call Decode() after Reset() and before NotifyResetDone.
874 // The client might have given us new buffers via Decode() while we were
875 // resetting and might be waiting for our move, and not call Decode() anymore
877 // sleep forever waiting for Decode() i
[all...]
H A Dvt_video_decode_accelerator.cc194 void VTVideoDecodeAccelerator::Decode(const media::BitstreamBuffer& bitstream) { function in class:content::VTVideoDecodeAccelerator
/external/chromium_org/content/renderer/pepper/
H A Dvideo_decoder_shim.cc92 void Decode(uint32_t decode_id, scoped_refptr<media::DecoderBuffer> buffer);
159 void VideoDecoderShim::DecoderImpl::Decode( function in class:content::VideoDecoderShim::DecoderImpl
225 decoder_->Decode(
368 void VideoDecoderShim::Decode(const media::BitstreamBuffer& bitstream_buffer) { function in class:content::VideoDecoderShim
379 &VideoDecoderShim::DecoderImpl::Decode,
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc298 bool OAuthRequestSigner::Decode(const std::string& text, function in class:OAuthRequestSigner
/external/chromium_org/media/base/android/
H A Dmedia_decoder_job.cc113 bool MediaDecoderJob::Decode( function in class:media::MediaDecoderJob
179 // Do nothing, flush when the next Decode() happens.
335 // and request the MediaCodec to be recreated on next Decode().
/external/chromium_org/media/cast/test/
H A Dfake_media_source.cc251 Decode(true);
287 Decode(false);
323 Decode(false);
331 Decode(true);
345 Decode(true);
480 // Nothing can be scaled. Decode some more.
545 void FakeMediaSource::Decode(bool decode_audio) { function in class:media::cast::FakeMediaSource
/external/chromium_org/media/filters/
H A Dopus_audio_decoder.cc273 void OpusAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::OpusAudioDecoder
332 if (!Decode(input, &output_buffer)) {
441 bool OpusAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& input, function in class:media::OpusAudioDecoder
H A Daudio_decoder_unittest.cc122 decoder_->Decode(
176 void Decode() { function in class:media::AudioDecoderTest
317 // Verifies decode audio as well as the Decode() -> Reset() sequence.
326 Decode();
329 // Decode() step to extract the desired number of output buffers.
354 TEST_P(AudioDecoderTest, Decode) {
356 Decode();
H A Dgpu_video_decoder.cc30 // Maximum number of concurrent VDA::Decode() operations GVD will maintain.
220 void GpuVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::GpuVideoDecoder
273 vda_->Decode(bitstream_buffer);
316 next_picture_buffer_id_ == 0 || // Decode() will ProvidePictureBuffers().
/external/chromium_org/ppapi/proxy/
H A Dvideo_decoder_resource.cc150 int32_t VideoDecoderResource::Decode(uint32_t decode_id, function in class:ppapi::proxy::VideoDecoderResource
163 // If we allow the plugin to call Decode again, we must have somewhere to
241 // the plugin call Decode again.
306 // Cause any pending Decode or GetPicture callbacks to abort after we return,
457 // If the plugin is waiting, let it call Decode again.
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { function
44 fGIF = DGifOpen( stream, Decode );
46 fGIF = DGifOpen( stream, Decode, NULL );
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc429 virtual int Decode(const uint8_t* encoded, function in class:webrtc::CountingSamplesDecoder
/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))
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState) method in class:SevenZip.Compression.LZMA.Decoder.LenDecoder
44 if (m_Choice.Decode(rangeDecoder) == 0)
45 return m_LowCoder[posState].Decode(rangeDecoder);
49 if (m_Choice2.Decode(rangeDecoder) == 0)
50 symbol += m_MidCoder[posState].Decode(rangeDecoder);
54 symbol += m_HighCoder.Decode(rangeDecoder);
73 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
85 uint bit = m_Decoders[((1 + matchBit) << 8) + symbol].Decode(rangeDecoder);
90 symbol = (symbol << 1) | m_Decoders[symbol].Decode(rangeDecoder);
243 if (m_IsMatchDecoders[state.Index << Base.kNumPosStatesBitsMax].Decode(m_RangeDecode
[all...]
/external/skia/src/images/
H A DSkMovie_gif.cpp36 static int Decode(GifFileType* fileType, GifByteType* out, int size) { function
44 fGIF = DGifOpen( stream, Decode );
46 fGIF = DGifOpen( stream, Decode, NULL );
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h124 const Tuple* Decode(Label key) { function in class:fst::EncodeTable
201 // Encode -> Determinize -> Decode
249 table_->Decode(arc.ilabel);
327 void Decode(MutableFst<A>* fst, const EncodeMapper<A>& mapper) { function in namespace:fst
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.cc31 // Maximum number of concurrent VDA::Decode() operations RVD will maintain.
174 int32_t RTCVideoDecoder::Decode( function in class:content::RTCVideoDecoder
180 DVLOG(3) << "Decode";
551 vda_->Decode(bitstream_buffer);
601 // TODO(wuchengli): avoid memcpy. Extend webrtc::VideoDecoder::Decode()
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c470 // Decode bitstream header, update io->width/io->height.
477 if (status == VP8_STATUS_OK) { // Decode
499 if (status == VP8_STATUS_OK) { // Decode
599 static uint8_t* Decode(WEBP_CSP_MODE mode, const uint8_t* const data, function
617 // Decode
630 return Decode(MODE_RGB, data, data_size, width, height, NULL);
635 return Decode(MODE_RGBA, data, data_size, width, height, NULL);
640 return Decode(MODE_ARGB, data, data_size, width, height, NULL);
645 return Decode(MODE_BGR, data, data_size, width, height, NULL);
650 return Decode(MODE_BGR
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeTokenizer.cpp1024 DECLARE_PDF_NAME(Decode); variable
1057 HANDLE_NAME_ABBR(key, Decode, D);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac.cc727 int ACMISAC::Decode(const uint8_t* encoded, function in class:webrtc::acm2::ACMISAC
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc599 int VP8DecoderImpl::Decode(const EncodedImage& input_image, function in class:webrtc::VP8DecoderImpl

Completed in 1303 milliseconds

12345