Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1162 RK_S64 tmp_frame_period; in m2vd_alloc_frame() local
1173 tmp_frame_period = pts_27M - ctx->pre_pts_27M; in m2vd_alloc_frame()
1177 RK_S32 theshold_frame_period = tmp_frame_period * 2; in m2vd_alloc_frame()
1183 … RK_S64 diff_90K_frame_period = tmp_frame_period * 1000 / 90 - predict_frame_period; in m2vd_alloc_frame()
1193 tmp_frame_period = predict_frame_period; in m2vd_alloc_frame()
1198 tmp_frame_period = tmp_frame_period / ctx->group_frm_cnt; in m2vd_alloc_frame()
1200 if ((tmp_frame_period > MIN_FRAME_PERIOD_27M) in m2vd_alloc_frame()
1201 && (tmp_frame_period < MAX_FRAME_PERIOD_27M) && in m2vd_alloc_frame()
1202 (llabs(ctx->frame_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF)) { in m2vd_alloc_frame()
1203 if (llabs(ctx->preframe_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF) { in m2vd_alloc_frame()
[all …]