Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c82 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 Dh265e_api.c132 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 Djpege_api_v2.c131 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 Dh264e_api_v2.c149 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 Drk_venc_cmd.h572 RK_S32 mirroring_ext; member
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h572 RK_S32 mirroring_ext; member
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_enc_cfg.cpp181 …roring, S32, RK_S32, MPP_ENC_PREP_CFG_CHANGE_MIRRORING, prep, mirroring_ext) \