Lines Matching refs:s16

45 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit …
47 void SetTransferLines( Port port, s16 lines, s16 width, s16 height );
48 s16 GetMaxLines( s16 width, s16 height );
49 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height );
51 size_t GetMaxBytes( s16 width, s16 height );
54 void SetTrimmingParams( Port port, s16 xStart, s16 yStart, s16 xEnd, s16 yEnd );
55 void GetTrimmingParams( s16* pXStart, s16* pYStart, s16* pXEnd, s16* pYEnd, Port port );
56 …void SetTrimmingParamsCenter( Port port, s16 trimWidth, s16 trimHeight, s16 camWidth, s16 camHeigh…
68 …::Result SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0, s16 cropY0, s16 cr…
76 …nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 heig…
77 …::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he…
202 …inline void SetReceiving( nn::os::Event* pEvent, void* pDst, Port port, size_t imageSize, s16 tran… in SetReceiving()
231 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines()
250 inline s16 GetMaxLines( s16 width, s16 height ) in GetMaxLines()
268 inline void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ) in SetTransferBytes()
294 inline size_t GetMaxBytes( s16 width, s16 height ) in GetMaxBytes()
304 inline size_t GetLineBytes( s16 width ) in GetLineBytes()
315 inline size_t GetFrameBytes( s16 width, s16 height ) in GetFrameBytes()
355 inline void SetTrimmingParams( Port port, s16 xStart, s16 yStart, s16 xEnd, s16 yEnd ) in SetTrimmingParams()
369 inline void GetTrimmingParams( s16* pXStart, s16* pYStart, s16* pXEnd, s16* pYEnd, Port port ) in GetTrimmingParams()
385 …inline void SetTrimmingParamsCenter( Port port, s16 trimWidth, s16 trimHeight, s16 camWidth, s16 c… in SetTrimmingParamsCenter()
564 …t SetDetailSize( CameraSelect select, s16 width, s16 height, s16 cropX0 = 0, s16 cropY0 = 0, s16 c…
687 …e nn::Result SetAutoExposureWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he… in SetAutoExposureWindow()
704 …::Result SetAutoWhiteBalanceWindow( CameraSelect select, s16 startX, s16 startY, s16 width, s16 he… in SetAutoWhiteBalanceWindow()