Searched refs:webrtc_aec_instance_count (Results 1 – 2 of 2) sorted by relevance
99 int webrtc_aec_instance_count = 0; variable153 sprintf(filename, "aec_buf%d.dat", webrtc_aec_instance_count); in WebRtcAec_Create()155 sprintf(filename, "aec_skew%d.dat", webrtc_aec_instance_count); in WebRtcAec_Create()157 sprintf(filename, "aec_delay%d.dat", webrtc_aec_instance_count); in WebRtcAec_Create()159 webrtc_aec_instance_count++; in WebRtcAec_Create()
128 extern int webrtc_aec_instance_count;1471 aec->instance_index = webrtc_aec_instance_count; in WebRtcAec_CreateAec()