Home | History | Annotate | Download | only in utility

Lines Matching refs:handle

21 //      - handle        : Pointer to the delay estimation instance.
23 int WebRtc_FreeDelayEstimator(void* handle);
29 // - handle : Instance that should be created.
46 // - handle : Created instance.
48 int WebRtc_CreateDelayEstimator(void** handle,
56 // - handle : Pointer to the delay estimation instance.
59 // - handle : Initialized instance.
61 int WebRtc_InitDelayEstimator(void* handle);
67 // - handle : Pointer to the delay estimation instance.
77 // - handle : Updated instance.
84 int WebRtc_DelayEstimatorProcessFix(void* handle,
92 int WebRtc_DelayEstimatorProcessFloat(void* handle,
101 // - handle : Pointer to the delay estimation instance.
108 int WebRtc_last_delay(void* handle);