Searched refs:preframe_period (Results 1 – 2 of 2) sorted by relevance
204 ctx->preframe_period = 0; in m2vd_parser_init_ctx()1178 … RK_S32 last_frame_period = ctx->preframe_period ? ctx->preframe_period : ctx->frame_period; in m2vd_alloc_frame()1203 if (llabs(ctx->preframe_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF) { in m2vd_alloc_frame()1204 ctx->preframe_period = tmp_frame_period; in m2vd_alloc_frame()1207 ctx->preframe_period = 0; in m2vd_alloc_frame()1210 ctx->preframe_period = 0; in m2vd_alloc_frame()
265 RK_S32 preframe_period; member