Home
last modified time | relevance | path

Searched refs:nframes (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_driver.c362 format->nframes = 1; in uvc_parse_format()
386 frame = &format->frame[format->nframes]; in uvc_parse_format()
462 format->nframes++; in uvc_parse_format()
499 __u32 nformats = 0, nframes = 0, nintervals = 0; in uvc_parse_streaming() local
630 nframes++; in uvc_parse_streaming()
643 nframes++; in uvc_parse_streaming()
649 nframes++; in uvc_parse_streaming()
665 size = nformats * sizeof *format + nframes * sizeof *frame in uvc_parse_streaming()
678 interval = (__u32 *)&frame[nframes];//????????? in uvc_parse_streaming()
695 frame += format->nframes; in uvc_parse_streaming()
A Duvc_video.c160 for (i = 0; i < format->nframes; ++i) { in uvc_fixup_video_ctrl()
1337 if (format->nframes == 0) { in uvc_video_init()
1347 for (i = format->nframes; i > 0; --i) { in uvc_video_init()
1502 … hal_log_err(" nframes = %d \n",stream->cur_format->nframes); in uvc_video_enable()
A Duvc_v4l2.c133 for (i = 0; i < format->nframes; ++i) { in uvc_v4l2_try_format()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/
A Duvcvideo.h252 unsigned int nframes; member

Completed in 13 milliseconds