OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ep_config
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/browser/speech/endpointer/
endpointer.cc
38
EnergyEndpointerParams
ep_config
;
local
39
ep_config
.set_frame_period(1.0f / static_cast<float>(kFrameRate));
40
ep_config
.set_frame_duration(1.0f / static_cast<float>(kFrameRate));
41
ep_config
.set_endpoint_margin(0.2f);
42
ep_config
.set_onset_window(0.15f);
43
ep_config
.set_speech_on_window(0.4f);
44
ep_config
.set_offset_window(0.15f);
45
ep_config
.set_onset_detect_dur(0.09f);
46
ep_config
.set_onset_confirm_dur(0.075f);
47
ep_config
.set_on_maintain_dur(0.10f)
[
all
...]
endpointer_unittest.cc
92
EnergyEndpointerParams
ep_config
;
local
93
ep_config
.set_frame_period(1.0f / static_cast<float>(kFrameRate));
94
ep_config
.set_frame_duration(1.0f / static_cast<float>(kFrameRate));
95
ep_config
.set_endpoint_margin(0.2f);
96
ep_config
.set_onset_window(0.15f);
97
ep_config
.set_speech_on_window(0.4f);
98
ep_config
.set_offset_window(0.15f);
99
ep_config
.set_onset_detect_dur(0.09f);
100
ep_config
.set_onset_confirm_dur(0.075f);
101
ep_config
.set_on_maintain_dur(0.10f)
[
all
...]
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio_aac.h
58
unsigned short
ep_config
; /* 0 ~ 3 useful only obj = ERLC */
member in struct:msm_audio_aac_config
/hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio_aac.h
58
unsigned short
ep_config
; /* 0 ~ 3 useful only obj = ERLC */
member in struct:msm_audio_aac_config
/hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio_aac.h
58
unsigned short
ep_config
; /* 0 ~ 3 useful only obj = ERLC */
member in struct:msm_audio_aac_config
/hardware/qcom/msm8960/kernel-headers/linux/
msm_audio_aac.h
61
unsigned short
ep_config
;
member in struct:msm_audio_aac_config
/hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio_aac.h
61
unsigned short
ep_config
;
member in struct:msm_audio_aac_config
/hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio_aac.h
61
unsigned short
ep_config
;
member in struct:msm_audio_aac_config
Completed in 253 milliseconds