Searched refs:mirroring_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 | 82 prep->mirroring_ext = 0; in vp8e_init() 180 dst->mirroring_ext = src->mirroring_ext; in vp8e_proc_prep_cfg() 187 dst->mirroring_ext < 0 || dst->flip < 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() 193 mirroring = dst->mirroring_ext; in vp8e_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 132 prep->mirroring_ext = 0; in h265e_init() 353 dst->mirroring_ext = src->mirroring_ext; in h265e_proc_prep_cfg() 366 dst->mirroring_ext < 0 || dst->flip < 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() 376 mirroring = dst->mirroring_ext; in h265e_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 131 dst->mirroring_ext = src->mirroring_ext; in jpege_proc_prep_cfg() 138 dst->mirroring_ext < 0 || dst->flip < 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() 144 mirroring = dst->mirroring_ext; in jpege_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_api_v2.c | 149 prep->mirroring_ext = 0; in init_h264e_cfg_set() 271 dst->mirroring_ext = src->mirroring_ext; in h264e_proc_prep_cfg() 284 dst->mirroring_ext < 0 || dst->flip < 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() 294 mirroring = dst->mirroring_ext; in h264e_proc_prep_cfg()
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | rk_venc_cmd.h | 572 RK_S32 mirroring_ext; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | rk_venc_cmd.h | 572 RK_S32 mirroring_ext; member
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_enc_cfg.cpp | 181 …roring, S32, RK_S32, MPP_ENC_PREP_CFG_CHANGE_MIRRORING, prep, mirroring_ext) \
|