Searched defs:DecodePacket (Results 1 - 4 of 4) sorted by relevance

/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,
/external/chromium_org/remoting/codec/
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

Completed in 1010 milliseconds