msm_venc.h 343 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _MSM_VENC_H_
  6. #define _MSM_VENC_H_
  7. #include "msm_vidc_core.h"
  8. #include "msm_vidc_inst.h"
  9. int msm_venc_inst_init(struct msm_vidc_inst *inst);
  10. int msm_venc_ctrl_init(struct msm_vidc_inst *inst);
  11. #endif // _MSM_VENC_H_