Searched refs:vsel_param (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/applet/voicesel/ |
| D | voicesel_demo.cpp | 34 nn::voicesel::Parameter vsel_param; variable 168 …t( 30, 140, "%c FILTER [%s]", SelectMark(0), filterTypeStr[vsel_param.input.filterFill… in DrawText() 169 …xt( 30, 150, "%c ENABLE SOFT RESET [%s]", SelectMark(1), softResetStr[vsel_param.config.softwareR… in DrawText() 170 …t( 30, 160, "%c ENABLE HOME BUTTON [%s]", SelectMark(2), homeButtonStr[vsel_param.config.homeButto… in DrawText() 171 … df.DrawText( 30, 170, "%c MESSAGE [%ls]", SelectMark(3), vsel_param.input.titleText ); in DrawText() 243 nn::voicesel::InitializeParameter( &vsel_param ); in nnMain() 258 nn::voicesel::StartVoiceSel( &vsel_param ); in nnMain() 268 NN_LOG("file path = [%ls]\n",vsel_param.output.filePath); in nnMain() 290 vsel_param.input.filterFillType, in nnMain() 296 ChangeValue( vsel_param.config.softwareReset, value, false, true ); in nnMain() [all …]
|