Searched refs:bufcnt (Results 1 – 2 of 2) sorted by relevance
46 RK_U32 bufcnt; // # of buffers member112 CamSource *camera_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFr… in camera_source_init() argument127 ctx->bufcnt = bufcnt; in camera_source_init()210 req.count = ctx->bufcnt; in camera_source_init()218 if (req.count != ctx->bufcnt) { in camera_source_init()224 for (i = 0 ; i < ctx->bufcnt; i++) { in camera_source_init()286 for (i = 0; i < ctx->bufcnt; i++ ) { in camera_source_init()312 for (i = 0; i < ctx->bufcnt; i++ ) { in camera_source_init()345 for (i = 0 ; i < ctx->bufcnt; i++) { in camera_source_deinit()386 if (buf.index > ctx->bufcnt) { in camera_source_get_frame()
29 CamSource* camera_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFr…