Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/vp8/
H A Dvp8e_api_v2.c218 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.c159 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.c390 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.c407 if (syntax->rotation == MPP_ENC_ROT_90) in hal_jpege_vepu2_gen_regs()
614 if (syntax->rotation == MPP_ENC_ROT_90) { in multi_core_start()
672 if (syntax->rotation == MPP_ENC_ROT_90 || syntax->rotation == MPP_ENC_ROT_270) { in multi_core_start()
H A Dhal_jpege_vepu1_v2.c223 if (syntax->rotation == MPP_ENC_ROT_90) in hal_jpege_vepu1_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_enc_v2.cpp347 if (cfg->prep.rotation == MPP_ENC_ROT_90 || in mpp_enc_control_v2()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_api_v2.c308 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/inc/
H A Drk_venc_cmd.h531 MPP_ENC_ROT_90, enumerator
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_venc_cmd.h531 MPP_ENC_ROT_90, enumerator
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu_v2.c318 if (cfg->rotation == MPP_ENC_ROT_90) in h264e_vepu_prep_setup()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c996 if (set->rotation == MPP_ENC_ROT_90) in set_parameter()