Searched refs:frame_period (Results 1 – 5 of 5) sorted by relevance
72 prot_desc->frame_period = in setup_frameper()77 prot_desc->frame_period = in setup_frameper()82 prot_desc->frame_period = in setup_frameper()87 prot_desc->frame_period = in setup_frameper()100 prot_desc->frame_period = FRAME_PER_2_SLOTS; in setup_frameper()104 prot_desc->frame_period = FRAME_PER_8_SLOTS; in setup_frameper()108 prot_desc->frame_period = FRAME_PER_16_SLOTS; in setup_frameper()118 prot_desc->frame_period+1; in setup_frameper()
240 frame_per = protdesc->frame_period; in setup_bitclk()246 frame_per = protdesc->frame_period; in setup_bitclk()
438 u32 frame_period; member
962 if (!ctx->frame_period) in m2vd_decode_seq_header()963 ctx->frame_period = frame_period_Table_27M[ctx->seq_head.frame_rate_code]; in m2vd_decode_seq_header()1178 … RK_S32 last_frame_period = ctx->preframe_period ? ctx->preframe_period : ctx->frame_period; in m2vd_alloc_frame()1202 (llabs(ctx->frame_period - tmp_frame_period) > MAX_FRAME_PERIOD_DIFF)) { in m2vd_alloc_frame()1206 ctx->frame_period = tmp_frame_period; in m2vd_alloc_frame()1214 ctx->group_start_time_27M = pts_27M - pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()1221 ctx->group_start_time_27M += (ctx->max_temporal_reference + 1) * ctx->frame_period; in m2vd_alloc_frame()1231 frm_pts += pic_head->temporal_reference * ctx->frame_period; in m2vd_alloc_frame()
264 RK_S32 frame_period; member