OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DecodePacket
(Results
1 - 8
of
8
) 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
95
bool VideoDecoderVpx::
DecodePacket
(const VideoPacket& packet) {
codec_test.cc
83
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
(
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
,
Completed in 138 milliseconds