Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/ux500/
H A Dux500_msp_dai.c72 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()
H A Dux500_msp_i2s.c240 frame_per = protdesc->frame_period; in setup_bitclk()
246 frame_per = protdesc->frame_period; in setup_bitclk()
H A Dux500_msp_i2s.h438 u32 frame_period; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c962 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()
H A Dm2vd_parser.h264 RK_S32 frame_period; member