Home
last modified time | relevance | path

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

/external/autotest/client/cros/audio/
Dsox_utils.py306 def trim_silence_from_wav_file(path_src, path_dst, new_duration, volume=1, argument
322 mins, secs = divmod(new_duration, 60)
/external/webp/src/mux/
Danim_encode.c949 int new_duration; in IncreasePreviousDuration() local
958 new_duration = prev_enc_frame->sub_frame_.duration + duration; in IncreasePreviousDuration()
959 if (new_duration >= MAX_DURATION) { // Special case. in IncreasePreviousDuration()
1001 prev_enc_frame->sub_frame_.duration = new_duration; in IncreasePreviousDuration()
1002 prev_enc_frame->key_frame_.duration = new_duration; in IncreasePreviousDuration()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_audio_tests.py609 new_duration = test_data['duration'] - VISQOL_BUFFER_LENGTH
613 untrimmed_file, trimmed_file, new_duration, test_data):
Dbluetooth_device.py1226 def trim_wav_file(self, in_file, out_file, new_duration, test_data, argument
1243 return self._proxy.trim_wav_file(in_file, out_file, new_duration,
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py2620 new_duration, argument
2639 trim_silence_from_wav_file(in_file, out_file, new_duration)
2643 return abs(measured_length - new_duration) <= tolerance