Home
last modified time | relevance | path

Searched refs:new_step (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_spinbox.c234 int32_t new_step = ext->step / 10; in lv_spinbox_step_next() local
235 if((new_step) > 0) in lv_spinbox_step_next()
236 ext->step = new_step; in lv_spinbox_step_next()
252 int32_t new_step = ext->step * 10; in lv_spinbox_step_prev() local
253 if(new_step <= step_limit) ext->step = new_step; in lv_spinbox_step_prev()
343 int32_t new_step = ext->step * 10; in lv_spinbox_signal() local
344 if(new_step >= ext->range_max) break; in lv_spinbox_signal()
345 ext->step = new_step; in lv_spinbox_signal()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/
A Dfeature_provider.cc100 const int new_step = (current_step - kFeatureSliceCount + 1) + new_slice; in PopulateFeatureData() local
101 const int32_t slice_start_ms = (new_step * kFeatureSliceStrideMs); in PopulateFeatureData()

Completed in 6 milliseconds