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

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor_integrationtest.cc74 int max_key_frame_size_mismatch; member in struct:webrtc::RateControlMetrics
280 int max_key_frame_size_mismatch,
304 EXPECT_LE(perc_key_frame_size_mismatch, max_key_frame_size_mismatch);
449 rc_metrics[update_index].max_key_frame_size_mismatch,
467 rc_metrics[update_index].max_key_frame_size_mismatch,
547 int max_key_frame_size_mismatch,
553 rc_metrics[update_index].max_key_frame_size_mismatch =
554 max_key_frame_size_mismatch;
279 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) argument
544 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) argument

Completed in 295 milliseconds