Home
last modified time | relevance | path

Searched refs:pOn (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.13.2/include/nn/camera/CTR/
Dcamera_Api.h64 nn::Result IsAutoExposure( bool* pOn, CameraSelect select );
66 nn::Result IsAutoWhiteBalance( bool* pOn, CameraSelect select );
486 inline nn::Result IsAutoExposure( bool* pOn, CameraSelect select ) in IsAutoExposure() argument
488 return detail::IsAutoExposure(pOn, select); in IsAutoExposure()
514 inline nn::Result IsAutoWhiteBalance( bool* pOn, CameraSelect select ) in IsAutoWhiteBalance() argument
516 return detail::IsAutoWhiteBalance(pOn, select); in IsAutoWhiteBalance()
Dcamera_Camera.h139 static nn::Result IsAutoExposure( bool* pOn, nn::camera::CTR::CameraSelect camera );
141 static nn::Result IsAutoWhiteBalance( bool* pOn, nn::camera::CTR::CameraSelect camera );