Monado OpenXR Runtime
|
An xrt_frame_sink that splits the input based on hue. More...
Data Fields | |
struct xrt_frame_sink | base |
struct xrt_frame_node | node |
struct xrt_frame_sink * | sinks [4] |
struct t_hsv_filter_params | params |
struct xrt_frame * | frames [4] |
struct u_sink_debug | usds [4] |
struct t_hsv_filter_optimized_table | table |
Data Fields inherited from xrt_frame_sink | |
void(* | push_frame )(struct xrt_frame_sink *sink, struct xrt_frame *frame) |
Push a frame into the sink. More... | |
Data Fields inherited from xrt_frame_node | |
struct xrt_frame_node * | next |
void(* | break_apart )(struct xrt_frame_node *node) |
Called first in when the graph is being destroyed, remove any references frames and other objects and stop threads. More... | |
void(* | destroy )(struct xrt_frame_node *node) |
Do the actual freeing of the objects. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from xrt_frame_sink | |
static void | xrt_sink_push_frame (struct xrt_frame_sink *sink, struct xrt_frame *frame) |
Push a frame into the sink. More... | |
An xrt_frame_sink that splits the input based on hue.