Home
last modified time | relevance | path

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

/linux/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_if.c151 struct vdec_fb *cur_fb;
300 struct vdec_fb *fb = (struct vdec_fb *)node->fb; in vp8_dec_finish()
428 struct vdec_fb *fb, bool *res_chg) in vdec_vp8_decode()
510 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb()
513 struct vdec_fb *fb; in get_disp_fb()
519 fb = (struct vdec_fb *)node->fb; in get_disp_fb()
530 static void get_free_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_free_fb()
533 struct vdec_fb *fb; in get_free_fb()
539 fb = (struct vdec_fb *)nod in get_free_fb()
[all...]
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) in put_fb_to_free()
330 struct vdec_fb *fb, bool *res_chg) in vdec_h264_decode()
427 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb()
429 struct vdec_fb *fb; in vdec_h264_get_fb()
440 fb = (struct vdec_fb *) in vdec_h264_get_fb()
H A Dvdec_h264_req_multi_if.c265 struct vdec_fb *unused, bool *res_chg);
525 struct vdec_fb *fb; in vdec_h264_slice_setup_core_buffer_ext()
628 struct vdec_fb *fb; in vdec_h264_slice_core_decode()
738 struct vdec_fb *fb, bool *res_chg) in vdec_h264_slice_lat_decode_ext()
860 struct vdec_fb *fb, bool *res_chg) in vdec_h264_slice_lat_decode()
1005 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_single_decode_ext()
1010 struct vdec_fb *fb; in vdec_h264_slice_single_decode_ext()
1100 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_single_decode()
1105 struct vdec_fb *fb; in vdec_h264_slice_single_decode()
1284 struct vdec_fb *unuse in vdec_h264_slice_decode()
[all...]
H A Dvdec_vp9_req_lat_if.c1662 struct vdec_fb *fb, in vdec_vp9_slice_setup_core_buffer()
1735 struct vdec_fb *fb) in vdec_vp9_slice_setup_single_buffer()
1766 struct vdec_fb *fb, in vdec_vp9_slice_setup_core()
1793 struct vdec_fb *fb, in vdec_vp9_slice_setup_single()
1918 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_flush()
1976 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_single_decode()
2033 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_lat_decode()
2117 struct vdec_fb *fb, bool *res_chg) in vdec_vp9_slice_decode()
2135 struct vdec_fb *fb = NULL; in vdec_vp9_slice_core_decode()
H A Dvdec_h264_req_if.c330 struct vdec_fb *unused, bool *res_chg) in vdec_h264_slice_decode()
338 struct vdec_fb *fb; in vdec_h264_slice_decode()
H A Dvdec_hevc_req_multi_if.c220 * @vdec_fb_va: virtual address of struct vdec_fb
802 struct vdec_fb *fb; in vdec_hevc_slice_setup_core_buffer()
971 struct vdec_fb *fb, bool *res_chg) in vdec_hevc_slice_lat_decode()
1055 struct vdec_fb *unused, bool *res_chg) in vdec_hevc_slice_decode()
H A Dvdec_av1_req_lat_if.c1791 struct vdec_fb *fb, in vdec_av1_slice_setup_core_buffer()
1844 struct vdec_fb *fb, in vdec_av1_slice_setup_core()
1959 struct vdec_fb *fb, bool *res_chg) in vdec_av1_slice_flush()
2036 struct vdec_fb *fb, bool *res_chg) in vdec_av1_slice_lat_decode()
2143 struct vdec_fb *fb = NULL; in vdec_av1_slice_core_decode()
H A Dvdec_vp8_req_if.c318 struct vdec_fb *fb, bool *res_chg) in vdec_vp8_slice_decode()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
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 Dvdec_drv_base.h28 struct vdec_fb *fb, bool *res_chg);
H A Dmtk_vcodec_dec_stateful.c57 struct vdec_fb *disp_frame_buffer = NULL; in get_display_buffer()
101 struct vdec_fb *free_frame_buffer = NULL; in get_free_buffer()
282 struct vdec_fb *pfb; in mtk_vdec_worker()
H A Dvdec_drv_if.c72 struct vdec_fb *fb, bool *res_chg) in vdec_if_decode()
H A Dmtk_vcodec_dec_stateless.c269 static struct vdec_fb *vdec_get_cap_buffer(struct mtk_vcodec_dec_ctx *ctx) in vdec_get_cap_buffer()
274 struct vdec_fb *pfb; in vdec_get_cap_buffer()