mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
include: uapi: rkcif-config: add describe for quick stream control
Change-Id: I8fa27286cea0972f4967f0fa91611b499d9a7358 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com>
This commit is contained in:
@@ -129,6 +129,12 @@ struct rkcif_csi_info {
|
||||
int dphy_vendor[RKCIF_MAX_CSI_NUM];
|
||||
};
|
||||
|
||||
/*
|
||||
* function: to quick start or stop stream
|
||||
* on(input): to start or stop stream
|
||||
* frame_num(output): for aiq to record frame number after stop stream
|
||||
* resume_mode(input): set resume_mode to driver for AOV, set -1 for other case
|
||||
*/
|
||||
struct rkcif_quick_stream_param {
|
||||
int on;
|
||||
__u32 frame_num;
|
||||
|
||||
Reference in New Issue
Block a user