Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-dec.c144 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) { in visl_get_ref_frames()
145 vb2_buf = vb2_find_buffer(cap_q, run->hevc.dpram->dpb[i].timestamp); in visl_get_ref_frames()
147 run->hevc.dpram->dpb[i].timestamp, in visl_get_ref_frames()
403 trace_v4l2_ctrl_hevc_sps(run->hevc.sps); in visl_trace_ctrls()
404 trace_v4l2_ctrl_hevc_pps(run->hevc.pps); in visl_trace_ctrls()
405 trace_v4l2_ctrl_hevc_slice_params(run->hevc.spram); in visl_trace_ctrls()
406 trace_v4l2_ctrl_hevc_scaling_matrix(run->hevc.sm); in visl_trace_ctrls()
407 trace_v4l2_ctrl_hevc_decode_params(run->hevc.dpram); in visl_trace_ctrls()
409 for (i = 0; i < ARRAY_SIZE(run->hevc.dpram->dpb); i++) in visl_trace_ctrls()
410 trace_v4l2_hevc_dpb_entry(&run->hevc.dpram->dpb[i]); in visl_trace_ctrls()
[all …]
H A Dvisl-dec.h58 struct visl_hevc_run hevc; member
H A Dvisl-trace-hevc.h404 #define TRACE_INCLUDE_FILE visl-trace-hevc
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_enc.c2054 p->codec.hevc.rc_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2057 p->codec.hevc.rc_p_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2060 p->codec.hevc.rc_b_frame_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2063 p->codec.hevc.rc_framerate = ctrl->val; in s5p_mfc_enc_s_ctrl()
2066 p->codec.hevc.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2068 p->codec.hevc.rc_max_qp); in s5p_mfc_enc_s_ctrl()
2071 p->codec.hevc.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
2072 __enc_update_hevc_qp_ctrls_range(ctx, p->codec.hevc.rc_min_qp, in s5p_mfc_enc_s_ctrl()
2076 p->codec.hevc.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl()
2077 p->codec.hevc.level = hevc_level(ctrl->val); in s5p_mfc_enc_s_ctrl()
[all …]
H A Ds5p_mfc_common.h523 struct s5p_mfc_hevc_enc_params hevc; member
H A Ds5p_mfc_opr_v6.c1445 struct s5p_mfc_hevc_enc_params *p_hevc = &p->codec.hevc; in s5p_mfc_set_enc_params_hevc()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A DMakefile4 allegro-objs += nal-rbsp.o nal-h264.o nal-hevc.o
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A Duse-native-pkg-config.patch23 --disable-decoder=hevc \
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch46 --disable-decoder=hevc \
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dcore.h303 u32 hevc; member
310 u32 hevc; member
H A Dvenc_ctrls.c115 ctr->profile.hevc = ctrl->val; in venc_op_s_ctrl()
127 ctr->level.hevc = ctrl->val; in venc_op_s_ctrl()
H A Dvenc.c754 ctr->profile.hevc == V4L2_MPEG_VIDEO_HEVC_PROFILE_MAIN_10) { in venc_set_properties()
943 profile = ctr->profile.hevc; in venc_set_properties()
944 level = ctr->level.hevc; in venc_set_properties()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst2334 .. _v4l2-hevc-hier-coding-type:
2403 .. _v4l2-hevc-profile:
2433 .. _v4l2-hevc-level:
2462 .. _v4l2-hevc-tier:
2483 .. _v4l2-hevc-loop-filter-mode:
2519 .. _v4l2-hevc-refresh-type:
2600 .. _v4l2-hevc-size-of-length-field:
H A Dext-ctrls-codec-stateless.rst2052 .. _v4l2-codec-stateless-hevc:
2057 These bitstream parameters are defined according to :ref:`hevc`.
2218 These bitstream parameters are defined according to :ref:`hevc`.
2378 These bitstream parameters are defined according to :ref:`hevc`.
2554 This bitstream parameter is defined according to :ref:`hevc`.
2564 These matrix and parameters are defined according to :ref:`hevc`.
2830 according to :ref:`hevc` 7.3.1.1 General NAL unit syntax, hence
2835 to be prefixed by Annex B start codes. According to :ref:`hevc`
2873 These parameters are defined according to :ref:`hevc`.
H A Dpixfmt-compressed.rst220 See the :ref:`associated Codec Control IDs <v4l2-codec-stateless-hevc>`.
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch333 +++ b/libavcodec/hevc-ctrls-v1.h
565 +++ b/libavcodec/hevc-ctrls-v2.h
825 +++ b/libavcodec/hevc-ctrls-v3.h
1083 +++ b/libavcodec/hevc-ctrls-v4.h
1819 HWACCEL_NVDEC(hevc),
1822 + HWACCEL_V4L2REQUEST(hevc),
1825 HWACCEL_VAAPI(hevc),
8300 +#include "hevc-ctrls-v1.h"
8306 +#include "hevc-ctrls-v2.h"
8308 +#include "hevc-ctrls-v3.h"
[all …]
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi585 compatible = "samsung,exynos5433-cmu-hevc";
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch5715 + psz_namecodec = rpi_is_model_pi4() ? "hevc" : "hevc_rpi";
/openbmc/linux/
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log[all...]