uint32_t width
Definition: xrt_frame.h:30
Basic frame data structure - holds a pointer to buffer.
Definition: xrt_frame.h:24
xrt_format
Common formats, use u_format_* functions to reason about them.
Definition: xrt_defines.h:61
uint32_t height
Definition: xrt_frame.h:31
void u_frame_create_one_off(enum xrt_format f, uint32_t width, uint32_t height, struct xrt_frame **out_frame)
Creates a single non-pooled frame, when the reference reaches zero it is freed.
Definition: u_frame.c:26