Searched refs:VCMFrameCount (Results 1 – 13 of 13) sorted by relevance
304 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0;508 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const = 0;
61 struct VCMFrameCount { struct
76 int32_t SentFrameCount(VCMFrameCount* frameCount);168 int32_t ReceivedFrameCount(VCMFrameCount* frameCount) const;
57 void ReceivedFrameCount(VCMFrameCount* frame_count) const;
200 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const OVERRIDE { in SentFrameCount()319 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const OVERRIDE { in ReceivedFrameCount()
87 VCMFrameCount SentFrameCount();
364 VCMFrameCount MediaOptimization::SentFrameCount() { in SentFrameCount()366 VCMFrameCount count; in SentFrameCount()
214 void VCMReceiver::ReceivedFrameCount(VCMFrameCount* frame_count) const { in ReceivedFrameCount()
216 int32_t VideoSender::SentFrameCount(VCMFrameCount* frameCount) { in SentFrameCount()
709 int32_t VideoReceiver::ReceivedFrameCount(VCMFrameCount* frameCount) const { in ReceivedFrameCount()
284 VCMFrameCount frameCount; // testing frame type counters in Perform()
595 webrtc::VCMFrameCount sent_frames; in SendCodecStatistics()
500 VCMFrameCount received_frames; in ReceiveCodecStatistics()