Home
last modified time | relevance | path

Searched refs:bufcnt (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dcamera_source.c46 RK_U32 bufcnt; // # of buffers member
112 CamSource *camera_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFr… in camera_source_init() argument
127 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()
H A Dcamera_source.h29 CamSource* camera_source_init(const char *device, RK_U32 bufcnt, RK_U32 width, RK_U32 height, MppFr…