Searched defs:Decode (Results 51 - 75 of 125) sorted by relevance

12345

/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/libvorbis/doc/
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/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs175 public void Decode(uint start, uint size, uint total) method in class:SevenZip.Compression.RangeCoder.Decoder
/external/skia/dm/
H A DDMWriteTask.cpp89 static bool Decode(const char* path, SkImageInfo info, SkBitmap* bitmap) { function in struct:DM::__anon30430::PngAndRaw
188 if (!PngAndRaw::Decode(path.c_str(), bitmap.info(), &expected)) {
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc107 void GpuVideoDecodeAcceleratorHost::Decode( function in class:content::GpuVideoDecodeAcceleratorHost
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc386 void AndroidVideoDecodeAccelerator::Decode( function in class:content::AndroidVideoDecodeAccelerator
449 Decode(media::BitstreamBuffer(-1, base::SharedMemoryHandle(), 0));
/external/chromium_org/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc143 int32_t PPB_VideoDecoder_Impl::Decode( function in class:content::PPB_VideoDecoder_Impl
162 decoder_->Decode(decode_buffer);
/external/chromium_org/media/filters/
H A Ddecoder_stream.cc33 return "DecoderStream<VIDEO>::Decode";
38 return "DecoderStream<AUDIO>::Decode";
261 void DecoderStream<StreamType>::Decode( function in class:media::DecoderStream
277 decoder_->Decode(buffer,
286 Decode(DecoderBuffer::CreateEOSBuffer());
465 Decode(buffer);
H A Dfake_video_decoder_unittest.cc67 // Callback for VideoDecoder::Decode().
110 void Decode() { function in class:media::FakeVideoDecoderTest
125 decoder_->Decode(
134 Decode();
140 Decode();
311 Decode();
H A Dffmpeg_audio_decoder.cc172 void FFmpegAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::FFmpegAudioDecoder
H A Dffmpeg_video_decoder.cc181 void FFmpegVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::FFmpegVideoDecoder
209 // kNormal: This is the starting state. Buffers are decoded. Decode errors
H A Dffmpeg_video_decoder_unittest.cc121 VideoDecoder::Status status = Decode(*iter);
180 VideoDecoder::Status Decode(const scoped_refptr<DecoderBuffer>& buffer) { function in class:media::FFmpegVideoDecoderTest
184 decoder_->Decode(buffer, decode_cb_);
387 EXPECT_EQ(VideoDecoder::kOk, Decode(corrupt_i_frame_buffer_));
389 EXPECT_EQ(VideoDecoder::kDecodeError, Decode(i_frame_buffer_));
394 EXPECT_EQ(VideoDecoder::kDecodeError, Decode(i_frame_buffer_));
409 // Decode |i_frame_buffer_| and then a frame with a larger width and verify
415 // Decode |i_frame_buffer_| and then a frame with a smaller width and verify
421 // Decode |i_frame_buffer_| and then a frame with a larger height and verify
427 // Decode |i_frame_buffer
[all...]
H A Dvpx_video_decoder.cc303 void VpxVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::VpxVideoDecoder
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc169 bool UrlToFilenameEncoder::Decode(const string& encoded_filename, function in class:net::UrlToFilenameEncoder
/external/chromium_org/ppapi/proxy/
H A Dppb_video_decoder_proxy.cc37 virtual int32_t Decode(const PP_VideoBitstreamBuffer_Dev* bitstream_buffer,
68 int32_t VideoDecoder::Decode( function in class:ppapi::proxy::VideoDecoder
241 enter.SetResult(enter.object()->Decode(&bitstream, enter.callback()));
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_main.cc86 bool Decode();
444 bool VCDiffFileBasedCoder::Decode() { function in class:open_vcdiff::VCDiffFileBasedCoder
490 std::cerr << "Decode error; '" << FLAGS_delta
554 std::cerr << "Decode error; '" << FLAGS_delta
619 if (!coder.Decode()) {
/external/chromium_org/third_party/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/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.cc43 int AudioDecoderPcmU::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderPcmU
60 int AudioDecoderPcmA::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderPcmA
86 int AudioDecoderPcm16B::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderPcm16B
132 int AudioDecoderIlbc::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderIlbc
164 int AudioDecoderIsac::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderIsac
235 int AudioDecoderIsacFix::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderIsacFix
277 int AudioDecoderG722::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderG722
312 int AudioDecoderG722Stereo::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderG722Stereo
318 // Decode left and right.
401 int AudioDecoderCelt::Decode(cons function in class:webrtc::AudioDecoderCelt
449 int AudioDecoderOpus::Decode(const uint8_t* encoded, size_t encoded_len, function in class:webrtc::AudioDecoderOpus
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dnormal_async_test.cc353 int ret = Decode(lost);
481 NormalAsyncTest::Decode(int lossValue) function in class:NormalAsyncTest
494 ret = _decoder->Decode(encodedImage, _missingFrames, NULL,
H A Dunit_test.cc281 ASSERT_TRUE(_decoder->Decode(encodedImage, 0, NULL)
326 int ret = _decoder->Decode(encodedImage, 0, NULL);
333 UnitTest::Decode() function in class:UnitTest
345 int ret = _decoder->Decode(encodedImage, 0, NULL);
498 EXPECT_TRUE(_decoder->Decode(encodedImage, false, NULL) ==
505 //-- Decode() errors --
510 EXPECT_EQ(_decoder->Decode(encodedImage, false, NULL),
529 int ret = _decoder->Decode(encodedImage, false, NULL);
543 ret = _decoder->Decode(encodedImage, false, NULL);
564 _decoder->Decode(encodedImag
[all...]
/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) {}
/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

Completed in 381 milliseconds

12345