Lines Matching refs:s16

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…
76 …::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he…
201 …inline void SetReceiving( nn::os::Event* pEvent, void* pDst, Port port, size_t imageSize, s16 tran… in SetReceiving()
230 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines()
249 inline s16 GetMaxLines( s16 width, s16 height ) in GetMaxLines()
267 inline void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ) in SetTransferBytes()
293 inline size_t GetMaxBytes( s16 width, s16 height ) in GetMaxBytes()
303 inline size_t GetLineBytes( s16 width ) in GetLineBytes()
314 inline size_t GetFrameBytes( s16 width, s16 height ) in GetFrameBytes()
354 inline void SetTrimmingParams( Port port, s16 xStart, s16 yStart, s16 xEnd, s16 yEnd ) in SetTrimmingParams()
368 inline void GetTrimmingParams( s16* pXStart, s16* pYStart, s16* pXEnd, s16* pYEnd, Port port ) in GetTrimmingParams()
384 …inline void SetTrimmingParamsCenter( Port port, s16 trimWidth, s16 trimHeight, s16 camWidth, s16 c… in SetTrimmingParamsCenter()
563 …t SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0 = 0, s16 cropY0 = 0, s16 c…
686 …e nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he… in SetAutoExposureWindow()
703 …::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he… in SetAutoWhiteBalanceWindow()