Lines Matching refs:f
275 mpp_frame_deinit(&frame->f); in vp8d_unref_frame()
616 if (NULL == p->frame_out->f) { in vp8d_alloc_frame()
617 mpp_frame_init(&p->frame_out->f); in vp8d_alloc_frame()
618 if (NULL == p->frame_out->f) { in vp8d_alloc_frame()
628 mpp_frame_set_width(p->frame_out->f, p->width); in vp8d_alloc_frame()
629 mpp_frame_set_height(p->frame_out->f, p->height); in vp8d_alloc_frame()
630 mpp_frame_set_hor_stride(p->frame_out->f, 0); in vp8d_alloc_frame()
631 mpp_frame_set_ver_stride(p->frame_out->f, 0); in vp8d_alloc_frame()
632 mpp_frame_set_errinfo(p->frame_out->f, 0); in vp8d_alloc_frame()
633 mpp_frame_set_pts(p->frame_out->f, p->pts); in vp8d_alloc_frame()
634 mpp_frame_set_dts(p->frame_out->f, p->dts); in vp8d_alloc_frame()
642 SLOT_FRAME, p->frame_out->f); in vp8d_alloc_frame()
647 mpp_frame_set_mode(p->frame_out->f, 0); in vp8d_alloc_frame()