Searched refs:vdpp (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | CMakeLists.txt | 4 # add vdpp (Video Display Post Processor) implement 7 vdpp.c 10 set_target_properties(vproc_vdpp PROPERTIES FOLDER "mpp/vproc/vdpp") 15 add_library(vdpp SHARED hwpq_vdpp_proc.c ../../mpp_info.c) target 16 set_target_properties(vdpp PROPERTIES FOLDER "mpp/vproc/vdpp") 17 set_target_properties(vdpp PROPERTIES CLEAN_DIRECT_OUTPUT 1) 18 target_link_libraries(vdpp osal mpp_base kmpp_base vproc_vdpp m) 19 set_target_properties(vdpp PROPERTIES C_VISIBILITY_PRESET default) 20 set_target_properties(vdpp PROPERTIES CXX_VISIBILITY_PRESET default)
|
| H A D | hwpq_vdpp_proc.c | 31 vdpp_com_ctx* vdpp; member 363 static RK_S32 vdpp_set_user_cfg(vdpp_com_ctx* vdpp, vdpp_params* p_vdpp_params, in vdpp_set_user_cfg() argument 381 ret |= vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_DMSR_CFG, ¶ms); in vdpp_set_user_cfg() 386 ret |= vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_ES, ¶ms); in vdpp_set_user_cfg() 391 ret |= vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_DCI_HIST, ¶ms); in vdpp_set_user_cfg() 401 ret |= vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_SHARP, ¶ms); in vdpp_set_user_cfg() 582 vdpp_com_ctx* vdpp = NULL; in hwpq_vdpp_deinit() local 593 vdpp = p->vdpp; in hwpq_vdpp_deinit() 594 if (NULL == vdpp || NULL == vdpp->ops) { in hwpq_vdpp_deinit() 600 if (vdpp->ops->deinit) { in hwpq_vdpp_deinit() [all …]
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | CMakeLists.txt | 3 # mpp/vproc/vdpp built-in unit test case 5 # vdpp unit test 6 option(VDPP_TEST "Build base vdpp unit test" ${BUILD_TEST}) 10 set_target_properties(vdpp_test PROPERTIES FOLDER "mpp/vproc/vdpp") 15 target_link_libraries(hwpq_test vdpp ${ASAN_LIB}) 16 set_target_properties(hwpq_test PROPERTIES FOLDER "mpp/vproc/vdpp")
|
| H A D | vdpp_test.c | 223 vdpp_com_ctx* vdpp = rockchip_vdpp_api_alloc_ctx(); in vdpp_test() local 255 mpp_assert(vdpp); in vdpp_test() 304 vdpp->ops->init(&vdpp->priv); in vdpp_test() 332 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_COM2_CFG, ¶ms); in vdpp_test() 343 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_COM_CFG, ¶ms); in vdpp_test() 347 RK_S32 cap = vdpp->ops->check_cap(vdpp->priv); in vdpp_test() 361 vdpp_test_set_img(vdpp, cfg->src_width_vir, cfg->src_height_vir, in vdpp_test() 363 vdpp_test_set_img(vdpp, cfg->dst_width_vir, cfg->dst_height_vir, in vdpp_test() 366 vdpp_test_set_img(vdpp, cfg->dst_c_width_vir, cfg->dst_c_height_vir, in vdpp_test() 370 vdpp->ops->control(vdpp->priv, VDPP_CMD_SET_HIST_FD, &fdhist); in vdpp_test() [all …]
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | CMakeLists.txt | 12 add_subdirectory(vdpp)
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 26 - [vdpp] Fix building tests against musl libc 216 - [vdpp]: Fix vdpp blk_size calculation. 501 - [vdpp]: Add libvdpp for hwpq 502 - [vdpp]: Add capacity check function 504 - [vdpp_test]: Add vdpp slt testcase 515 - [vdpp]: Add vdpp2 for rk3576 516 - [vdpp]: Add vdpp module and vdpp_test 526 - [vdpp]: Fix dmsr reg size imcompat error 553 - [vdpp]: Add error detection 585 - [vdpp]: fix sharp config error
|
| H A D | Android.bp | 121 "mpp/vproc/vdpp/*.c", 122 "mpp/vproc/vdpp/*.cpp",
|