Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_enc.c2048 p->codec.hevc.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2051 p->codec.hevc.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2054 p->codec.hevc.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2057 p->codec.hevc.rc_framerate = ctrl->val; in s5p_mfc_enc_s_ctrl()
2060 p->codec.hevc.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2062 p->codec.hevc.rc_max_qp); in s5p_mfc_enc_s_ctrl()
2065 p->codec.hevc.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2066 __enc_update_hevc_qp_ctrls_range(ctx, p->codec.hevc.rc_min_qp, in s5p_mfc_enc_s_ctrl()
2070 p->codec.hevc.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2071 p->codec.hevc.level = hevc_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
[all …]
Ds5p_mfc_common.h519 struct s5p_mfc_hevc_enc_params hevc; member
Ds5p_mfc_opr_v6.c1445 struct s5p_mfc_hevc_enc_params *p_hevc = &p->codec.hevc; in s5p_mfc_set_enc_params_hevc()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dstih418-clock.dtsi180 "clk-pp-hevc",
181 "clk-clust-hevc",
182 "clk-hwpe-hevc",
183 "clk-fc-hevc",
186 "clk-avsp-hevc";
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dcore.h247 u32 hevc; member
254 u32 hevc; member
Dvenc_ctrls.c112 ctr->profile.hevc = ctrl->val; in venc_op_s_ctrl()
124 ctr->level.hevc = ctrl->val; in venc_op_s_ctrl()
Dvenc.c708 profile = ctr->profile.hevc; in venc_set_properties()
709 level = ctr->level.hevc; in venc_set_properties()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dexynos5433-clock.txt44 - "samsung,exynos5433-cmu-hevc" - clock controller compatible for CMU_HEVC
149 Input clocks for hevc clock controller:
419 compatible = "samsung,exynos5433-cmu-hevc";
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch11678 + struct codec_hevc *hevc;
11681 + hevc = sess->priv;
11682 + if (!hevc)
11685 + mutex_lock(&hevc->lock);
11686 + ret = hevc->frames_num;
11687 + mutex_unlock(&hevc->lock);
11696 + struct codec_hevc *hevc = sess->priv;
11697 + union rpm_param *params = &hevc->rpm_param;
11788 +static void codec_hevc_update_ldc_flag(struct codec_hevc *hevc)
11790 + struct hevc_frame *frame = hevc->cur_frame;
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec.rst3471 .. _v4l2-hevc-hier-coding-type:
3540 .. _v4l2-hevc-profile:
3570 .. _v4l2-hevc-level:
3625 .. _v4l2-hevc-tier:
3660 .. _v4l2-hevc-loop-filter-mode:
3696 .. _v4l2-hevc-refresh-type:
3777 .. _v4l2-hevc-size-of-length-field:
3839 .. _v4l2-mpeg-hevc:
3844 These bitstream parameters are defined according to :ref:`hevc`.
3966 These bitstream parameters are defined according to :ref:`hevc`.
[all …]
Dpixfmt-compressed.rst203 See the :ref:`associated Codec Control IDs <v4l2-mpeg-hevc>`.
/kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/
Dexynos5433.dtsi487 compatible = "samsung,exynos5433-cmu-hevc";
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch59815 + [RK3288_PD_HEVC] = DOMAIN_RK3288("hevc", BIT(14), BIT(10), BIT(9), false),
59836 + [RK3328_PD_HEVC] = DOMAIN_RK3328("hevc", 0, BIT(6), BIT(6), false),
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch177987 + s32 hevclevel; /*hevc main profile level*/