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/imagehwsim.cpp | |
| parent | bc6e698503f46afbd8fcf62f6d3939147dc49999 (diff) | |
| parent | e4581d8cd1bcc5108786b082a1ec24007a508847 (diff) | |
Merge pull request #118 from saredd/master
Diffstat (limited to 'avstream/avscamera/sys/imagehwsim.cpp')
| -rw-r--r-- | avstream/avscamera/sys/imagehwsim.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/avstream/avscamera/sys/imagehwsim.cpp b/avstream/avscamera/sys/imagehwsim.cpp index e6256d45..1f4d7a1a 100644 --- a/avstream/avscamera/sys/imagehwsim.cpp +++ b/avstream/avscamera/sys/imagehwsim.cpp @@ -1222,7 +1222,7 @@ CompleteCloneList() NTSTATUS CImageHardwareSimulation:: -SetClock(PKSPIN pin) +SetClock(_In_ PKSPIN pin) { PAGED_CODE(); @@ -1312,9 +1312,9 @@ SetFlashStatus( NTSTATUS CImageHardwareSimulation:: SetPFS( - _In_ ISP_FRAME_SETTINGS *pIspSettings, - _In_ ULONG FrameLimit, - _In_ ULONG LoopLimit + _In_opt_ ISP_FRAME_SETTINGS *pIspSettings, + _In_ ULONG FrameLimit, + _In_ ULONG LoopLimit ) { PAGED_CODE(); |
