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()
230 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()
495 ret = mpp_check_support_format(MPP_CTX_DEC, cmd->type); in mpi_dec_opt_t()
495 MPP_RET mpp_check_support_format(MppCtxType type, MppCodingType coding) in mpp_check_support_format() function
166 if (mpp_check_support_format(type, coding)) { in mpp_ctx_init()
89 if (mpp_check_support_format(type, coding)) { in init()