Searched defs:num_key_frames (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc80 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;
297 VerifyRateControl(int update_index, int max_key_frame_size_mismatch, int max_delta_frame_size_mismatch, int max_encoding_rate_mismatch, int max_time_hit_target, int max_num_dropped_frames, int num_spatial_resizes, int num_key_frames) argument
561 SetRateControlMetrics(RateControlMetrics* rc_metrics, int update_index, int max_num_dropped_frames, int max_key_frame_size_mismatch, int max_delta_frame_size_mismatch, int max_encoding_rate_mismatch, int max_time_hit_target, int num_spatial_resizes, int num_key_frames) argument
/external/webrtc/webrtc/video/
H A Dvie_channel.cc448 int32_t ViEChannel::ReceiveCodecStatistics(uint32_t* num_key_frames, argument
451 *num_key_frames = receive_frame_counts_.key_frames;

Completed in 117 milliseconds