Home
last modified time | relevance | path

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

/rockchip-linux_mpp/inc/
H A Drk_mpi.h259 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
/rockchip-linux_mpp/mpp/legacy/
H A Dvpu_api.cpp332 if (MPP_OK == mpp_check_support_format(type, coding)) { in vpu_open_context()
/rockchip-linux_mpp/utils/
H A Dmpi_enc_utils.c230 if (!mpp_check_support_format(MPP_CTX_ENC, type)) in mpi_enc_opt_t()
246 if (!mpp_check_support_format(MPP_CTX_DEC, type)) in mpi_enc_opt_tsrc()
H A Dmpi_dec_utils.c495 ret = mpp_check_support_format(MPP_CTX_DEC, cmd->type); in mpi_dec_opt_t()
/rockchip-linux_mpp/mpp/
H A Dmpi.c495 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format() function
H A Dmpp.c166 if (mpp_check_support_format(type, coding)) { in mpp_ctx_init()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c89 if (mpp_check_support_format(type, coding)) { in init()