Lines Matching refs:length
38 size_t length; member
232 buf.length = FMT_NUM_PLANES; in camera_source_init()
242 buf_len = buf.m.planes[0].length; in camera_source_init()
245 buf.m.planes[0].length, in camera_source_init()
250 buf_len = buf.length; in camera_source_init()
253 buf.length, in camera_source_init()
263 ctx->fbuf[i].length = buf_len; // record buffer length for unmap in camera_source_init()
296 buf.length = FMT_NUM_PLANES; in camera_source_init()
354 munmap(ctx->fbuf[buf.index].start, ctx->fbuf[buf.index].length); in camera_source_deinit()
378 buf.length = FMT_NUM_PLANES; in camera_source_get_frame()
415 buf.length = FMT_NUM_PLANES; in camera_source_put_frame()