Monado OpenXR Runtime
|
An xrt_frame_sink that quirks frames. More...
Data Structures | |
struct | u_sink_quirk |
An xrt_frame_sink that quirks frames. More... | |
Functions | |
static void | quirk_frame (struct xrt_frame_sink *xfs, struct xrt_frame *xf) |
static void | break_apart (struct xrt_frame_node *node) |
static void | destroy (struct xrt_frame_node *node) |
void | u_sink_quirk_create (struct xrt_frame_context *xfctx, struct xrt_frame_sink *downstream, struct u_sink_quirk_params *params, struct xrt_frame_sink **out_xfs) |
An xrt_frame_sink that quirks frames.
|
static |
References XRT_STEREO_FORMAT_INTERLEAVED, and XRT_STEREO_FORMAT_SBS.
Referenced by xrt_frame_sink::u_sink_quirk_create().