Go to the source code of this file.
Namespaces | |
librealsense | |
librealsense::platform | |
Functions | |
void | cleanup_frame (backend_frame *ptr) |
void | librealsense::platform::uvc_process_bulk_payload (backend_frame_ptr fp, size_t payload_len, backend_frames_queue &queue) |
Variables | |
const int | DEQUEUE_MILLISECONDS_TIMEOUT = 50 |
const int | ENDPOINT_RESET_MILLISECONDS_TIMEOUT = 100 |
const int | UVC_PAYLOAD_MAX_HEADER_LENGTH = 1024 |
void cleanup_frame | ( | backend_frame * | ptr | ) |
Definition at line 11 of file uvc-streamer.cpp.
const int DEQUEUE_MILLISECONDS_TIMEOUT = 50 |
Definition at line 8 of file uvc-streamer.cpp.
const int ENDPOINT_RESET_MILLISECONDS_TIMEOUT = 100 |
Definition at line 9 of file uvc-streamer.cpp.
const int UVC_PAYLOAD_MAX_HEADER_LENGTH = 1024 |
Definition at line 7 of file uvc-streamer.cpp.