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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.h 57 void ReceivedFrameCount(VCMFrameCount* frame_count) const;
media_optimization.h 87 VCMFrameCount SentFrameCount();
video_coding_impl.h 75 int32_t SentFrameCount(VCMFrameCount* frameCount);
167 int32_t ReceivedFrameCount(VCMFrameCount* frameCount) const;
video_coding_impl.cc 200 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const OVERRIDE {
319 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const OVERRIDE {
media_optimization.cc 329 VCMFrameCount MediaOptimization::SentFrameCount() {
330 VCMFrameCount count;
receiver.cc 214 void VCMReceiver::ReceivedFrameCount(VCMFrameCount* frame_count) const {
video_sender.cc 216 int32_t VideoSender::SentFrameCount(VCMFrameCount* frameCount) {
video_receiver.cc 704 int32_t VideoReceiver::ReceivedFrameCount(VCMFrameCount* frameCount) const {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 304 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0;
508 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const = 0;
video_coding_defines.h 60 struct VCMFrameCount {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc 287 VCMFrameCount frameCount; // testing frame type counters
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 602 webrtc::VCMFrameCount sent_frames;
vie_channel.cc 469 VCMFrameCount received_frames;
    [all...]

Completed in 198 milliseconds