Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor_integrationtest.cc419 RateProfile rate_profile, in ProcessFramesAndVerify() argument
424 start_bitrate_ = rate_profile.target_bit_rate[0]; in ProcessFramesAndVerify()
434 bit_rate_ = rate_profile.target_bit_rate[0]; in ProcessFramesAndVerify()
435 frame_rate_ = rate_profile.input_frame_rate[0]; in ProcessFramesAndVerify()
442 int num_frames = rate_profile.num_frames; in ProcessFramesAndVerify()
445 rate_profile.frame_index_rate_update[update_index + 1]); in ProcessFramesAndVerify()
463 rate_profile.frame_index_rate_update[update_index + 1]) { in ProcessFramesAndVerify()
474 bit_rate_ = rate_profile.target_bit_rate[update_index]; in ProcessFramesAndVerify()
475 frame_rate_ = rate_profile.input_frame_rate[update_index]; in ProcessFramesAndVerify()
478 rate_profile.frame_index_rate_update[update_index + 1]); in ProcessFramesAndVerify()
[all …]