Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/inc/
H A Drk_mpi.h259 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Drk_mpi.h259 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
/OK3568_Linux_fs/external/mpp/mpp/legacy/
H A Dvpu_api.cpp332 if (MPP_OK == mpp_check_support_format(type, coding)) { in vpu_open_context()
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_enc_utils.c235 if (!mpp_check_support_format(MPP_CTX_ENC, type)) in mpi_enc_opt_t()
251 if (!mpp_check_support_format(MPP_CTX_DEC, type)) in mpi_enc_opt_tsrc()
H A Dmpi_dec_utils.c503 ret = mpp_check_support_format(MPP_CTX_DEC, cmd->type); in mpi_dec_opt_t()
/OK3568_Linux_fs/external/mpp/mpp/
H A Dmpi.cpp506 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format() function
H A Dmpp.cpp133 if (mpp_check_support_format(type, coding)) { in init()