Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c204 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()
H A Dm2vd_parser.h265 RK_S32 preframe_period; member