Searched refs:preframe_period (Results 1 – 2 of 2) sorted by relevance
205 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()
266 RK_S32 preframe_period; member