Home
last modified time | relevance | path

Searched refs:frame_mode (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c546 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()
H A Davs2d_global.h294 RK_U32 frame_mode; //!< mode used for display member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c472 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()
H A Davsd_parse.h185 RK_U32 frame_mode; //!< set mpp frame flag member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c1418 RK_U32 frame_mode = MPP_FRAME_FLAG_FRAME; in mpp_mpg4_parser_setup_hal_output() local
1440 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()
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispcsi2.h106 enum isp_csi2_frame_mode frame_mode; member
H A Dispcsi2.c51 if (currctrl->frame_mode) in csi2_recv_config()
577 csi2->ctrl.frame_mode = ISP_CSI2_FRAME_IMMEDIATE; in csi2_configure()
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_csi2.h106 enum iss_csi2_frame_mode frame_mode; member
H A Diss_csi2.c44 if (currctrl->frame_mode) in csi2_recv_config()
549 csi2->ctrl.frame_mode = ISS_CSI2_FRAME_IMMEDIATE; in csi2_configure()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dcore.c27 module_param_named(frame_mode, ath11k_frame_mode, uint, 0644);
28 MODULE_PARM_DESC(frame_mode,