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

  /external/chromium_org/remoting/codec/
video_decoder.h 34 virtual bool DecodePacket(const VideoPacket& packet) = 0;
43 // invalidated either by new data received in DecodePacket(), or by explicit
video_decoder_verbatim.h 27 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
video_decoder_vpx.h 29 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE;
video_decoder_verbatim.cc 29 bool VideoDecoderVerbatim::DecodePacket(const VideoPacket& packet) {
video_decoder_vpx.cc 94 bool VideoDecoderVpx::DecodePacket(const VideoPacket& packet) {
codec_test.cc 81 ASSERT_TRUE(decoder_->DecodePacket(*packet));
  /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(
rectangle_update_decoder.h 79 // Decodes the contents of |packet|. DecodePacket may keep a reference to
82 void DecodePacket(scoped_ptr<VideoPacket> packet, const base::Closure& done);
rectangle_update_decoder.cc 42 virtual bool DecodePacket(const VideoPacket& packet) OVERRIDE {
43 return parent_->DecodePacket(packet);
118 void RectangleUpdateDecoder::DecodePacket(scoped_ptr<VideoPacket> packet,
156 if (decoder_->DecodePacket(*packet.get())) {
159 LOG(ERROR) << "DecodePacket() failed.";
324 &RectangleUpdateDecoder::DecodePacket, this,

Completed in 39 milliseconds