Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/camera/CTR/
Dcamera_Api.h76 …nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 heig…
77 …nn::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 …
687 …inline nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s… in SetAutoExposureWindow() argument
689 return detail::SetAutoExposureWindow( select, startX, startY, width, height ); in SetAutoExposureWindow()
704 …inline nn::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 widt… in SetAutoWhiteBalanceWindow() argument
706 return detail::SetAutoWhiteBalanceWindow( select, startX, startY, width, height ); in SetAutoWhiteBalanceWindow()
Dcamera_Camera.h152 …utoExposureWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 he…
153 …hiteBalanceWindow( nn::camera::CTR::CameraSelect camera, s16 startX, s16 startY, s16 width, s16 he…