Home | History | Annotate | Download | only in audio

Lines Matching full:golden

686     @param test_data: A list containing the data to compare against golden data.
687 @param golden_data: A list containing the golden data.
711 # golden data:
744 # of the trimmed test data to the first sample of golden data.
745 # The best delay calculated from trimmed test data and golden data
759 @param test_data: A list containing the data to compare against golden data.
760 @param golden_data: A list containing the golden data.
766 best_delay: The best delay of test data in relative to golden
792 @param golden_data_binary: The binary containing golden data.
793 @param golden_data_format: The data format of golden data.
799 golden data. Channel 1 of test data should map to
800 channel 0 of golden data. Channel 2 to 7 of test data
806 error.TestFail if golden data and test data are not equal.
842 error_msg = ('Failed on test channel %d and golden channel %d with '