Searched refs:loudness (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.h | 24 int DrawFrame(nn::math::VEC3 v_cam, nn::math::VEC3 v_focus, nn::math::VEC2 v_acc, u8 loudness);
|
| D | demo2.cpp | 186 u8 loudness = GetLoudness(); in StartDemo() local 192 DrawFrame(cam, focus, g, loudness); in StartDemo()
|
| D | graphics.cpp | 200 const u8 loudness) // Mic volume in UpdateParams() argument 222 f32 micAcc = loudness * MIC_STRENGTH; in UpdateParams() 342 int DrawFrame(nn::math::VEC3 v_cam, nn::math::VEC3 v_focus, nn::math::VEC2 v_acc, u8 loudness) in DrawFrame() argument 356 UpdateParams(&v_pos, &v_degSphere, &v_deg, v_cam, v_focus, v_acc, loudness); in DrawFrame()
|