Searched refs:DecodePacket (Results 1 – 8 of 8) sorted by relevance
35 void DecodePacket(scoped_ptr<AudioPacket> packet, const base::Closure& done);72 &AudioDecodeScheduler::Core::DecodePacket, this, in ProcessAudioPacket()81 void AudioDecodeScheduler::Core::DecodePacket( in DecodePacket() function in remoting::AudioDecodeScheduler::Core
46 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE { in DecodePacket() function in remoting::RgbToBgrVideoDecoderFilter47 return parent_->DecodePacket(packet); in DecodePacket()99 void DecodePacket(scoped_ptr<VideoPacket> packet, const base::Closure& done);169 void SoftwareVideoRenderer::Core::DecodePacket(scoped_ptr<VideoPacket> packet, in DecodePacket() function in remoting::SoftwareVideoRenderer::Core207 if (decoder_->DecodePacket(*packet.get())) { in DecodePacket()385 &SoftwareVideoRenderer::Core::DecodePacket, in ProcessVideoPacket()
34 virtual bool DecodePacket(const VideoPacket& packet) = 0;
27 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
29 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
29 bool VideoDecoderVerbatim::DecodePacket(const VideoPacket& packet) { in DecodePacket() function in remoting::VideoDecoderVerbatim
95 bool VideoDecoderVpx::DecodePacket(const VideoPacket& packet) { in DecodePacket() function in remoting::VideoDecoderVpx
83 ASSERT_TRUE(decoder_->DecodePacket(*packet)); in ReceivedPacket()