Searched defs:CamSource (Results 1 – 2 of 2) sorted by relevance
44 struct CamSource { struct45 RK_S32 fd; // Device handle46 RK_U32 bufcnt; // # of buffers47 enum v4l2_buf_type type;48 MppFrameFormat fmt;49 CamFrame fbuf[10];// frame buffers
22 typedef struct CamSource CamSource; typedef