Lines Matching refs:Port

38         void StartCapture( Port port );
39 void StopCapture( Port port );
40 bool IsBusy( Port port );
41 void ClearBuffer( Port port );
42 void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port );
43 void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port );
44 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit …
45 bool IsFinishedReceiving( Port port );
46 void SetTransferLines( Port port, s16 lines, s16 width, s16 height );
48 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height );
49 size_t GetTransferBytes( Port port );
51 void SetTrimming( Port port, bool enable );
52 bool IsTrimming( Port port );
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…
79 void GetLatestVsyncTiming( nn::fnd::TimeSpan *pTime, Port port, size_t past );
132 inline void StartCapture( Port port ) in StartCapture()
142 inline void StopCapture( Port port ) in StopCapture()
152 inline bool IsBusy( Port port ) in IsBusy()
162 inline void ClearBuffer( Port port ) in ClearBuffer()
173 inline void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port ) in GetVsyncInterruptEvent()
186 inline void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port ) in GetBufferErrorInterruptEvent()
201 …inline void SetReceiving( nn::os::Event* pEvent, void* pDst, Port port, size_t imageSize, s16 tran… in SetReceiving()
211 inline bool IsFinishedReceiving( Port port ) in IsFinishedReceiving()
230 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines()
267 inline void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ) in SetTransferBytes()
277 inline size_t GetTransferBytes( Port port ) in GetTransferBytes()
325 inline void SetTrimming( Port port, bool enable ) in SetTrimming()
335 inline bool IsTrimming( Port port ) in IsTrimming()
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()
755 inline void GetLatestVsyncTiming( nn::fnd::TimeSpan *pTime, Port port, size_t past = 1)