Home
last modified time | relevance | path

Searched refs:VCMFrameCount (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
Dvideo_coding.h304 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0;
508 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const = 0;
Dvideo_coding_defines.h61 struct VCMFrameCount { struct
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dvideo_coding_impl.h76 int32_t SentFrameCount(VCMFrameCount* frameCount);
168 int32_t ReceivedFrameCount(VCMFrameCount* frameCount) const;
Dreceiver.h57 void ReceivedFrameCount(VCMFrameCount* frame_count) const;
Dvideo_coding_impl.cc200 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const OVERRIDE { in SentFrameCount()
319 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const OVERRIDE { in ReceivedFrameCount()
Dmedia_optimization.h87 VCMFrameCount SentFrameCount();
Dmedia_optimization.cc364 VCMFrameCount MediaOptimization::SentFrameCount() { in SentFrameCount()
366 VCMFrameCount count; in SentFrameCount()
Dreceiver.cc214 void VCMReceiver::ReceivedFrameCount(VCMFrameCount* frame_count) const { in ReceivedFrameCount()
Dvideo_sender.cc216 int32_t VideoSender::SentFrameCount(VCMFrameCount* frameCount) { in SentFrameCount()
Dvideo_receiver.cc709 int32_t VideoReceiver::ReceivedFrameCount(VCMFrameCount* frameCount) const { in ReceivedFrameCount()
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
Dgeneric_codec_test.cc284 VCMFrameCount frameCount; // testing frame type counters in Perform()
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc595 webrtc::VCMFrameCount sent_frames; in SendCodecStatistics()
Dvie_channel.cc500 VCMFrameCount received_frames; in ReceiveCodecStatistics()