Searched refs:SAMPLE_CORRECTION_PERCENT_MAX (Results 1 – 1 of 1) sorted by relevance
91 #define SAMPLE_CORRECTION_PERCENT_MAX 10 macro2316 min_nb_samples = ((nb_samples * (100 - SAMPLE_CORRECTION_PERCENT_MAX) / 100)); in synchronize_audio()2317 max_nb_samples = ((nb_samples * (100 + SAMPLE_CORRECTION_PERCENT_MAX) / 100)); in synchronize_audio()