Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c1163 RK_U32 frametype = 0; in m2vd_alloc_frame() local
1297 frametype = MPP_FRAME_FLAG_FRAME; in m2vd_alloc_frame()
1299 frametype = MPP_FRAME_FLAG_PAIRED_FIELD; in m2vd_alloc_frame()
1301 frametype |= MPP_FRAME_FLAG_TOP_FIRST; in m2vd_alloc_frame()
1303 frametype |= MPP_FRAME_FLAG_BOT_FIRST; in m2vd_alloc_frame()
1306 frametype == MPP_FRAME_FLAG_FRAME) in m2vd_alloc_frame()
1307 frametype = MPP_FRAME_FLAG_DEINTERLACED; in m2vd_alloc_frame()
1309 mpp_frame_set_mode(ctx->frame_cur->f, frametype); in m2vd_alloc_frame()