Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.h110 int32_t SendCodecStatistics(uint32_t* num_key_frames,
Dvie_encoder.cc594 uint32_t* num_key_frames, uint32_t* num_delta_frames) { in SendCodecStatistics() argument
599 *num_key_frames = sent_frames.numKeyFrames; in SendCodecStatistics()
Dvie_channel.h96 int32_t ReceiveCodecStatistics(uint32_t* num_key_frames,
Dvie_channel.cc498 int32_t ViEChannel::ReceiveCodecStatistics(uint32_t* num_key_frames, in ReceiveCodecStatistics() argument
504 *num_key_frames = received_frames.numKeyFrames; in ReceiveCodecStatistics()