Go to the source code of this file.
Functions | |
static unsigned char | sat (int i) |
uvc_frame_t * | uvc_allocate_frame (size_t data_bytes) |
Allocate a frame structure. | |
uvc_error_t | uvc_duplicate_frame (uvc_frame_t *in, uvc_frame_t *out) |
Duplicate a frame, preserving color format. | |
uvc_error_t | uvc_ensure_frame_size (uvc_frame_t *frame, size_t need_bytes) |
void | uvc_free_frame (uvc_frame_t *frame) |
Free a frame structure. |
uvc_error_t uvc_ensure_frame_size | ( | uvc_frame_t * | frame, |
size_t | need_bytes | ||
) |