summaryrefslogtreecommitdiff
path: root/avstream/avscamera/sys/hwsim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'avstream/avscamera/sys/hwsim.cpp')
-rw-r--r--avstream/avscamera/sys/hwsim.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/avstream/avscamera/sys/hwsim.cpp b/avstream/avscamera/sys/hwsim.cpp
index fdf7b367..80a4adcf 100644
--- a/avstream/avscamera/sys/hwsim.cpp
+++ b/avstream/avscamera/sys/hwsim.cpp
@@ -796,6 +796,7 @@ bool
CHardwareSimulation::
CheckForAvailableBuffer()
{
+ PAGED_CODE();
return true;
}
@@ -803,6 +804,7 @@ NTSTATUS
CHardwareSimulation::
CommitImageData(PSCATTER_GATHER_ENTRY sGEntry, ULONG stride)
{
+ PAGED_CODE();
// Have the synthesizer output a frame to the buffer.
ULONG CommitBufferSize = sGEntry->ByteCount;
PUCHAR CommitBufferAddress = sGEntry->Virtual;
@@ -818,6 +820,7 @@ NTSTATUS
CHardwareSimulation::
ValidateBuffer(PSCATTER_GATHER_ENTRY sGEntry)
{
+ PAGED_CODE();
return STATUS_SUCCESS;
}