Home
last modified time | relevance | path

Searched refs:vid_height (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.h77 uint32_t vid_height; /* height of the video frame, in pixels */ member
Dusbd_video.c268 if (param->vid_height <= 0x1 || param->vid_height > UVC_VIDEO_HEIGHT_MAX) in uvc_open_device()
314 uvc->vid_h = param->vid_height; in uvc_open_device()