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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.h 57 void ReceivedFrameCount(VCMFrameCount* frame_count) const;
video_coding_impl.cc 319 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const OVERRIDE {
320 return receiver_->ReceivedFrameCount(&frameCount);
video_coding_impl.h 167 int32_t ReceivedFrameCount(VCMFrameCount* frameCount) const;
video_receiver.cc 704 int32_t VideoReceiver::ReceivedFrameCount(VCMFrameCount* frameCount) const {
705 _receiver.ReceivedFrameCount(frameCount);
receiver.cc 214 void VCMReceiver::ReceivedFrameCount(VCMFrameCount* frame_count) const {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding.h 508 virtual int32_t ReceivedFrameCount(VCMFrameCount& frameCount) const = 0;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 470 if (vcm_->ReceivedFrameCount(received_frames) != VCM_OK) {
    [all...]

Completed in 1586 milliseconds