Home
last modified time | relevance | path

Searched defs:uvc_handle (Results 1 – 1 of 1) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h722 void *uvc_handle; /* UVC transmission handle */ member
769 struct uvc_handle struct
771 u32 vid_w; /* Video Frame width in pixels */
772 u32 vid_h; /* Video Frame height in pixels */
773 u32 vid_f; /* Video Frame format */
774 u32 state; /* state of UVC handle */
775 uvc_continue_func copy_func; /* video transmission video frame copy function */
776 uvc_continue_func next_func; /* video transmission video next frame function */
777 void *_priv; /* video transmission private pointer */
779 u32 retransmission;
[all …]