Home
last modified time | relevance | path

Searched refs:MPP_ENC_ROT_270 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c198 rotation &= MPP_ENC_ROT_270; in vp8e_proc_prep_cfg()
218 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in vp8e_proc_prep_cfg()
231 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in vp8e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c149 rotation &= MPP_ENC_ROT_270; in jpege_proc_prep_cfg()
159 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in jpege_proc_prep_cfg()
183 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in jpege_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c382 rotation &= MPP_ENC_ROT_270; in h265e_proc_prep_cfg()
390 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in h265e_proc_prep_cfg()
404 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in h265e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c409 else if (syntax->rotation == MPP_ENC_ROT_270) in hal_jpege_vepu2_gen_regs()
620 } else if (syntax->rotation == MPP_ENC_ROT_270) { in multi_core_start()
672 if (syntax->rotation == MPP_ENC_ROT_90 || syntax->rotation == MPP_ENC_ROT_270) { in multi_core_start()
683 if (syntax->rotation == MPP_ENC_ROT_270) in multi_core_start()
H A Dhal_jpege_vepu1_v2.c225 else if (syntax->rotation == MPP_ENC_ROT_270) in hal_jpege_vepu1_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c300 rotation &= MPP_ENC_ROT_270; in h264e_proc_prep_cfg()
308 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in h264e_proc_prep_cfg()
322 if (dst->rotation == MPP_ENC_ROT_90 || dst->rotation == MPP_ENC_ROT_270) { in h264e_proc_prep_cfg()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp348 cfg->prep.rotation == MPP_ENC_ROT_270) { in mpp_enc_control_v2()
/OK3568_Linux_fs/external/mpp/inc/
H A Drk_venc_cmd.h533 MPP_ENC_ROT_270, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h533 MPP_ENC_ROT_270, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c320 else if (cfg->rotation == MPP_ENC_ROT_270) in h264e_vepu_prep_setup()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c998 else if (set->rotation == MPP_ENC_ROT_270) in set_parameter()