OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NsxHandle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/include/
noise_suppression_x.h
16
typedef struct NsxHandleT
NsxHandle
;
35
int WebRtcNsx_Create(
NsxHandle
** nsxInst);
48
int WebRtcNsx_Free(
NsxHandle
* nsxInst);
64
int WebRtcNsx_Init(
NsxHandle
* nsxInst, uint32_t fs);
79
int WebRtcNsx_set_policy(
NsxHandle
* nsxInst, int mode);
99
int WebRtcNsx_Process(
NsxHandle
* nsxInst,
/external/webrtc/src/modules/audio_processing/ns/interface/
noise_suppression_x.h
16
typedef struct NsxHandleT
NsxHandle
;
49
int WebRtcNsx_Create(
NsxHandle
** nsxInst);
62
int WebRtcNsx_Free(
NsxHandle
* nsxInst);
78
int WebRtcNsx_Init(
NsxHandle
* nsxInst, WebRtc_UWord32 fs);
93
int WebRtcNsx_set_policy(
NsxHandle
* nsxInst, int mode);
113
int WebRtcNsx_Process(
NsxHandle
* nsxInst,
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
noise_suppression_x.c
19
int WebRtcNsx_Create(
NsxHandle
** nsxInst) {
21
*nsxInst = (
NsxHandle
*)self;
34
int WebRtcNsx_Free(
NsxHandle
* nsxInst) {
40
int WebRtcNsx_Init(
NsxHandle
* nsxInst, uint32_t fs) {
44
int WebRtcNsx_set_policy(
NsxHandle
* nsxInst, int mode) {
48
int WebRtcNsx_Process(
NsxHandle
* nsxInst, short* speechFrame,
/external/webrtc/src/modules/audio_processing/ns/
noise_suppression_x.c
35
int WebRtcNsx_Create(
NsxHandle
** nsxInst) {
36
*nsxInst = (
NsxHandle
*)malloc(sizeof(NsxInst_t));
46
int WebRtcNsx_Free(
NsxHandle
* nsxInst) {
51
int WebRtcNsx_Init(
NsxHandle
* nsxInst, WebRtc_UWord32 fs) {
55
int WebRtcNsx_set_policy(
NsxHandle
* nsxInst, int mode) {
59
int WebRtcNsx_Process(
NsxHandle
* nsxInst, short* speechFrame,
/external/chromium_org/third_party/webrtc/modules/audio_processing/
noise_suppression_impl.cc
29
typedef
NsxHandle
Handle;
/external/webrtc/src/modules/audio_processing/
noise_suppression_impl.cc
30
typedef
NsxHandle
Handle;
Completed in 218 milliseconds