Home
last modified time | relevance | path

Searched refs:MPP_FRAME_FLAG_DEINTERLACED (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_frame.h38 #define MPP_FRAME_FLAG_DEINTERLACED (MPP_FRAME_FLAG_TOP_FIRST | MPP_FRAME_FLAG_BOT_FIRST) macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_frame.h37 #define MPP_FRAME_FLAG_DEINTERLACED (MPP_FRAME_FLAG_TOP_FIRST|MPP_FRAME_FLAG_BOT_FIRST) macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_frame.h37 #define MPP_FRAME_FLAG_DEINTERLACED (MPP_FRAME_FLAG_TOP_FIRST|MPP_FRAME_FLAG_BOT_FIRST) macro
/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_frame.h39 #define MPP_FRAME_FLAG_DEINTERLACED (MPP_FRAME_FLAG_TOP_FIRST|MPP_FRAME_FLAG_BOT_FIRST) macro
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Dvpu_api_legacy.cpp560 else if (field_order == MPP_FRAME_FLAG_DEINTERLACED) in setup_VPU_FRAME_from_mpp_frame()