Searched refs:BinaryDelayEstimatorFarend (Results 1 – 4 of 4) sorted by relevance
27 } BinaryDelayEstimatorFarend; typedef61 BinaryDelayEstimatorFarend* farend;71 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self);86 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend(99 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self,111 void WebRtc_InitBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self);120 BinaryDelayEstimatorFarend* self, int delay_shift);134 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* self,156 BinaryDelayEstimatorFarend* farend, int max_lookahead);
258 void WebRtc_FreeBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self) { in WebRtc_FreeBinaryDelayEstimatorFarend()273 BinaryDelayEstimatorFarend* WebRtc_CreateBinaryDelayEstimatorFarend( in WebRtc_CreateBinaryDelayEstimatorFarend()275 BinaryDelayEstimatorFarend* self = NULL; in WebRtc_CreateBinaryDelayEstimatorFarend()279 self = malloc(sizeof(BinaryDelayEstimatorFarend)); in WebRtc_CreateBinaryDelayEstimatorFarend()295 int WebRtc_AllocateFarendBufferMemory(BinaryDelayEstimatorFarend* self, in WebRtc_AllocateFarendBufferMemory()322 void WebRtc_InitBinaryDelayEstimatorFarend(BinaryDelayEstimatorFarend* self) { in WebRtc_InitBinaryDelayEstimatorFarend()329 BinaryDelayEstimatorFarend* self, int delay_shift) { in WebRtc_SoftResetBinaryDelayEstimatorFarend()361 void WebRtc_AddBinaryFarSpectrum(BinaryDelayEstimatorFarend* handle, in WebRtc_AddBinaryFarSpectrum()402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator()438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
33 BinaryDelayEstimatorFarend* binary_farend;
56 BinaryDelayEstimatorFarend* binary_farend_;477 BinaryDelayEstimatorFarend* binary = binary_farend_; in TEST_F()