Searched refs:rtp_player (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dvideo_rtp_play.cc53 webrtc::scoped_ptr<webrtc::rtpplayer::RtpPlayerInterface> rtp_player(
56 if (rtp_player.get() == NULL) {
61 while ((ret = rtp_player->NextPacket(clock.TimeInMilliseconds())) == 0) {
70 rtp_player->Print();
H A Dvideo_rtp_play_mt.cc39 RtpPlayerInterface* rtp_player = static_cast<RtpPlayerInterface*>(obj); local
48 if (rtp_player->NextPacket(clock->TimeInMilliseconds()) < 0) {
51 wait_event->Wait(rtp_player->TimeUntilNextPacket());
85 webrtc::scoped_ptr<RtpPlayerInterface> rtp_player(webrtc::rtpplayer::Create(
88 if (rtp_player.get() == NULL) {
94 webrtc::ThreadWrapper::CreateThread(PlayerThread, rtp_player.get(),
139 rtp_player->Print();

Completed in 70 milliseconds