Home
last modified time | relevance | path

Searched refs:mType (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/
H A Dmpp.c128 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()
[all …]
/rockchip-linux_mpp/kmpp/inc/
H A Dkmpp.h58 MppCtxType mType; member
/rockchip-linux_mpp/mpp/inc/
H A Dmpp.h169 MppCtxType mType; member
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c129 ctx->mType = type; in init()
585 switch (ctx->mType) { in notify()