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

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_integrationtest.cc 80 int num_key_frames; member in struct:webrtc::RateControlMetrics
304 int num_key_frames) {
355 EXPECT_EQ(num_key_frames_, num_key_frames);
471 rc_metrics[update_index].num_key_frames);
489 rc_metrics[update_index].num_key_frames);
569 int num_key_frames) {
579 rc_metrics[update_index].num_key_frames = num_key_frames;
    [all...]
  /external/webrtc/webrtc/video/
vie_channel.h 91 int32_t ReceiveCodecStatistics(uint32_t* num_key_frames,
vie_channel.cc 448 int32_t ViEChannel::ReceiveCodecStatistics(uint32_t* num_key_frames,
451 *num_key_frames = receive_frame_counts_.key_frames;
    [all...]

Completed in 434 milliseconds