Home
last modified time | relevance | path

Searched refs:rotation_ext (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c78 prep->rotation_ext = MPP_ENC_ROT_0; in vp8e_init()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_api.c142 prep->rotation_ext = MPP_ENC_ROT_0; in h265e_init()
/rockchip-linux_mpp/mpp/codec/
H A Dmpp_enc_impl.c515 if (set->rotation_ext >= MPP_ENC_ROT_BUTT || set->rotation_ext < 0 || in proc_prep_cfg()
518 set->rotation_ext, set->mirroring_ext, set->flip); in proc_prep_cfg()
520 cfg->rotation_ext, cfg->mirroring_ext, cfg->flip); in proc_prep_cfg()
521 set->rotation_ext = cfg->rotation_ext; in proc_prep_cfg()
532 rotation = set->rotation_ext; in proc_prep_cfg()
/rockchip-linux_mpp/inc/
H A Drk_venc_cmd.h525 MppEncRotationCfg rotation_ext; member
/rockchip-linux_mpp/mpp/base/
H A Dmpp_enc_cfg.c120 …32, rk_s32, rotation, FLAG_INCR, prep, rotation_ext); \
324 mpp_logi("rotation %d -> %d\n", cfg->prep.rotation, cfg->prep.rotation_ext); in mpp_enc_cfg_impl_dump()
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c153 prep->rotation_ext = MPP_ENC_ROT_0; in init_h264e_cfg_set()