Searched refs:mpp_check_support_format (Results 1 – 7 of 7) sorted by relevance
259 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding);
332 if (MPP_OK == mpp_check_support_format(type, coding)) { in vpu_open_context()
235 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()
503 ret = mpp_check_support_format(MPP_CTX_DEC, cmd->type); in mpi_dec_opt_t()
506 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format() function
133 if (mpp_check_support_format(type, coding)) { in init()