Home
last modified time | relevance | path

Searched refs:out_fourcc (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dfec.c143 buf->out_fourcc, buf->out_fourcc >> 8, in fec_running()
144 buf->out_fourcc >> 16, buf->out_fourcc >> 24); in fec_running()
179 switch (buf->out_fourcc) { in fec_running()
202 buf->out_fourcc, buf->out_fourcc >> 8, in fec_running()
203 buf->out_fourcc >> 16, buf->out_fourcc >> 24); in fec_running()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include/
H A Drk_ispfec_api.h76 int out_fourcc; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A Drk_ispfec.cpp314 param.out_fourcc = V4L2_PIX_FMT_NV12; in rk_ispfec_api_process()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A Drkispp-config.h143 int out_fourcc; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-ispp-config.h122 int out_fourcc; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A Drkispp-config.h150 int out_fourcc; member
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c525 u32 *out_fourcc, in s5p_jpeg_adjust_fourcc_to_subsampling() argument
539 *out_fourcc = V4L2_PIX_FMT_GREY; in s5p_jpeg_adjust_fourcc_to_subsampling()
545 *out_fourcc = subs420_fourcc_dwngrd_schema[dwngrd_sch_id]; in s5p_jpeg_adjust_fourcc_to_subsampling()
551 *out_fourcc = subs422_fourcc_dwngrd_schema[dwngrd_sch_id]; in s5p_jpeg_adjust_fourcc_to_subsampling()
554 *out_fourcc = V4L2_PIX_FMT_GREY; in s5p_jpeg_adjust_fourcc_to_subsampling()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c524 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
541 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
H A Dcapture_v30.c528 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
545 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
H A Dcapture_v21.c727 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
744 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
H A Dcapture_v20.c768 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
785 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
H A Dcapture_v32.c762 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, u32 *format) in mbus_code_sp_in_fmt() argument
779 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp1/
H A Dcapture.c141 static int mbus_code_sp_in_fmt(u32 in_mbus_code, u32 out_fourcc, in mbus_code_sp_in_fmt() argument
159 if (out_fourcc == V4L2_PIX_FMT_GREY) in mbus_code_sp_in_fmt()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp2760 g_ispfec_cfg.out_fourcc = 0;