Lines Matching refs:f
167 mpp_frame_init(&ctx->Framehead[i].f); in m2vd_parser_init_ctx()
168 if (!ctx->Framehead[i].f) { in m2vd_parser_init_ctx()
295 mpp_frame_deinit(&p->Framehead[k].f); in m2vd_parser_deinit()
1278 mpp_frame_set_errinfo(ctx->frame_cur->f, 1); in m2vd_alloc_frame()
1280 mpp_frame_set_errinfo(ctx->frame_cur->f, 0); in m2vd_alloc_frame()
1287 mpp_frame_set_width(ctx->frame_cur->f, ctx->display_width); in m2vd_alloc_frame()
1288 mpp_frame_set_height(ctx->frame_cur->f, ctx->display_height); in m2vd_alloc_frame()
1289 mpp_frame_set_hor_stride(ctx->frame_cur->f, 0); in m2vd_alloc_frame()
1290 mpp_frame_set_ver_stride(ctx->frame_cur->f, 0); in m2vd_alloc_frame()
1291 mpp_frame_set_errinfo(ctx->frame_cur->f, 0); in m2vd_alloc_frame()
1292 mpp_frame_set_pts(ctx->frame_cur->f, frm_pts); in m2vd_alloc_frame()
1293 mpp_frame_set_dts(ctx->frame_cur->f, ctx->dts); in m2vd_alloc_frame()
1309 mpp_frame_set_mode(ctx->frame_cur->f, frametype); in m2vd_alloc_frame()
1312 … mpp_frame_set_sar(ctx->frame_cur->f, mpeg2_aspect[ctx->seq_head.aspect_ratio_information]); in m2vd_alloc_frame()
1316 …mpp_buf_slot_set_prop(ctx->frame_slots, ctx->frame_cur->slot_index, SLOT_FRAME, ctx->frame_cur->f); in m2vd_alloc_frame()