Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc595 webrtc::VCMFrameCount sent_frames; in SendCodecStatistics() local
596 if (vcm_.SentFrameCount(sent_frames) != VCM_OK) { in SendCodecStatistics()
599 *num_key_frames = sent_frames.numKeyFrames; in SendCodecStatistics()
600 *num_delta_frames = sent_frames.numDeltaFrames; in SendCodecStatistics()