OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_frame_period
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/speech/endpointer/
energy_endpointer_params.h
24
void
set_frame_period
(float frame_period) {
function in class:content::EnergyEndpointerParams
endpointer.cc
39
ep_config.
set_frame_period
(1.0f / static_cast<float>(kFrameRate));
endpointer_unittest.cc
93
ep_config.
set_frame_period
(1.0f / static_cast<float>(kFrameRate));
Completed in 383 milliseconds