OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_period
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h
23
float
frame_period
() const { return frame_period_; }
function in class:content::EnergyEndpointerParams
24
void set_frame_period(float
frame_period
) {
25
frame_period_ =
frame_period
;
energy_endpointer_params.cc
34
frame_period_ = source.
frame_period
();
energy_endpointer.cc
149
return static_cast<int32>(0.5 + (time / params_.
frame_period
()));
203
static_cast<int64>(params_.fast_update_dur() / params_.
frame_period
());
/external/srec/srec/include/
front.h
151
int
frame_period
; /* the following 3 are private */
member in struct:__anon26478
simapi.h
246
int
frame_period
;
member in struct:__anon26518
[
all
...]
/external/srec/srec/cfront/
frontobj.c
209
ASSERT(freqobj->
frame_period
> 0);
210
channel->frame_delay = DELTA + (freqobj->window_length / freqobj->
frame_period
) - 1;
361
freqobj->
frame_period
= parameters->samplerate / freqobj->framerate;
363
freqobj->window_length = (int)(parameters->window_factor * freqobj->
frame_period
);
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
64
CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.
frame_period
", 10));
204
CHKLOG(rc, ESR_SessionGetInt("CREC.Acoustic.
frame_period
", ¶ms->
frame_period
));
Completed in 717 milliseconds