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(
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,
  /external/chromium_org/remoting/codec/
video_decoder_verbatim.cc 29 bool VideoDecoderVerbatim::DecodePacket(const VideoPacket& packet) {
video_decoder_vpx.cc 94 bool VideoDecoderVpx::DecodePacket(const VideoPacket& packet) {

Completed in 34 milliseconds