Home
last modified time | relevance | path

Searched refs:resetFlag (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c178 ctx->resetFlag = 0; in m2vd_parser_init_ctx()
346 p->resetFlag = 1; in m2vd_parser_reset()
1146 if (ctx->resetFlag && pic_head->picture_coding_type != M2VD_CODING_TYPE_I) { in m2vd_alloc_frame()
1147 …mpp_log("[m2v]: resetFlag[%d] && picture_coding_type[%d] != I_TYPE", ctx->resetFlag, pic_head->pic… in m2vd_alloc_frame()
1151 ctx->resetFlag = 0; in m2vd_alloc_frame()
1330 ctx->resetFlag = 1; in m2vd_alloc_frame()
H A Dm2vd_parser.h256 RK_S32 resetFlag; member