Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c205 ctx->preframe_period = 0; in m2vd_parser_init_ctx()
1203 … RK_S32 last_frame_period = ctx->preframe_period ? ctx->preframe_period : ctx->frame_period; in m2vd_alloc_frame()
1228 if (llabs(ctx->preframe_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF) { in m2vd_alloc_frame()
1229 ctx->preframe_period = tmp_frame_period; in m2vd_alloc_frame()
1232 ctx->preframe_period = 0; in m2vd_alloc_frame()
1235 ctx->preframe_period = 0; in m2vd_alloc_frame()
H A Dm2vd_parser.h266 RK_S32 preframe_period; member