diff options
| author | Wei Mao <[email protected]> | 2017-03-20 18:25:57 -0700 |
|---|---|---|
| committer | Wei Mao <[email protected]> | 2017-03-20 18:27:00 -0700 |
| commit | e044ea456aad4c444fbce00a2d9b56b304d59884 (patch) | |
| tree | 4326af385f0666a3af0b7dfae534db68e3e25785 /avstream/avscamera/sys/hwsim.h | |
| parent | bc6e698503f46afbd8fcf62f6d3939147dc49999 (diff) | |
| parent | e4581d8cd1bcc5108786b082a1ec24007a508847 (diff) | |
Merge pull request #118 from saredd/master
Diffstat (limited to 'avstream/avscamera/sys/hwsim.h')
| -rw-r--r-- | avstream/avscamera/sys/hwsim.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avstream/avscamera/sys/hwsim.h b/avstream/avscamera/sys/hwsim.h index 247de1f0..0a866eea 100644 --- a/avstream/avscamera/sys/hwsim.h +++ b/avstream/avscamera/sys/hwsim.h @@ -116,8 +116,8 @@ protected: ULONG m_NumMappingsCompleted; ULONG m_ScatterGatherMappingsQueued; ULONG m_ScatterGatherBytesQueued; - ULONG m_NumFramesSkipped; - ULONG m_InterruptTime; + LONGLONG m_NumFramesSkipped; + LONGLONG m_InterruptTime; LARGE_INTEGER m_StartTime; CSensor *m_Sensor; @@ -174,7 +174,7 @@ protected: public: // Debug helper - LONG GetSkippedFrameCount() + LONGLONG GetSkippedFrameCount() { return m_NumFramesSkipped; } |
