OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NsHandle
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression.h
16
typedef struct NsHandleT
NsHandle
;
35
int WebRtcNs_Create(
NsHandle
** NS_inst);
48
int WebRtcNs_Free(
NsHandle
* NS_inst);
65
int WebRtcNs_Init(
NsHandle
* NS_inst, uint32_t fs);
80
int WebRtcNs_set_policy(
NsHandle
* NS_inst, int mode);
101
int WebRtcNs_Process(
NsHandle
* NS_inst,
117
float WebRtcNs_prior_speech_probability(
NsHandle
* handle);
/external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression.h
16
typedef struct NsHandleT
NsHandle
;
49
int WebRtcNs_Create(
NsHandle
** NS_inst);
62
int WebRtcNs_Free(
NsHandle
* NS_inst);
78
int WebRtcNs_Init(
NsHandle
* NS_inst, WebRtc_UWord32 fs);
93
int WebRtcNs_set_policy(
NsHandle
* NS_inst, int mode);
114
int WebRtcNs_Process(
NsHandle
* NS_inst,
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
noise_suppression.c
20
int WebRtcNs_Create(
NsHandle
** NS_inst) {
21
*NS_inst = (
NsHandle
*) malloc(sizeof(NSinst_t));
31
int WebRtcNs_Free(
NsHandle
* NS_inst) {
37
int WebRtcNs_Init(
NsHandle
* NS_inst, uint32_t fs) {
41
int WebRtcNs_set_policy(
NsHandle
* NS_inst, int mode) {
46
int WebRtcNs_Process(
NsHandle
* NS_inst, float* spframe, float* spframe_H,
52
float WebRtcNs_prior_speech_probability(
NsHandle
* handle) {
/external/webrtc/src/modules/audio_processing/ns/
noise_suppression.c
35
int WebRtcNs_Create(
NsHandle
** NS_inst) {
36
*NS_inst = (
NsHandle
*) malloc(sizeof(NSinst_t));
46
int WebRtcNs_Free(
NsHandle
* NS_inst) {
52
int WebRtcNs_Init(
NsHandle
* NS_inst, WebRtc_UWord32 fs) {
56
int WebRtcNs_set_policy(
NsHandle
* NS_inst, int mode) {
61
int WebRtcNs_Process(
NsHandle
* NS_inst, short* spframe, short* spframe_H,
/external/chromium_org/third_party/webrtc/modules/audio_processing/
noise_suppression_impl.cc
27
typedef
NsHandle
Handle;
/external/webrtc/src/modules/audio_processing/
noise_suppression_impl.cc
28
typedef
NsHandle
Handle;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcnsi.h
68
RPCNSAPI RPC_STATUS RPC_ENTRY RpcNsMgmtHandleSetExpAge(RPC_NS_HANDLE
NsHandle
,unsigned __LONG32 ExpirationAge);
Completed in 5941 milliseconds