Searched refs:rotation_ext (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 78 prep->rotation_ext = MPP_ENC_ROT_0; in vp8e_init()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 142 prep->rotation_ext = MPP_ENC_ROT_0; in h265e_init()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 515 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 D | rk_venc_cmd.h | 525 MppEncRotationCfg rotation_ext; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_cfg.c | 120 …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 D | h264e_api_v2.c | 153 prep->rotation_ext = MPP_ENC_ROT_0; in init_h264e_cfg_set()
|