HomeSort by relevance Sort by last modified time
    Searched refs:frame_counts (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/video/
send_statistics_proxy_unittest.cc 63 EXPECT_EQ(a.frame_counts.key_frames, b.frame_counts.key_frames);
64 EXPECT_EQ(a.frame_counts.delta_frames, b.frame_counts.delta_frames);
166 FrameCounts frame_counts; local
167 frame_counts.key_frames = offset;
168 frame_counts.delta_frames = offset + 1;
169 stats.frame_counts = frame_counts;
170 observer->FrameCountUpdated(frame_counts, ssrc)
179 FrameCounts frame_counts; local
339 FrameCounts frame_counts; local
    [all...]
receive_statistics_proxy.h 64 void OnFrameCountsUpdated(const FrameCounts& frame_counts) override;
receive_statistics_proxy.cc 185 const FrameCounts& frame_counts) {
187 stats_.frame_counts = frame_counts;
vie_channel.h 238 void OnFrameCountsUpdated(const FrameCounts& frame_counts) override;
359 virtual void FrameCountUpdated(const FrameCounts& frame_counts,
363 callback_->FrameCountUpdated(frame_counts, ssrc);
send_statistics_proxy.cc 378 void SendStatisticsProxy::FrameCountUpdated(const FrameCounts& frame_counts,
385 stats->frame_counts = frame_counts;
send_statistics_proxy.h 91 void FrameCountUpdated(const FrameCounts& frame_counts,
vie_channel.cc     [all...]
end_to_end_tests.cc     [all...]
  /external/webrtc/webrtc/
video_receive_stream.h 55 FrameCounts frame_counts; member in struct:webrtc::VideoReceiveStream::Stats
video_send_stream.h 51 FrameCounts frame_counts; member in struct:webrtc::VideoSendStream::StreamStats
common_types.h 271 virtual void FrameCountUpdated(const FrameCounts& frame_counts,
  /external/webrtc/webrtc/modules/video_coding/include/
video_coding_defines.h 105 virtual void OnFrameCountsUpdated(const FrameCounts& frame_counts) = 0;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]

Completed in 375 milliseconds