Home | History | Annotate | Download | only in kfmapp

Lines Matching refs:user_freq

450    float user_freq;
455 sscanf(cmd, "%f", &user_freq);
466 vf.frequency = rint(user_freq * 16000 + 0.5);
475 printf("Failed to set frequency %f\n",user_freq);
485 float user_freq;
490 sscanf(cmd, "%f", &user_freq);
499 vf.frequency = rint(user_freq * 16000 + 0.5);
523 printf("Failed to set frequency %f\n",user_freq);