Home
last modified time | relevance | path

Searched refs:farend (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc103 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
400 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
406 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
409 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
418 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
443 BinaryDelayEstimatorFarend* farend = self->farend; in WebRtc_AllocateHistoryBufferMemory() local
445 if (history_size != farend->history_size) { in WebRtc_AllocateHistoryBufferMemory()
533 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
559 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
625 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/transports/
H A DsnmpTCPIPv6Domain.c72 struct sockaddr_in6 *farend = NULL; in netsnmp_tcp6_accept() local
76 farend = (struct sockaddr_in6 *) malloc(sizeof(struct sockaddr_in6)); in netsnmp_tcp6_accept()
78 if (farend == NULL) { in netsnmp_tcp6_accept()
87 newsock = (int) accept(t->sock, (struct sockaddr *) farend, &farendlen); in netsnmp_tcp6_accept()
92 free(farend); in netsnmp_tcp6_accept()
100 t->data = farend; in netsnmp_tcp6_accept()
103 char *str = netsnmp_tcp6_fmtaddr(NULL, farend, farendlen); in netsnmp_tcp6_accept()
126 free(farend); in netsnmp_tcp6_accept()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc111 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
407 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
413 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
426 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
451 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
536 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
562 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
628 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/utility/
H A Ddelay_estimator.cc104 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
400 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
406 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
410 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
419 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
434 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
444 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
529 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
555 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
621 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/utility/
H A Ddelay_estimator.cc111 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
407 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
413 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
426 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
451 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
536 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
562 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
628 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc111 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
407 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
413 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
426 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
451 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
536 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
562 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
628 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc111 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
407 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
413 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
426 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
451 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
536 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
562 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
628 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc103 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
400 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
406 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
409 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
418 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
433 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
443 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
533 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
559 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
625 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc103 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
400 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
406 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
409 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
418 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
433 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
443 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
533 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
559 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
625 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc111 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
407 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
413 BinaryDelayEstimatorFarend* farend, in WebRtc_CreateBinaryDelayEstimator() argument
417 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
426 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
441 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
451 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
536 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
562 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
628 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc103 RTC_DCHECK_EQ(self->history_size, self->farend->history_size); in UpdateRobustValidationStatistics()
400 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
406 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
409 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
418 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
433 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
443 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
533 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
559 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
625 std::any_of(self->farend->far_bit_counts, in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c101 assert(self->history_size == self->farend->history_size); in UpdateRobustValidationStatistics()
396 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
405 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
413 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
528 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
554 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/audio/libfilteraudio/filter_audio-0.0.1/other/
H A Ddelay_estimator.c101 assert(self->history_size == self->farend->history_size); in UpdateRobustValidationStatistics()
396 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
405 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
413 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
528 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
554 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c101 assert(self->history_size == self->farend->history_size); in UpdateRobustValidationStatistics()
396 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
405 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
413 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
528 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
554 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c101 assert(self->history_size == self->farend->history_size); in UpdateRobustValidationStatistics()
396 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
405 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
413 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
528 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
554 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.c101 assert(self->history_size == self->farend->history_size); in UpdateRobustValidationStatistics()
396 self->farend = NULL; in WebRtc_FreeBinaryDelayEstimator()
402 BinaryDelayEstimatorFarend* farend, int max_lookahead) { in WebRtc_CreateBinaryDelayEstimator() argument
405 if ((farend != NULL) && (max_lookahead >= 0)) { in WebRtc_CreateBinaryDelayEstimator()
413 self->farend = farend; in WebRtc_CreateBinaryDelayEstimator()
428 WebRtc_AllocateHistoryBufferMemory(self, farend->history_size) == 0) { in WebRtc_CreateBinaryDelayEstimator()
438 BinaryDelayEstimatorFarend* far = self->farend; in WebRtc_AllocateHistoryBufferMemory()
528 if (self->farend->history_size != self->history_size) { in WebRtc_ProcessBinarySpectrum()
542 BitCountComparison(binary_near_spectrum, self->farend->binary_far_history, in WebRtc_ProcessBinarySpectrum()
554 if (self->farend->far_bit_counts[i] > 0) { in WebRtc_ProcessBinarySpectrum()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c197 int32_t WebRtcAecm_GetBufferFarendError(void *aecmInst, const int16_t *farend, in WebRtcAecm_GetBufferFarendError() argument
204 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
217 int32_t WebRtcAecm_BufferFarend(void *aecmInst, const int16_t *farend, in WebRtcAecm_BufferFarend() argument
222 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
382 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
392 WebRtc_ReadBuffer(aecm->farendBuf, (void**) &farend_ptr, farend, in WebRtcAecm_Process()
401 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
402 farend_ptr = farend; in WebRtcAecm_Process()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.c197 int32_t WebRtcAecm_GetBufferFarendError(void *aecmInst, const int16_t *farend, in WebRtcAecm_GetBufferFarendError() argument
204 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
217 int32_t WebRtcAecm_BufferFarend(void *aecmInst, const int16_t *farend, in WebRtcAecm_BufferFarend() argument
222 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
382 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
392 WebRtc_ReadBuffer(aecm->farendBuf, (void**) &farend_ptr, farend, in WebRtcAecm_Process()
401 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
402 farend_ptr = farend; in WebRtcAecm_Process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc198 const int16_t* farend, in WebRtcAecm_GetBufferFarendError() argument
205 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
218 const int16_t* farend, in WebRtcAecm_BufferFarend() argument
223 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
364 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
373 WebRtc_ReadBuffer(aecm->farendBuf, (void**)&farend_ptr, farend, in WebRtcAecm_Process()
380 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
381 farend_ptr = farend; in WebRtcAecm_Process()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aecm/
H A Decho_control_mobile.cc198 const int16_t* farend, in WebRtcAecm_GetBufferFarendError() argument
205 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
218 const int16_t* farend, in WebRtcAecm_BufferFarend() argument
223 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
364 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
373 WebRtc_ReadBuffer(aecm->farendBuf, (void**)&farend_ptr, farend, in WebRtcAecm_Process()
380 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
381 farend_ptr = farend; in WebRtcAecm_Process()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aecm/
H A Decho_control_mobile.cc195 const int16_t* farend, in WebRtcAecm_GetBufferFarendError() argument
202 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
215 const int16_t* farend, in WebRtcAecm_BufferFarend() argument
220 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
230 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
361 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
370 WebRtc_ReadBuffer(aecm->farendBuf, (void**)&farend_ptr, farend, in WebRtcAecm_Process()
377 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
378 farend_ptr = farend; in WebRtcAecm_Process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc198 const int16_t* farend, in WebRtcAecm_GetBufferFarendError() argument
205 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
218 const int16_t* farend, in WebRtcAecm_BufferFarend() argument
223 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
364 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
373 WebRtc_ReadBuffer(aecm->farendBuf, (void**)&farend_ptr, farend, in WebRtcAecm_Process()
380 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
381 farend_ptr = farend; in WebRtcAecm_Process()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc198 const int16_t* farend, in WebRtcAecm_GetBufferFarendError() argument
205 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
218 const int16_t* farend, in WebRtcAecm_BufferFarend() argument
223 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
233 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
364 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
373 WebRtc_ReadBuffer(aecm->farendBuf, (void**)&farend_ptr, farend, in WebRtcAecm_Process()
380 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
381 farend_ptr = farend; in WebRtcAecm_Process()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc199 int32_t WebRtcAecm_GetBufferFarendError(void *aecmInst, const int16_t *farend, in WebRtcAecm_GetBufferFarendError() argument
206 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
219 int32_t WebRtcAecm_BufferFarend(void *aecmInst, const int16_t *farend, in WebRtcAecm_BufferFarend() argument
224 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
235 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
384 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
394 WebRtc_ReadBuffer(aecm->farendBuf, (void**) &farend_ptr, farend, in WebRtcAecm_Process()
403 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
404 farend_ptr = farend; in WebRtcAecm_Process()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aecm/
H A Decho_control_mobile.cc199 int32_t WebRtcAecm_GetBufferFarendError(void *aecmInst, const int16_t *farend, in WebRtcAecm_GetBufferFarendError() argument
206 if (farend == NULL) in WebRtcAecm_GetBufferFarendError()
219 int32_t WebRtcAecm_BufferFarend(void *aecmInst, const int16_t *farend, in WebRtcAecm_BufferFarend() argument
224 WebRtcAecm_GetBufferFarendError(aecmInst, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
235 WebRtc_WriteBuffer(aecm->farendBuf, farend, nrOfSamples); in WebRtcAecm_BufferFarend()
384 int16_t farend[FRAME_LEN]; in WebRtcAecm_Process() local
394 WebRtc_ReadBuffer(aecm->farendBuf, (void**) &farend_ptr, farend, in WebRtcAecm_Process()
403 memcpy(farend, &(aecm->farendOld[i][0]), FRAME_LEN * sizeof(short)); in WebRtcAecm_Process()
404 farend_ptr = farend; in WebRtcAecm_Process()

123456789