| /CTR-SDK-1.0.0/CTR_SDK/include/nn/hid/CTR/ |
| D | hid_PadReader.h | 38 const s16 DEFAULT_THRESHOLD_OF_NORMALIZE_STICK = 141; 43 const s16 MIN_OF_STICK_CLAMP_MODE_CIRCLE = 40; 48 const s16 MIN_OF_STICK_CLAMP_MODE_CROSS = 36; 53 const s16 LIMIT_OF_STICK_CLAMP_MAX = 145; 161 void SetStickClamp(s16 min, s16 max); 173 void GetStickClamp(s16* pMin, s16* pMax) const; 205 f32 NormalizeStick(s16 x); 219 void NormalizeStickWithScale( f32* normalized_x, f32* normalized_y, s16 x, s16 y ); 235 void SetNormalizeStickScaleSettings( f32 scale, s16 threshold ); 244 void GetNormalizeStickScaleSettings( f32* scale, s16* threshold ) const; [all …]
|
| D | hid_AccelerometerReader.h | 41 const s16 MAX_OF_ACCELEROMETER_VALUE = 930; 47 const s16 ACCELEROMETER_VALUE_PER_1G = 512; 54 const s16 MAX_OF_ACCELEROMETER_PLAY = MAX_OF_ACCELEROMETER_VALUE * 2; 56 const s16 ACCELEROMETER_SENSITIVITY_SCALE_SHIFT = 7; 62 const s16 MAX_OF_ACCELEROMETER_SENSITIVITY = 128; // 1 << ACCELEROMETER_SENSITIVIT… 142 void GetSensitivity(s16* pPlay, s16* pSensitivity) const; 154 void SetSensitivity(s16 play, s16 sensitivity); 261 void SetOffset(s16 x, s16 y,s16 z); 281 void GetOffset(s16* pX, s16* pY, s16*pZ); 321 s16 m_Play; [all …]
|
| D | hid_DeviceStatus.h | 87 s16 x; 89 s16 y; 130 s16 x; 132 s16 y; 134 s16 z;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/y2r/CTR/ |
| D | y2r_Api.h | 52 void SetSendingY( u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferStride ); 53 void SetSendingU( u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferStride ); 54 void SetSendingV( u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferStride ); 55 void SetSendingYuv( u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferStride ); 60 void SetReceiving( u32 pDst, size_t imageSize, s16 transferUnit, s16 transferStride ); 62 void SetInputLineWidth( s16 width ); 63 s16 GetInputLineWidth( void ); 64 void SetInputLines( s16 lines ); 65 s16 GetInputLines( void ); 67 size_t GetOutputBlockSize( s16 lineWidth, OutputFormat format ); [all …]
|
| D | y2r_Y2r.h | 111 …t SetSendingY( nn::Handle srcProcess, u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferSt… 112 …t SetSendingU( nn::Handle srcProcess, u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferSt… 113 …t SetSendingV( nn::Handle srcProcess, u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferSt… 114 …SetSendingYuv( nn::Handle srcProcess, u32 pSrc, size_t imageSize, s16 transferUnit, s16 transferSt… 119 … SetReceiving( nn::Handle dstProcess, u32 pDst, size_t imageSize, s16 transferUnit, s16 transferSt… 121 static nn::Result SetInputLineWidth( s16 width ); 122 static nn::Result GetInputLineWidth( s16* pWidth ); 123 static nn::Result SetInputLines( s16 lines ); 124 static nn::Result GetInputLines( s16* pLines ); 129 static nn::Result SetAlpha( s16 alpha ); [all …]
|
| D | y2r_Types.h | 143 s16 inputLineWidth; //!< SetInputLineWidth で指定する値 144 s16 inputLines; //!< SetInputLines で指定する値 147 s16 alpha; //!< SetAlpha で指定する値
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/camera/CTR/ |
| D | camera_Api.h | 44 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit … 46 void SetTransferLines( Port port, s16 lines, s16 width, s16 height ); 47 s16 GetMaxLines( s16 width, s16 height ); 48 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ); 50 size_t GetMaxBytes( s16 width, s16 height ); 53 void SetTrimmingParams( Port port, s16 xStart, s16 yStart, s16 xEnd, s16 yEnd ); 54 void GetTrimmingParams( s16* pXStart, s16* pYStart, s16* pXEnd, s16* pYEnd, Port port ); 55 …void SetTrimmingParamsCenter( Port port, s16 trimWidth, s16 trimHeight, s16 camWidth, s16 camHeigh… 67 …::Result SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 cr… 75 …nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 heig… [all …]
|
| D | camera_CalibrationTypes.h | 86 s16 imageWidth; 89 s16 imageHeight; 111 s16 aeBaseTarget; // 0xA24F 112 s16 kRL; // 0xA366 113 s16 kGL; // 0xA367 114 s16 kBL; // 0xA368 115 s16 ccmPosition; // 0xA353
|
| D | camera_Camera.h | 120 … nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, size_t imageSize, s16 transferUnit ); 122 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height ); 123 static nn::Result GetMaxLines( s16* pLines, s16 width, s16 height ); 124 …tic nn::Result SetTransferBytes( nn::camera::CTR::Port port, size_t bytes, s16 width, s16 height ); 126 static nn::Result GetMaxBytes( size_t* pBytes, s16 width, s16 height ); 129 …nn::Result SetTrimmingParams( nn::camera::CTR::Port port, s16 xStart, s16 yStart, s16 xEnd, s16 yE… 130 …static nn::Result GetTrimmingParams( s16* pXStart, s16* pYStart, s16* pXEnd, s16* pYEnd, nn::camer… 131 …etTrimmingParamsCenter( nn::camera::CTR::Port port, s16 trimWidth, s16 trimHeight, s16 camWidth, s… 143 …lSize( nn::camera::CTR::CameraSelect camera, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 cr… 151 …utoExposureWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 he… [all …]
|
| D | camera_Types.h | 276 …s16 autoExposureWindowStartX; //!< SetAutoExposureWindow で指定する startX の値。autoExp… 277 …s16 autoExposureWindowStartY; //!< SetAutoExposureWindow で指定する startY の値。autoExp… 278 …s16 autoExposureWindowWidth; //!< SetAutoExposureWindow で指定する width の値。autoExpo… 279 …s16 autoExposureWindowHeight; //!< SetAutoExposureWindow で指定する height の値。autoExp… 280 …s16 autoWhiteBalanceWindowStartX; //!< SetAutoWhiteBalanceWindow で指定する startX の値。whi… 281 …s16 autoWhiteBalanceWindowStartY; //!< SetAutoWhiteBalanceWindow で指定する startY の値。whi… 282 …s16 autoWhiteBalanceWindowWidth; //!< SetAutoWhiteBalanceWindow で指定する width の値。whit… 283 …s16 autoWhiteBalanceWindowHeight; //!< SetAutoWhiteBalanceWindow で指定する height の値。whi… 311 s16 width; //!< SetDetailSize で指定する width の値 312 s16 height; //!< SetDetailSize で指定する height の値 [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/snd/CTR/Common/ |
| D | snd_Types.h | 34 s16 n0; //!< x[n] の係数を表します。 35 s16 d1; //!< y[n-1] の係数を表します。 43 s16 n0; //!< x[n] の係数を表します。 44 s16 n1; //!< x[n-1] の係数を表します。 45 s16 n2; //!< x[n-2] の係数を表します。 46 s16 d1; //!< y[n-1] の係数を表します。 47 s16 d2; //!< y[n-2] の係数を表します。 238 s16 n0; //!< x[n] の係数を表します。 239 s16 d1; //!< y[n-1] の係数を表します。 247 s16 n0; //!< x[n] の係数を表します。 [all …]
|
| D | snd_Adpcm.h | 40 s16 a[8][2]; 44 s16 yn1; 45 s16 yn2; 49 s16 loop_yn1; 50 s16 loop_yn2; 88 s16 yn1; //!< 履歴データ(1 つ前のサンプル値) 89 s16 yn2; //!< 履歴データ(2 つ前のサンプル値)
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/socket/ |
| D | socket_Types.h | 46 s16 addrType; /**< 名前解決結果のアドレスのアドレスタイプ。PF_INET|PF_INET6 */ 47 s16 length; /**< 名前解決結果のアドレスのアドレス長(単位はバイト) */ 48 s16 addrNum; /**< 名前解決結果のIPアドレスの個数 */ 49 s16 aliasNum; /**< 名前解決したホストのエイリアス名の個数 */ 89 s16 mtu;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/snd/CTR/MPCore/ |
| D | snd_OutputCapture.h | 42 void Write(s16* pData, s32 length = NN_SND_SAMPLES_PER_FRAME); 73 return NN_SND_SAMPLES_PER_FRAME * sizeof(s16) * 2 * frames; in GetRequiredMemorySize() 118 s32 Read(s16* pData, s32 length = NN_SND_SAMPLES_PER_FRAME); 129 static const size_t UNIT_SIZE = sizeof(s16) * 2; // 16bit, stereo
|
| D | snd_Api.h | 399 bool SetSurroundSpacialFilter(s16* pSrc, s32 nCoeffs); 409 bool SetSurroundDirectionFilter(s16* pSrc, s32 nCoeffs, s32 mode); 506 bool GetMixedBusData(s16* pData, s32 nSamplesPerFrame = NN_SND_SAMPLES_PER_FRAME); 546 s32 EncodeAdpcmData(s16* pInput, u8* pOutput, s32 nSamples, s32 sampleRate, s32 loopStart, s32 loop… 557 void DecodeAdpcmData(u8* pInput, s16* pOutput, AdpcmParam& param, AdpcmContext& context, s32 nSampl…
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/tpl/CTR/ |
| D | tpl_ReadTexturePackage.h | 46 s16 GetTextureIndex(const void* pTexPackage, const char* texPath); 61 void* GetTexture(s32* mipLevel, u32* mipmapSize, const void* pTexPackage, const s16 texIndex); 73 bool GetTextureInfo(CtrTextureInfo* pTexInfo, const void* pTexPackage, const s16 texIndex);
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/pl/CTR/ |
| D | pl_PedometerApi.h | 66 s16 year; //!< このエントリの年です。 67 s16 month; //!< このエントリの月です。 118 s16 year; 119 s16 month;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/mic/CTR/ |
| D | mic_Types.h | 52 const s16 SAMPLING_TYPE_SIGNED_16BIT_SILENT_DATA = 0; 93 const s16 TYPE_SIGNED_16BIT_GUARANTEED_INPUT_MIN = -25663; 97 …const s16 TYPE_SIGNED_16BIT_GUARANTEED_INPUT_MAX = TYPE_SIGNED_16BIT_GUARANTEED_INPUT_MIN + TYPE_1…
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ARMv6/ |
| D | math_Matrix44.cpp | 36 VLDMIA r1!,{s16-s23} // レジスタ[S16-S23]に行列p1を入れる in MTX44AddAsm() 38 VADD.F32 s0,s16,s0 in MTX44AddAsm() 43 VLDMIA r1!,{s16-s19} // p1の続き in MTX44AddAsm() 52 VADD.F32 s8,s16,s8 in MTX44AddAsm() 83 VLDMIA r2!,{s16-s23} // レジスタ[S16-S23]に行列p2を入れる in MTX44MultAsm() 87 VMUL.F32 s0,s24,s16 in MTX44MultAsm() 93 VMUL.F32 s4,s25,s16 in MTX44MultAsm() 99 VMUL.F32 s8,s24,s16 in MTX44MultAsm() 105 VMUL.F32 s12,s25,s16 in MTX44MultAsm() 111 VLDMIA r2!,{s16-s19} // レジスタ[S16-S19]に行列p2を入れる in MTX44MultAsm() [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/ |
| D | math_Matrix33.ipp | 75 VMLA.F32 s19,s16,s2 79 VMLA.F32 s22,s16,s5 83 VMLA.F32 s25,s16,s8 115 VLDR.F32 s16,[r1,#3*4*0+4*0] // 行列p1[0][0] 118 VMUL.F32 s0,s10,s16 119 VMUL.F32 s1,s11,s16 120 VMUL.F32 s2,s12,s16 121 VLDR.F32 s16,[r1,#3*4*2+4*0] // 行列p1[2][0] 128 VMUL.F32 s6,s10,s16 129 VMUL.F32 s7,s11,s16 [all …]
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/font/detail/ |
| D | font_BinaryFileFormat.h | 55 typedef s16 ResS16; //!< @details :private 83 s16 SInt16; 141 static s16 BSwap( s16 val ) 143 return (s16)( ((u16)val >> 8) | ((u16)val << 8) ); 165 typedef ResNum<s16> ResS16; //!< @details :private
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/net/osl/ |
| D | osl_MbufPool.h | 39 void Initialize(u16 id, s16 unitSize, s32 count, uptr base, bool bServer); 55 static size_t GetRequiredMemorySize(s16 unitSize, s32 count); 71 s16 m_unitSize;
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/rdt/CTR/ |
| D | types.h | 50 typedef signed short int s16; typedef 66 typedef volatile s16 vs16;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/config/compiler/ |
| D | types_gcc.h | 46 typedef signed short int s16; typedef 62 typedef volatile s16 vs16;
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/ |
| D | types.h | 46 typedef signed short int s16; typedef 62 typedef volatile s16 vs16;
|