IDDCX_FRAME_STATISTICS_STEP structure (iddcx.h)

The IDDCX_FRAME_STATISTICS_STEP structure provides information about the frame processing step being used by the driver.

Syntax

struct IDDCX_FRAME_STATISTICS_STEP {
  UINT                             Size;
  IDDCX_FRAME_STATISTICS_STEP_TYPE Type;
  UINT64                           QpcTime;
  UINT32                           Data[2];
};

Members

Size

Total size of this structure, in bytes.

Type

A IDDCX_FRAME_STATISTICS_STEP_TYPE value that specifies the type of frame processing step.

QpcTime

Specifies the system QPC time of the step.

Data[2]

When driver-defined processing part is used, then the driver can store additional data here.

Requirements

Requirement Value
Header iddcx.h

See also

IDDCX_FRAME_STATISTICS