Monado OpenXR Runtime
Data Structures | Functions
u_sink_deinterleaver.c File Reference

A xrt_frame_sink that deinterleaves stereo frames. More...

#include "util/u_misc.h"
#include "util/u_sink.h"
#include "util/u_frame.h"
Include dependency graph for u_sink_deinterleaver.c:

Data Structures

struct  u_sink_deinterleaver
 

Functions

void u_sink_deinterleaver_create (struct xrt_frame_context *xfctx, struct xrt_frame_sink *downstream, struct xrt_frame_sink **out_xfs)
 

Detailed Description

A xrt_frame_sink that deinterleaves stereo frames.

Author
Pete Black pblac.nosp@m.k@co.nosp@m.llabo.nosp@m.ra.c.nosp@m.om
Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m

Function Documentation

◆ u_sink_deinterleaver_create()

void u_sink_deinterleaver_create ( struct xrt_frame_context xfctx,
struct xrt_frame_sink downstream,
struct xrt_frame_sink **  out_xfs 
)