Searched refs:out_fb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
H A D | vdec_vp9_if.c | 717 static void get_disp_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument 720 *out_fb = vp9_rm_from_fb_disp_list(inst); in get_disp_fb() 721 if (*out_fb) in get_disp_fb() 722 (*out_fb)->status |= FB_ST_DISPLAY; in get_disp_fb() 725 static void get_free_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_free_fb() argument 742 *out_fb = fb; in get_free_fb()
|
H A D | vdec_vp8_if.c | 514 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument 532 *out_fb = 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() argument 553 *out_fb = fb; in get_free_fb()
|
H A D | vdec_h264_if.c | 435 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb() 445 *out_fb = NULL; in vdec_h264_get_fb() 453 *out_fb = fb; in vdec_h264_get_fb() 433 vdec_h264_get_fb(struct vdec_h264_inst *inst, struct h264_ring_fb_list *list, bool disp_list, struct vdec_fb **out_fb) vdec_h264_get_fb() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_if.c | 709 static void get_disp_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument 712 *out_fb = vp9_rm_from_fb_disp_list(inst); in get_disp_fb() 713 if (*out_fb) in get_disp_fb() 714 (*out_fb)->status |= FB_ST_DISPLAY; in get_disp_fb() 717 static void get_free_fb(struct vdec_vp9_inst *inst, struct vdec_fb **out_fb) in get_free_fb() argument 733 *out_fb = fb; in get_free_fb()
|
H A D | vdec_vp8_if.c | 510 static void get_disp_fb(struct vdec_vp8_inst *inst, struct vdec_fb **out_fb) in get_disp_fb() argument 527 *out_fb = 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() argument 547 *out_fb = fb; in get_free_fb()
|
H A D | vdec_h264_if.c | 427 bool disp_list, struct vdec_fb **out_fb) in vdec_h264_get_fb() 436 *out_fb = NULL; in vdec_h264_get_fb() 444 *out_fb = fb; in vdec_h264_get_fb() 425 vdec_h264_get_fb(struct vdec_h264_inst *inst, struct h264_ring_fb_list *list, bool disp_list, struct vdec_fb **out_fb) vdec_h264_get_fb() argument
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh7760fb.c | 455 goto out_fb; in sh7760fb_probe() 463 goto out_fb; in sh7760fb_probe() 552 out_fb: in sh7760fb_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | sh7760fb.c | 455 goto out_fb; in sh7760fb_probe() 463 goto out_fb; in sh7760fb_probe() 552 out_fb: in sh7760fb_probe()
|
Completed in 8 milliseconds