Searched refs:DecodePacket (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_decoder.h34 virtual bool DecodePacket(const VideoPacket& packet) = 0;
43 // invalidated either by new data received in DecodePacket(), or by explicit
H A Dvideo_decoder_verbatim.h27 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
H A Dvideo_decoder_vpx.h29 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
H A Dvideo_decoder_verbatim.cc29 bool VideoDecoderVerbatim::DecodePacket(const VideoPacket& packet) { function in class:remoting::VideoDecoderVerbatim
H A Dvideo_decoder_vpx.cc95 bool VideoDecoderVpx::DecodePacket(const VideoPacket& packet) { function in class:remoting::VideoDecoderVpx
H A Dcodec_test.cc83 ASSERT_TRUE(decoder_->DecodePacket(*packet));
/external/chromium_org/remoting/client/
H A Daudio_decode_scheduler.cc35 void DecodePacket(scoped_ptr<AudioPacket> packet, const base::Closure& done);
72 &AudioDecodeScheduler::Core::DecodePacket, this,
81 void AudioDecodeScheduler::Core::DecodePacket( function in class:remoting::AudioDecodeScheduler::Core
H A Dsoftware_video_renderer.cc46 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE {
47 return parent_->DecodePacket(packet);
96 // Decodes the contents of |packet|. DecodePacket may keep a reference to
99 void DecodePacket(scoped_ptr<VideoPacket> packet, const base::Closure& done);
169 void SoftwareVideoRenderer::Core::DecodePacket(scoped_ptr<VideoPacket> packet, function in class:remoting::SoftwareVideoRenderer::Core
207 if (decoder_->DecodePacket(*packet.get())) {
210 LOG(ERROR) << "DecodePacket() failed.";
385 &SoftwareVideoRenderer::Core::DecodePacket,

Completed in 122 milliseconds