Home
last modified time | relevance | path

Searched refs:camera (Results 1 – 10 of 10) sorted by relevance

/CTR-SDK-0.14.4/include/nn/camera/CTR/
Dcamera_Camera.h33 namespace camera {
115 static nn::Result StartCapture( nn::camera::CTR::Port port );
116 static nn::Result StopCapture( nn::camera::CTR::Port port );
117 static nn::Result IsBusy( bool* pState, nn::camera::CTR::Port port );
118 static nn::Result ClearBuffer( nn::camera::CTR::Port port );
119 static nn::Result GetVsyncInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port );
120 … static nn::Result GetBufferErrorInterruptEvent( nn::Handle* pHandle, nn::camera::CTR::Port port );
121 … SetReceiving( nn::Handle* pHandle, nn::Handle dstProcess, u32 pDst, nn::camera::CTR::Port port, s…
122 static nn::Result IsFinishedReceiving( bool* pState, nn::camera::CTR::Port port );
123 …static nn::Result SetTransferLines( nn::camera::CTR::Port port, s16 lines, s16 width, s16 height );
[all …]
Dcamera_Types.h37 namespace camera {
263 CameraSelect camera; //!< パラメータを設定するカメラの組み合わせ member
292 CameraSelect camera; //!< パラメータを設定するカメラの組み合わせ member
306 CameraSelect camera; //!< パラメータを設定するカメラの組み合わせ member
Dcamera_CalibrationTypes.h20 namespace camera {
Dcamera_Result.h27 namespace camera {
Dcamera_Api.h31 namespace camera {
/CTR-SDK-0.14.4/include/nn/
Dcamera.h41 namespace camera {
42 using namespace nn::camera::CTR;
/CTR-SDK-0.14.4/include/nn/math/
Dmath_Geometry.h371 FRUSTUM(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in FRUSTUM() argument
373 Set(fovyRad, aspect, n, f, camera); in FRUSTUM()
387 FRUSTUM(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in FRUSTUM() argument
389 Set(top, bottom, left, right, n, f, camera); in FRUSTUM()
417 void Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera);
428 void Set(f32 fovyRad, f32 aspect, f32 n, f32 f, const MTX34& camera) in Set() argument
433 Set(ny, -ny, -nx, nx, n, f, camera); in Set()
/CTR-SDK-0.14.4/resources/specfiles/
DApplication.desc202 camera: 0x0004013000001602L
DDlpChild.desc202 camera: 0x0004013000001602L
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp164 FRUSTUM::Set(f32 top, f32 bottom, f32 left, f32 right, f32 n, f32 f, const MTX34& camera) in Set() argument
167 MTX34Inverse(&invCamera, &camera); in Set()
168 MTX34Copy(&cam, &camera); in Set()