Searched refs:video_target_size (Results 1 – 1 of 1) sorted by relevance
/external/lldb/test/pexpect-2.4/examples/ |
D | rippy.py | 404 def calculate_revised_bitrate (video_bitrate, video_target_size, video_actual_size): argument 410 return int(math.floor(video_bitrate * (float(video_target_size) / float(video_actual_size)))) 505 def calc_video_bitrate (video_target_size, audio_bitrate, video_length, extra_space=0, dry_run_flag… argument 523 video_target_size = video_target_size - audio_size - extra_space 524 return (int)(calc_video_kbitrate (video_target_size, video_length)) 563 def build_compression_command (video_source_filename, video_final_filename, video_target_size, audi… argument 633 …stimate (video_length, video_source_filename, video_final_filename, video_target_size, audio_id=12… argument 639 …mpression_command (video_source_filename, "compression_test_1.avi", video_target_size, audio_id, v… 640 …mpression_command (video_source_filename, "compression_test_2.avi", video_target_size, audio_id, v… 641 …mpression_command (video_source_filename, "compression_test_3.avi", video_target_size, audio_id, v… [all …]
|