HomeSort by relevance Sort by last modified time
    Searched defs:DecodePacket (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/client/
audio_decode_scheduler.cc 35 void DecodePacket(scoped_ptr<AudioPacket> packet, const base::Closure& done);
72 &AudioDecodeScheduler::Core::DecodePacket, this,
81 void AudioDecodeScheduler::Core::DecodePacket(
software_video_renderer.cc 46 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,
207 if (decoder_->DecodePacket(*packet.get())) {
210 LOG(ERROR) << "DecodePacket() failed.";
385 &SoftwareVideoRenderer::Core::DecodePacket,
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.cc 29 bool VideoDecoderVerbatim::DecodePacket(const VideoPacket& packet) {
video_decoder_vpx.cc 95 bool VideoDecoderVpx::DecodePacket(const VideoPacket& packet) {

Completed in 1455 milliseconds