Home
last modified time | relevance | path

Searched refs:active_buf (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Webcam/
A DusbWebcam.c36 typedef __s32 (*active_buf) (struct uvc_streaming *stream) ; typedef
38 static active_buf p_func;
47 …me_buf0, UVCDev->frame_buf1, UVCDev->frame_buf2, (unsigned int)UVCDev->active_buf, (unsigned int)g… in transport()
57 if(UVCDev->active_buf==NULL) in transport()
60 UVCDev->active_buf = p_func; in transport()
62 UVCDev->active_buf(UVCDev->streams); in transport()
66 if(UVCDev->active_buf) { in transport()
67 p_func = UVCDev->active_buf; in transport()
70 UVCDev->active_buf = NULL; in transport()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Include/
A Duvcvideo.h342 __s32 (*active_buf) (struct uvc_streaming *stream);//add by Kingvan member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_video.c1041 stream->dev->active_buf = uvc_video_buffer_init; in uvc_init_video_isoc()

Completed in 10 milliseconds