Lines Matching refs:mType
128 p->mType = MPP_CTX_BUTT; in mpp_ctx_create()
174 mpp->mType = type; in mpp_ctx_init()
199 switch (mpp->mType) { in mpp_ctx_init()
294 mpp_err("Mpp error type %d\n", mpp->mType); in mpp_ctx_init()
316 if (mpp->mType == MPP_CTX_DEC) { in mpp_clear()
1183 mpp_assert(mpp->mType == MPP_CTX_DEC || mpp->mType == MPP_CTX_BUTT); in mpp_control()
1190 mpp_assert(mpp->mType == MPP_CTX_ENC); in mpp_control()
1197 mpp_assert(mpp->mType == MPP_CTX_ISP); in mpp_control()
1233 if (mpp->mType == MPP_CTX_DEC) { in mpp_reset()
1553 switch (mpp->mType) { in mpp_notify_flag()
1561 mpp_err("unsupport context type %d\n", mpp->mType); in mpp_notify_flag()
1576 switch (mpp->mType) { in mpp_notify_group()