Searched defs:Decode (Results 101 - 125 of 125) sorted by last modified time

12345

/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
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 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().
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 Dvpx_video_decoder.cc303 void VpxVideoDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer, function in class:media::VpxVideoDecoder
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dbindings_serialization.h66 inline void Decode(T* obj, std::vector<Handle>* handles) { function in namespace:mojo::internal
/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/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);
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/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc26 // for metadata. See KeyPrefix::Decode() for details of the prefix coding.
882 if (!KeyType::Decode(&slice_a, &key_a)) {
887 if (!KeyType::Decode(&slice_b, &key_b)) {
970 bool ok_a = KeyPrefix::Decode(&slice_a, &prefix_a);
971 bool ok_b = KeyPrefix::Decode(&slice_b, &prefix_b);
1193 bool KeyPrefix::Decode(StringPiece* slice, KeyPrefix* result) { function in class:content::KeyPrefix
1343 bool DatabaseFreeListKey::Decode(StringPiece* slice, function in class:content::DatabaseFreeListKey
1346 if (!KeyPrefix::Decode(slice, &prefix))
1381 bool DatabaseNameKey::Decode(StringPiece* slice, DatabaseNameKey* result) { function in class:content::DatabaseNameKey
1383 if (!KeyPrefix::Decode(slic
1444 bool ObjectStoreMetaDataKey::Decode(StringPiece* slice, function in class:content::ObjectStoreMetaDataKey
1504 bool IndexMetaDataKey::Decode(StringPiece* slice, IndexMetaDataKey* result) { function in class:content::IndexMetaDataKey
1570 bool ObjectStoreFreeListKey::Decode(StringPiece* slice, function in class:content::ObjectStoreFreeListKey
1615 bool IndexFreeListKey::Decode(StringPiece* slice, IndexFreeListKey* result) { function in class:content::IndexFreeListKey
1671 bool ObjectStoreNamesKey::Decode(StringPiece* slice, function in class:content::ObjectStoreNamesKey
1706 bool IndexNamesKey::Decode(StringPiece* slice, IndexNamesKey* result) { function in class:content::IndexNamesKey
1745 bool ObjectStoreDataKey::Decode(StringPiece* slice, function in class:content::ObjectStoreDataKey
1791 bool ExistsEntryKey::Decode(StringPiece* slice, ExistsEntryKey* result) { function in class:content::ExistsEntryKey
1832 bool BlobEntryKey::Decode(StringPiece* slice, BlobEntryKey* result) { function in class:content::BlobEntryKey
1920 bool IndexDataKey::Decode(StringPiece* slice, IndexDataKey* result) { function in class:content::IndexDataKey
[all...]
/external/chromium_org/content/child/
H A Dimage_decoder.cc22 return decoder.Decode(data, size);
35 SkBitmap ImageDecoder::Decode(const unsigned char* data, size_t size) const { function in class:content::ImageDecoder
/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));
H A Ddxva_video_decode_accelerator.cc310 NOTREACHED() << "Decode surface of different dimension than texture";
504 void DXVAVideoDecodeAccelerator::Decode( function in class:content::DXVAVideoDecodeAccelerator
877 RETURN_ON_FAILURE(sample, "Decode succeeded with NULL output sample", false);
H A Dv4l2_video_decode_accelerator.cc314 void V4L2VideoDecodeAccelerator::Decode( function in class:content::V4L2VideoDecodeAccelerator
316 DVLOG(1) << "Decode(): input_id=" << bitstream_buffer.id()
467 DLOG(ERROR) << "Decode(): could not map bitstream_buffer";
476 // we're here, we know that this DecodeTask() was scheduled by a Decode()
565 // This is a buffer queued from the client, with actual contents. Decode.
1762 // For example, if the client calls Decode(Input1), Reset(), Decode(Input2)
1763 // in a sequence, and Decode(Input1) results in us getting here and exiting
1767 // not ready, we'd need special handling for restarting the second Decode
H A Dvaapi_h264_decoder.cc16 // Decode surface, used for decoding and reference. input_id comes from client
1581 VaapiH264Decoder::DecResult VaapiH264Decoder::Decode() { function in class:content::VaapiH264Decoder
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/components/bookmarks/browser/
H A Dbookmark_codec.cc92 bool BookmarkCodec::Decode(BookmarkNode* bb_node, function in class:bookmarks::BookmarkCodec
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()));

Completed in 279 milliseconds

12345