Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/accessibility_ChromeVoxSound/
Daccessibility_ChromeVoxSound.py53 audio_length = time.time() - start_time
62 logging.info('Time taken - %s: %f', name, audio_length)
63 if audio_length < min_time:
65 '%s audio was only %f seconds long!' % (name, audio_length))
/external/webrtc/modules/audio_coding/test/
Dopus_test.cc241 for (size_t audio_length = 0; audio_length < 1000; audio_length += 10) { in Run() local