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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
media_optimization.h 87 VCMFrameCount SentFrameCount();
video_coding_impl.cc 200 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const OVERRIDE {
201 return sender_->SentFrameCount(&frameCount);
video_sender.cc 216 int32_t VideoSender::SentFrameCount(VCMFrameCount* frameCount) {
218 *frameCount = _mediaOpt.SentFrameCount();
video_coding_impl.h 75 int32_t SentFrameCount(VCMFrameCount* frameCount);
media_optimization.cc 329 VCMFrameCount MediaOptimization::SentFrameCount() {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 304 virtual int32_t SentFrameCount(VCMFrameCount& frameCount) const = 0;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc 366 _vcm->SentFrameCount(frameCount);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 603 if (vcm_.SentFrameCount(sent_frames) != VCM_OK) {

Completed in 311 milliseconds