Home
last modified time | relevance | path

Searched refs:binary_handle (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_processing/utility/
Ddelay_estimator_wrapper.cc270 WebRtc_FreeBinaryDelayEstimator(self->binary_handle); in WebRtc_FreeDelayEstimator()
271 self->binary_handle = NULL; in WebRtc_FreeDelayEstimator()
288 self->binary_handle = in WebRtc_CreateDelayEstimator()
290 memory_fail |= (self->binary_handle == NULL); in WebRtc_CreateDelayEstimator()
316 WebRtc_InitBinaryDelayEstimator(self->binary_handle); in WebRtc_InitDelayEstimator()
330 return WebRtc_SoftResetBinaryDelayEstimator(self->binary_handle, delay_shift); in WebRtc_SoftResetDelayEstimator()
339 return WebRtc_AllocateHistoryBufferMemory(self->binary_handle, history_size); in WebRtc_set_history_size()
348 if (self->binary_handle->farend->history_size != in WebRtc_history_size()
349 self->binary_handle->history_size) { in WebRtc_history_size()
353 return self->binary_handle->history_size; in WebRtc_history_size()
[all …]
Ddelay_estimator_unittest.cc43 void VerifyDelay(BinaryDelayEstimator* binary_handle, int offset, int delay);
139 void DelayEstimatorTest::VerifyDelay(BinaryDelayEstimator* binary_handle, in VerifyDelay() argument
143 EXPECT_EQ(delay, WebRtc_binary_last_delay(binary_handle)); in VerifyDelay()
489 BinaryDelayEstimator* binary_handle = binary_; in TEST_F() local
495 binary_handle = WebRtc_CreateBinaryDelayEstimator(NULL, kLookahead); in TEST_F()
496 EXPECT_TRUE(binary_handle == NULL); in TEST_F()
497 binary_handle = WebRtc_CreateBinaryDelayEstimator(binary_farend_, -1); in TEST_F()
498 EXPECT_TRUE(binary_handle == NULL); in TEST_F()
Ddelay_estimator_internal.h46 BinaryDelayEstimator* binary_handle; member
/external/libdrm/amdgpu/
Damdgpu_cs.c789 uint32_t binary_handle; in amdgpu_cs_syncobj_export_sync_file2() local
798 ret = drmSyncobjCreate(dev->fd, 0, &binary_handle); in amdgpu_cs_syncobj_export_sync_file2()
802 ret = drmSyncobjTransfer(dev->fd, binary_handle, 0, in amdgpu_cs_syncobj_export_sync_file2()
806 ret = drmSyncobjExportSyncFile(dev->fd, binary_handle, sync_file_fd); in amdgpu_cs_syncobj_export_sync_file2()
808 drmSyncobjDestroy(dev->fd, binary_handle); in amdgpu_cs_syncobj_export_sync_file2()
817 uint32_t binary_handle; in amdgpu_cs_syncobj_import_sync_file2() local
826 ret = drmSyncobjCreate(dev->fd, 0, &binary_handle); in amdgpu_cs_syncobj_import_sync_file2()
829 ret = drmSyncobjImportSyncFile(dev->fd, binary_handle, sync_file_fd); in amdgpu_cs_syncobj_import_sync_file2()
833 binary_handle, 0, 0); in amdgpu_cs_syncobj_import_sync_file2()
835 drmSyncobjDestroy(dev->fd, binary_handle); in amdgpu_cs_syncobj_import_sync_file2()