Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/utils/
H A Dcamera_source.c44 struct CamSource { struct
45 RK_S32 fd; // Device handle
46 RK_U32 bufcnt; // # of buffers
47 enum v4l2_buf_type type;
48 MppFrameFormat fmt;
49 CamFrame fbuf[10];// frame buffers
H A Dcamera_source.h22 typedef struct CamSource CamSource; typedef