]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/media/platform/s5p-mfc/s5p_mfc_dec.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
[mirror_ubuntu-kernels.git] / drivers / media / platform / s5p-mfc / s5p_mfc_dec.h
CommitLineData
2874c5fd 1/* SPDX-License-Identifier: GPL-2.0-or-later */
af935746 2/*
2c3fb08b 3 * linux/drivers/media/platform/s5p-mfc/s5p_mfc_dec.h
af935746
KD
4 *
5 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
af935746
KD
7 */
8
9#ifndef S5P_MFC_DEC_H_
10#define S5P_MFC_DEC_H_
11
4e9691aa 12const struct s5p_mfc_codec_ops *get_dec_codec_ops(void);
af935746
KD
13struct vb2_ops *get_dec_queue_ops(void);
14const struct v4l2_ioctl_ops *get_dec_v4l2_ioctl_ops(void);
15struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
16int s5p_mfc_dec_ctrls_setup(struct s5p_mfc_ctx *ctx);
17void s5p_mfc_dec_ctrls_delete(struct s5p_mfc_ctx *ctx);
43a1ea1f 18void s5p_mfc_dec_init(struct s5p_mfc_ctx *ctx);
af935746
KD
19
20#endif /* S5P_MFC_DEC_H_ */