Searched refs:rotation_ext (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/ |
| H A D | vp8e_api_v2.c | 80 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 D | h265e_api.c | 130 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 D | jpege_api_v2.c | 128 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 D | h264e_api_v2.c | 143 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 D | rk_venc_cmd.h | 564 MppEncRotationCfg rotation_ext; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 564 MppEncRotationCfg rotation_ext; member
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 180 …tation, S32, MppEncRotationCfg, MPP_ENC_PREP_CFG_CHANGE_ROTATION, prep, rotation_ext) \
|