Searched refs:vdec_fb (Results 1 - 16 of 16) sorted by last modified time

/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_if.c49 struct vdec_fb *fb;
83 struct vdec_fb fb;
144 struct vdec_fb fb;
146 struct vdec_fb cur_fb;
177 * @dec_fb : vdec_fb node to link fb to different fb_xxx_list
178 * @available_fb_node_list : current available vdec_fb node
179 * @fb_use_list : current used or referenced vdec_fb
180 * @fb_free_list : current available to free vdec_fb
181 * @fb_disp_list : current available to display vdec_fb
199 struct vdec_fb *cur_f
[all...]
H A Dvdec_vp8_req_if.c318 struct vdec_fb *fb, bool *res_chg)
H A Dvdec_hevc_req_multi_if.c220 * @vdec_fb_va: virtual address of struct vdec_fb
802 struct vdec_fb *fb;
971 struct vdec_fb *fb, bool *res_chg)
1055 struct vdec_fb *unused, bool *res_chg)
H A Dvdec_vp8_if.c151 struct vdec_fb *cur_fb;
300 struct vdec_fb *fb = (struct vdec_fb *)node->fb;
428 struct vdec_fb *fb, bool *res_chg)
510 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb)
513 struct vdec_fb *fb;
519 fb = (struct vdec_fb *)node->fb;
530 static void get_free_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb)
533 struct vdec_fb *fb;
539 fb = (struct vdec_fb *)nod
[all...]
H A Dvdec_h264_req_multi_if.c455 struct vdec_fb *fb;
566 struct vdec_fb *fb, bool *res_chg)
710 struct vdec_fb *unused, bool *res_chg)
715 struct vdec_fb *fb;
805 struct vdec_fb *unused, bool *res_chg)
H A Dvdec_h264_req_if.c330 struct vdec_fb *unused, bool *res_chg)
338 struct vdec_fb *fb;
H A Dvdec_av1_req_lat_if.c1791 struct vdec_fb *fb,
1844 struct vdec_fb *fb,
1959 struct vdec_fb *fb, bool *res_chg)
2036 struct vdec_fb *fb, bool *res_chg)
2143 struct vdec_fb *fb = NULL;
H A Dvdec_h264_if.c36 * @vdec_fb_va : virtual address of struct vdec_fb
218 static void put_fb_to_free(struct vdec_h264_inst *inst, struct vdec_fb *fb)
330 struct vdec_fb *fb, bool *res_chg)
427 bool disp_list, struct vdec_fb **out_fb)
429 struct vdec_fb *fb;
440 fb = (struct vdec_fb *)
H A Dvdec_vp9_req_lat_if.c1661 struct vdec_fb *fb,
1734 struct vdec_fb *fb)
1765 struct vdec_fb *fb,
1792 struct vdec_fb *fb,
1917 struct vdec_fb *fb, bool *res_chg)
1975 struct vdec_fb *fb, bool *res_chg)
2032 struct vdec_fb *fb, bool *res_chg)
2116 struct vdec_fb *fb, bool *res_chg)
2134 struct vdec_fb *fb = NULL;
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.h112 struct vdec_fb *(*get_cap_buffer)(struct mtk_vcodec_dec_ctx *ctx);
H A Dmtk_vcodec_dec_stateless.c271 static struct vdec_fb *vdec_get_cap_buffer(struct mtk_vcodec_dec_ctx *ctx)
276 struct vdec_fb *pfb;
H A Dmtk_vcodec_dec.h28 * struct vdec_fb - decoder frame buffer
33 struct vdec_fb { struct
62 struct vdec_fb frame_buffer;
H A Dvdec_drv_base.h28 struct vdec_fb *fb, bool *res_chg);
H A Dvdec_drv_if.c72 struct vdec_fb *fb, bool *res_chg)
H A Dvdec_drv_if.h30 * struct vdec_fb**
31 * GET_PARAM_FREE_FRAME_BUFFER : get non-referenced framebuffer, vdec_fb**
47 * @fb : point to frame buffer (vdec_fb), fb could point to frame buffer and
52 struct vdec_fb *fb;
92 struct vdec_fb *fb, bool *res_chg);
H A Dmtk_vcodec_dec_stateful.c57 struct vdec_fb *disp_frame_buffer = NULL;
101 struct vdec_fb *free_frame_buffer = NULL;
282 struct vdec_fb *pfb;

Completed in 224 milliseconds