Searched refs:frame_mode (Results 1 – 10 of 10) sorted by relevance
546 frm->frame_mode = MPP_FRAME_FLAG_FRAME; in dpb_alloc_frame()549 frm->frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in dpb_alloc_frame()553 frm->frame_mode |= MPP_FRAME_FLAG_TOP_FIRST; in dpb_alloc_frame()556 frm->frame_mode |= MPP_FRAME_FLAG_BOT_FIRST; in dpb_alloc_frame()562 frm->frame_mode |= MPP_FRAME_FLAG_TOP_FIRST; in dpb_alloc_frame()564 frm->frame_mode |= MPP_FRAME_FLAG_BOT_FIRST; in dpb_alloc_frame()569 mpp_frame_set_mode(mframe, frm->frame_mode); in dpb_alloc_frame()
294 RK_U32 frame_mode; //!< mode used for display member
472 p_cur->frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in avsd_set_dpb()474 p_cur->frame_mode |= MPP_FRAME_FLAG_TOP_FIRST; in avsd_set_dpb()476 p_cur->frame_mode |= MPP_FRAME_FLAG_BOT_FIRST; in avsd_set_dpb()479 p_cur->frame_mode = MPP_FRAME_FLAG_FRAME; in avsd_set_dpb()481 mpp_frame_set_mode(mframe, p_cur->frame_mode); in avsd_set_dpb()
185 RK_U32 frame_mode; //!< set mpp frame flag member
1418 RK_U32 frame_mode = MPP_FRAME_FLAG_FRAME; in mpp_mpg4_parser_setup_hal_output() local1440 frame_mode = MPP_FRAME_FLAG_PAIRED_FIELD; in mpp_mpg4_parser_setup_hal_output()1442 frame_mode |= MPP_FRAME_FLAG_TOP_FIRST; in mpp_mpg4_parser_setup_hal_output()1444 frame_mode |= MPP_FRAME_FLAG_BOT_FIRST; in mpp_mpg4_parser_setup_hal_output()1448 frame_mode == MPP_FRAME_FLAG_FRAME) in mpp_mpg4_parser_setup_hal_output()1449 frame_mode = MPP_FRAME_FLAG_DEINTERLACED; in mpp_mpg4_parser_setup_hal_output()1451 mpp_frame_set_mode(frame, frame_mode); in mpp_mpg4_parser_setup_hal_output()
106 enum isp_csi2_frame_mode frame_mode; member
51 if (currctrl->frame_mode) in csi2_recv_config()577 csi2->ctrl.frame_mode = ISP_CSI2_FRAME_IMMEDIATE; in csi2_configure()
106 enum iss_csi2_frame_mode frame_mode; member
44 if (currctrl->frame_mode) in csi2_recv_config()549 csi2->ctrl.frame_mode = ISS_CSI2_FRAME_IMMEDIATE; in csi2_configure()
27 module_param_named(frame_mode, ath11k_frame_mode, uint, 0644);28 MODULE_PARM_DESC(frame_mode,