Searched refs:InsertFrameEventWithDelay (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/media/cast/logging/ |
D | logging_impl.cc | 59 void LoggingImpl::InsertFrameEventWithDelay(CastLoggingEvent event, in InsertFrameEventWithDelay() function in media::cast::LoggingImpl 65 raw_.InsertFrameEventWithDelay(event, rtp_timestamp, frame_id, delay); in InsertFrameEventWithDelay() 66 stats_.InsertFrameEventWithDelay(event, rtp_timestamp, frame_id, delay); in InsertFrameEventWithDelay()
|
D | logging_stats.h | 33 void InsertFrameEventWithDelay(CastLoggingEvent event,
|
D | logging_raw.h | 43 void InsertFrameEventWithDelay(CastLoggingEvent event,
|
D | logging_impl.h | 41 void InsertFrameEventWithDelay(CastLoggingEvent event,
|
D | logging_unittest.cc | 117 logging_.InsertFrameEventWithDelay( in TEST_F() 157 logging_.InsertFrameEventWithDelay( in TEST_F()
|
D | logging_raw.cc | 40 void LoggingRaw::InsertFrameEventWithDelay(CastLoggingEvent event, in InsertFrameEventWithDelay() function in media::cast::LoggingRaw
|
D | logging_stats.cc | 48 void LoggingStats::InsertFrameEventWithDelay(CastLoggingEvent event, in InsertFrameEventWithDelay() function in media::cast::LoggingStats
|
/external/chromium_org/media/cast/video_receiver/ |
D | video_receiver.cc | 253 cast_environment_->Logging()->InsertFrameEventWithDelay(kVideoRenderDelay, in PullEncodedVideoFrame()
|
/external/chromium_org/media/cast/rtcp/ |
D | rtcp.cc | 114 cast_environment_->Logging()->InsertFrameEventWithDelay( in OnReceivedReceiverLog()
|
/external/chromium_org/media/cast/audio_receiver/ |
D | audio_receiver.cc | 264 cast_environment_->Logging()->InsertFrameEventWithDelay(kAudioPlayoutDelay, in ReturnDecodedFrameWithPlayoutDelay()
|