Lines Matching refs:Port
39 void StartCapture( Port port );
40 void StopCapture( Port port );
41 bool IsBusy( Port port );
42 void ClearBuffer( Port port );
43 void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port );
44 void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port );
45 …void SetReceiving( nn::os::Event* pEvent, u32 pDst, Port port, size_t imageSize, s16 transferUnit …
46 bool IsFinishedReceiving( Port port );
47 void SetTransferLines( Port port, s16 lines, s16 width, s16 height );
49 void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height );
50 size_t GetTransferBytes( Port port );
52 void SetTrimming( Port port, bool enable );
53 bool IsTrimming( Port port );
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…
80 void GetLatestVsyncTiming( nn::fnd::TimeSpan *pTime, Port port, size_t past );
133 inline void StartCapture( Port port ) in StartCapture()
143 inline void StopCapture( Port port ) in StopCapture()
153 inline bool IsBusy( Port port ) in IsBusy()
163 inline void ClearBuffer( Port port ) in ClearBuffer()
174 inline void GetVsyncInterruptEvent( nn::os::Event* pEvent, Port port ) in GetVsyncInterruptEvent()
187 inline void GetBufferErrorInterruptEvent( nn::os::Event* pEvent, Port port ) in GetBufferErrorInterruptEvent()
202 …inline void SetReceiving( nn::os::Event* pEvent, void* pDst, Port port, size_t imageSize, s16 tran… in SetReceiving()
212 inline bool IsFinishedReceiving( Port port ) in IsFinishedReceiving()
231 inline void SetTransferLines( Port port, s16 lines, s16 width, s16 height ) in SetTransferLines()
268 inline void SetTransferBytes( Port port, size_t bytes, s16 width, s16 height ) in SetTransferBytes()
278 inline size_t GetTransferBytes( Port port ) in GetTransferBytes()
326 inline void SetTrimming( Port port, bool enable ) in SetTrimming()
336 inline bool IsTrimming( Port port ) in IsTrimming()
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()
756 inline void GetLatestVsyncTiming( nn::fnd::TimeSpan *pTime, Port port, size_t past = 1)