Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_vp9_if.c56 struct vdec_fb *fb;
90 struct vdec_fb fb;
147 struct vdec_fb fb;
149 struct vdec_fb cur_fb;
202 struct vdec_fb *cur_fb;
210 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
222 static struct vdec_fb *vp9_rm_from_fb_use_list(struct vdec_vp9_inst in vp9_rm_from_fb_use_list()
225 struct vdec_fb *fb = NULL; in vp9_rm_from_fb_use_list()
229 fb = (struct vdec_fb *)node->fb; in vp9_rm_from_fb_use_list()
240 struct vdec_fb *fb) in vp9_add_to_fb_free_list()
[all …]
Dvdec_vp8_if.c162 struct vdec_fb *cur_fb;
311 struct vdec_fb *fb = (struct vdec_fb *)node->fb; in vp8_dec_finish()
441 struct vdec_fb *fb, bool *res_chg) in vdec_vp8_decode()
524 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb()
527 struct vdec_fb *fb; in get_disp_fb()
533 fb = (struct vdec_fb *)node->fb; in get_disp_fb()
545 static void get_free_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_free_fb()
548 struct vdec_fb *fb; in get_free_fb()
554 fb = (struct vdec_fb *)node->fb; in get_free_fb()
Dvdec_h264_if.c226 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb) in put_fb_to_free()
343 struct vdec_fb *fb, bool *res_chg) in vdec_h264_decode()
433 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb()
435 struct vdec_fb *fb; in vdec_h264_get_fb()
447 fb = (struct vdec_fb *) in vdec_h264_get_fb()
/Linux-v4.19/drivers/media/platform/mtk-vcodec/
Dvdec_drv_if.h62 struct vdec_fb *fb;
92 struct vdec_fb *fb, bool *res_chg);
Dmtk_vcodec_dec.h36 struct vdec_fb { struct
68 struct vdec_fb frame_buffer;
Dvdec_drv_base.h38 struct vdec_fb *fb, bool *res_chg);
Dvdec_drv_if.c58 struct vdec_fb *fb, bool *res_chg) in vdec_if_decode()
Dmtk_vcodec_dec.c110 struct vdec_fb *disp_frame_buffer = NULL; in get_display_buffer()
162 struct vdec_fb *free_frame_buffer = NULL; in get_free_buffer()
330 struct vdec_fb *pfb; in mtk_vdec_worker()