Home
last modified time | relevance | path

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

/btstack/test/avdtp/
H A Dsine_encode_decode_performance_test.c122 uint32_t decoding_time = 0; in btstack_main() local
137 decoding_time = btstack_run_loop_get_time_ms() - timestamp_start - encoding_time; in btstack_main()
140 printf("%d frames decoded in %dms\n", num_frames, decoding_time); in btstack_main()