mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-04 06:12:04 +00:00
[client/host/idd/lgmp] add additional timing metrics
This commit is contained in:
@@ -299,10 +299,12 @@ static CaptureResult xcb_waitFrame(
|
||||
}
|
||||
|
||||
static CaptureResult xcb_getFrame(
|
||||
unsigned frameBufferIndex,
|
||||
unsigned frameBufferIndex,
|
||||
FrameBuffer * frame,
|
||||
const size_t maxFrameSize)
|
||||
const size_t maxFrameSize,
|
||||
CaptureFrame * captureFrame)
|
||||
{
|
||||
(void)captureFrame;
|
||||
DEBUG_ASSERT(this);
|
||||
DEBUG_ASSERT(this->initialized);
|
||||
|
||||
|
||||
@@ -463,10 +463,12 @@ static CaptureResult pipewire_waitFrame(
|
||||
}
|
||||
|
||||
static CaptureResult pipewire_getFrame(
|
||||
unsigned frameBufferIndex,
|
||||
unsigned frameBufferIndex,
|
||||
FrameBuffer * frame,
|
||||
const size_t maxFrameSize)
|
||||
const size_t maxFrameSize,
|
||||
CaptureFrame * captureFrame)
|
||||
{
|
||||
(void)captureFrame;
|
||||
if (this->stop || !this->frameData)
|
||||
return CAPTURE_RESULT_REINIT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user