Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c80 prep->rotation_ext = MPP_ENC_ROT_0; in vp8e_init()
177 dst->rotation_ext = src->rotation_ext; in vp8e_proc_prep_cfg()
186 if (dst->rotation_ext >= MPP_ENC_ROT_BUTT || dst->rotation_ext < 0 || in vp8e_proc_prep_cfg()
188 … mpp_err("invalid trans: rotation %d, mirroring %d\n", dst->rotation_ext, dst->mirroring_ext); in vp8e_proc_prep_cfg()
192 rotation = dst->rotation_ext; in vp8e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c130 prep->rotation_ext = MPP_ENC_ROT_0; in h265e_init()
350 dst->rotation_ext = src->rotation_ext; in h265e_proc_prep_cfg()
365 if (dst->rotation_ext >= MPP_ENC_ROT_BUTT || dst->rotation_ext < 0 || in h265e_proc_prep_cfg()
367 … mpp_err("invalid trans: rotation %d, mirroring %d\n", dst->rotation_ext, dst->mirroring_ext); in h265e_proc_prep_cfg()
377 rotation = dst->rotation_ext; in h265e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c128 dst->rotation_ext = src->rotation_ext; in jpege_proc_prep_cfg()
137 if (dst->rotation_ext >= MPP_ENC_ROT_BUTT || dst->rotation_ext < 0 || in jpege_proc_prep_cfg()
139 … mpp_err("invalid trans: rotation %d, mirroring %d\n", dst->rotation_ext, dst->mirroring_ext); in jpege_proc_prep_cfg()
143 rotation = dst->rotation_ext; in jpege_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c143 prep->rotation_ext = MPP_ENC_ROT_0; in init_h264e_cfg_set()
268 dst->rotation_ext = src->rotation_ext; in h264e_proc_prep_cfg()
283 if (dst->rotation_ext >= MPP_ENC_ROT_BUTT || dst->rotation_ext < 0 || in h264e_proc_prep_cfg()
285 … mpp_err("invalid trans: rotation %d, mirroring %d\n", dst->rotation_ext, dst->mirroring_ext); in h264e_proc_prep_cfg()
295 rotation = dst->rotation_ext; in h264e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h564 MppEncRotationCfg rotation_ext; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h564 MppEncRotationCfg rotation_ext; member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp180 …tation, S32, MppEncRotationCfg, MPP_ENC_PREP_CFG_CHANGE_ROTATION, prep, rotation_ext) \