diff options
Diffstat (limited to 'AVStream/avscamera/sys/Sensor.h')
| -rw-r--r-- | AVStream/avscamera/sys/Sensor.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/AVStream/avscamera/sys/Sensor.h b/AVStream/avscamera/sys/Sensor.h index 061e6ed5..a40b9d0c 100644 --- a/AVStream/avscamera/sys/Sensor.h +++ b/AVStream/avscamera/sys/Sensor.h @@ -172,7 +172,7 @@ protected: // // The number of ISR's that have occurred since capture started. // - ULONG *m_InterruptTime; + LONGLONG *m_InterruptTime; // // The last reading of mappings completed. @@ -499,9 +499,9 @@ public: virtual NTSTATUS SetPFS( - _In_ ISP_FRAME_SETTINGS *pIspSettings, - _In_ ULONG FrameLimit, - _In_ ULONG LoopLimit + _In_opt_ ISP_FRAME_SETTINGS *pIspSettings, + _In_ ULONG FrameLimit, + _In_ ULONG LoopLimit ); virtual @@ -516,6 +516,9 @@ public: m_MountingOrientation = Orientation; } + void + SetSynthesizerAttribute( CSynthesizer::Attribute Attrib, LONGLONG Info ); + protected: LONG IncrementFilterCount() |
