OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RtpPlayerInterface
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h
80
class
RtpPlayerInterface
{
82
virtual ~
RtpPlayerInterface
() {}
89
RtpPlayerInterface
* Create(const std::string& inputFilename,
video_rtp_play.cc
54
rtc::scoped_ptr<webrtc::rtpplayer::
RtpPlayerInterface
> rtp_player(
rtp_player.cc
318
class RtpPlayerImpl : public
RtpPlayerInterface
{
468
RtpPlayerInterface
* Create(const std::string& input_filename,
Completed in 1390 milliseconds