Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/platform/mediatek/vcodec/vdec/ !
Dvdec_vp9_if.c48 struct vdec_fb *fb;
82 struct vdec_fb fb;
143 struct vdec_fb fb;
145 struct vdec_fb cur_fb;
198 struct vdec_fb *cur_fb;
206 static bool vp9_is_sf_ref_fb(struct vdec_vp9_inst *inst, struct vdec_fb *fb) in vp9_is_sf_ref_fb()
218 static struct vdec_fb *vp9_rm_from_fb_use_list(struct vdec_vp9_inst in vp9_rm_from_fb_use_list()
221 struct vdec_fb *fb = NULL; in vp9_rm_from_fb_use_list()
225 fb = (struct vdec_fb *)node->fb; in vp9_rm_from_fb_use_list()
236 struct vdec_fb *fb) in vp9_add_to_fb_free_list()
[all …]
Dvdec_vp8_if.c154 struct vdec_fb *cur_fb;
303 struct vdec_fb *fb = (struct vdec_fb *)node->fb; in vp8_dec_finish()
431 struct vdec_fb *fb, bool *res_chg) in vdec_vp8_decode()
514 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb()
517 struct vdec_fb *fb; in get_disp_fb()
523 fb = (struct vdec_fb *)node->fb; in get_disp_fb()
535 static void get_free_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_free_fb()
538 struct vdec_fb *fb; in get_free_fb()
544 fb = (struct vdec_fb *)node->fb; in get_free_fb()
Dvdec_h264_if.c221 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb) in put_fb_to_free()
336 struct vdec_fb *fb, bool *res_chg) in vdec_h264_decode()
435 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb()
437 struct vdec_fb *fb; in vdec_h264_get_fb()
449 fb = (struct vdec_fb *) in vdec_h264_get_fb()
Dvdec_h264_req_multi_if.c458 struct vdec_fb *fb; in vdec_h264_slice_core_decode()
571 struct vdec_fb *fb, bool *res_chg) in vdec_h264_slice_lat_decode()
715 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_single_decode()
720 struct vdec_fb *fb; in vdec_h264_slice_single_decode()
812 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_decode()
Dvdec_vp9_req_lat_if.c1667 struct vdec_fb *fb, in vdec_vp9_slice_setup_core_buffer()
1745 struct vdec_fb *fb) in vdec_vp9_slice_setup_single_buffer()
1776 struct vdec_fb *fb, in vdec_vp9_slice_setup_core()
1803 struct vdec_fb *fb, in vdec_vp9_slice_setup_single()
1930 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_flush()
1990 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_single_decode()
2047 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_lat_decode()
2131 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_decode()
2149 struct vdec_fb *fb = NULL; in vdec_vp9_slice_core_decode()
Dvdec_h264_req_if.c335 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_decode()
343 struct vdec_fb *fb; in vdec_h264_slice_decode()
Dvdec_vp8_req_if.c320 struct vdec_fb *fb, bool *res_chg) in vdec_vp8_slice_decode()
/linux-6.1.9/drivers/media/platform/mediatek/vcodec/ !
Dvdec_drv_if.h54 struct vdec_fb *fb;
92 struct vdec_fb *fb, bool *res_chg);
Dmtk_vcodec_dec.h31 struct vdec_fb { struct
61 struct vdec_fb frame_buffer;
Dvdec_drv_base.h28 struct vdec_fb *fb, bool *res_chg);
Dmtk_vcodec_dec_stateful.c60 struct vdec_fb *disp_frame_buffer = NULL; in get_display_buffer()
103 struct vdec_fb *free_frame_buffer = NULL; in get_free_buffer()
283 struct vdec_fb *pfb; in mtk_vdec_worker()
Dvdec_drv_if.c64 struct vdec_fb *fb, bool *res_chg) in vdec_if_decode()
Dmtk_vcodec_dec_stateless.c153 static struct vdec_fb *vdec_get_cap_buffer(struct mtk_vcodec_ctx *ctx) in vdec_get_cap_buffer()
158 struct vdec_fb *pfb; in vdec_get_cap_buffer()
Dmtk_vcodec_drv.h379 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_ctx *ctx);