Searched refs:total_sample_per_channel (Results 1 – 1 of 1) sorted by relevance
157 int total_sample_per_channel; in analyse_sample() local178 total_sample_per_channel = data_chunk_size / (channels * bytes_per_sample); in analyse_sample()212 float average_power = 10 * log10((*(power + ch)) / total_sample_per_channel); in analyse_sample()