OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_far_history
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_processing/utility/
delay_estimator.c
73
if (handle->
binary_far_history
!= NULL) {
74
free(handle->
binary_far_history
);
75
handle->
binary_far_history
= NULL;
119
self->
binary_far_history
= NULL;
139
self->
binary_far_history
= malloc(history_size * sizeof(uint32_t));
140
if (self->
binary_far_history
== NULL) {
167
memset(handle->
binary_far_history
, 0,
195
memmove(&(handle->
binary_far_history
[1]), &(handle->
binary_far_history
[0]),
197
handle->
binary_far_history
[0] = binary_far_spectrum
[
all
...]
delay_estimator.h
29
uint32_t*
binary_far_history
;
member in struct:__anon18351
Completed in 33 milliseconds