msm_vdec.h 485 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _MSM_VDEC_H_
  6. #define _MSM_VDEC_H_
  7. #include "msm_vidc_core.h"
  8. #include "msm_vidc_inst.h"
  9. int msm_vdec_s_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f);
  10. int msm_vdec_g_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f);
  11. int msm_vdec_inst_init(struct msm_vidc_inst *inst);
  12. int msm_vdec_ctrl_init(struct msm_vidc_inst *inst);
  13. #endif // _MSM_VDEC_H_