Lines Matching refs:frame_info
305 DXGI_OUTDUPL_FRAME_INFO frame_info; in Capture() local
308 ret = GetFrame (&texture, &move_count, &dirty_count, &frame_info, &timeout); in Capture()
319 ret = GetMouse (&ptr_info_, &frame_info); in Capture()
327 &output_desc_, move_count, dirty_count, &frame_info); in Capture()
752 GetMouse (PTR_INFO * ptr_info, DXGI_OUTDUPL_FRAME_INFO * frame_info) in GetMouse() argument
756 if (frame_info->LastMouseUpdateTime.QuadPart == 0) in GetMouse()
759 ptr_info->Position.x = frame_info->PointerPosition.Position.x; in GetMouse()
760 ptr_info->Position.y = frame_info->PointerPosition.Position.y; in GetMouse()
761 ptr_info->LastTimeStamp = frame_info->LastMouseUpdateTime; in GetMouse()
762 ptr_info->Visible = frame_info->PointerPosition.Visible != 0; in GetMouse()
765 if (frame_info->PointerShapeBufferSize == 0) in GetMouse()
769 ptr_info->MaybeReallocBuffer (frame_info->PointerShapeBufferSize); in GetMouse()
775 HRESULT hr = dupl_->GetFramePointerShape(frame_info->PointerShapeBufferSize, in GetMouse()
804 DXGI_OUTDUPL_FRAME_INFO * frame_info, bool* timeout) in GetFrame() argument
811 HRESULT hr = dupl_->AcquireNextFrame(0, frame_info, &resource); in GetFrame()
837 frame_info->LastPresentTime.QuadPart, in GetFrame()
838 frame_info->LastMouseUpdateTime.QuadPart, in GetFrame()
839 frame_info->AccumulatedFrames, in GetFrame()
840 frame_info->RectsCoalesced, in GetFrame()
841 frame_info->ProtectedContentMaskedOut, in GetFrame()
842 frame_info->PointerPosition.Position.x, in GetFrame()
843 frame_info->PointerPosition.Position.y, in GetFrame()
844 frame_info->PointerPosition.Visible, in GetFrame()
845 frame_info->TotalMetadataBufferSize, in GetFrame()
846 frame_info->PointerShapeBufferSize); in GetFrame()
856 if (frame_info->TotalMetadataBufferSize) { in GetFrame()
857 UINT buf_size = frame_info->TotalMetadataBufferSize; in GetFrame()
889 buf_size = frame_info->TotalMetadataBufferSize - buf_size; in GetFrame()
1277 DXGI_OUTDUPL_FRAME_INFO * frame_info) in ProcessFrame() argument
1284 if (frame_info->TotalMetadataBufferSize) { in ProcessFrame()