Home
last modified time | relevance | path

Searched refs:on (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/camera/CTR/
Dcamera_Api.h62 nn::Result SetAutoExposure( CameraSelect select, bool on );
64 nn::Result SetAutoWhiteBalance( CameraSelect select, bool on );
77 nn::Result SetNoiseFilter( CameraSelect select, bool on );
474 inline nn::Result SetAutoExposure( CameraSelect select, bool on ) in SetAutoExposure() argument
476 return detail::SetAutoExposure(select, on); in SetAutoExposure()
502 inline nn::Result SetAutoWhiteBalance( CameraSelect select, bool on ) in SetAutoWhiteBalance() argument
504 return detail::SetAutoWhiteBalance(select, on); in SetAutoWhiteBalance()
717 inline nn::Result SetNoiseFilter( CameraSelect select, bool on ) in SetNoiseFilter() argument
719 return detail::SetNoiseFilter( select, on ); in SetNoiseFilter()
Dcamera_Camera.h138 static nn::Result SetAutoExposure( nn::camera::CTR::CameraSelect camera, bool on );
140 static nn::Result SetAutoWhiteBalance( nn::camera::CTR::CameraSelect camera, bool on );
153 static nn::Result SetNoiseFilter( nn::camera::CTR::CameraSelect camera, bool on );
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/inline/
Dmath_Quaternion.ipp334 @brief Modify q so it is on the same side of the hypersphere as qto