Searched refs:pitch (Results 1 – 5 of 5) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | axart.h | 173 f32 pitch; member
|
| D | kpad.h | 366 void KPADSetMplsMagnification ( s32 chan, f32 pitch, f32 yaw, f32 roll ) ;
|
| D | wpad.h | 687 s16 pitch; // for motion plus member
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | mplus.c | 717 …if (ptr->stat & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale *… in renderStatus() 718 …else { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale *… in renderStatus() 720 … y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(ptr->pitch), dps); in renderStatus()
|
| D | wpadsample.c | 1422 …if (mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * l… in renderStatus() 1423 …else { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * h… in renderStatus() 1424 …IGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(mp->pitch), dps); in renderStatus()
|