Loading include/uapi/media/cam_isp.h +5 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,11 @@ #define CAM_ISP_USAGE_RIGHT_PX 2 #define CAM_ISP_USAGE_RDI 3 /* Acquire with custom hw */ #define CAM_ISP_ACQ_CUSTOM_NONE 0 #define CAM_ISP_ACQ_CUSTOM_PRIMARY 1 #define CAM_ISP_ACQ_CUSTOM_SECONDARY 2 /* Query devices */ /** * struct cam_isp_dev_cap_info - A cap info for particular hw type Loading include/uapi/media/cam_req_mgr.h +5 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,9 @@ struct cam_req_mgr_error_msg { * @timestamp: timestamp of the frame * @link_hdl: link handle associated with this message * @sof_status: sof status success or fail * @frame_id_meta: refers to the meta for * that frame in specific usecases * @reserved: reserved */ struct cam_req_mgr_frame_msg { uint64_t request_id; Loading @@ -453,6 +456,8 @@ struct cam_req_mgr_frame_msg { uint64_t timestamp; int32_t link_hdl; uint32_t sof_status; uint32_t frame_id_meta; uint32_t reserved; }; /** Loading Loading
include/uapi/media/cam_isp.h +5 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,11 @@ #define CAM_ISP_USAGE_RIGHT_PX 2 #define CAM_ISP_USAGE_RDI 3 /* Acquire with custom hw */ #define CAM_ISP_ACQ_CUSTOM_NONE 0 #define CAM_ISP_ACQ_CUSTOM_PRIMARY 1 #define CAM_ISP_ACQ_CUSTOM_SECONDARY 2 /* Query devices */ /** * struct cam_isp_dev_cap_info - A cap info for particular hw type Loading
include/uapi/media/cam_req_mgr.h +5 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,9 @@ struct cam_req_mgr_error_msg { * @timestamp: timestamp of the frame * @link_hdl: link handle associated with this message * @sof_status: sof status success or fail * @frame_id_meta: refers to the meta for * that frame in specific usecases * @reserved: reserved */ struct cam_req_mgr_frame_msg { uint64_t request_id; Loading @@ -453,6 +456,8 @@ struct cam_req_mgr_frame_msg { uint64_t timestamp; int32_t link_hdl; uint32_t sof_status; uint32_t frame_id_meta; uint32_t reserved; }; /** Loading