/Linux-v6.1/drivers/staging/media/meson/vdec/ |
D | codec_h264.c | 170 struct codec_h264 *h264 = sess->priv; in codec_h264_start() local 173 h264->workspace_vaddr = in codec_h264_start() 175 &h264->workspace_paddr, GFP_KERNEL); in codec_h264_start() 176 if (!h264->workspace_vaddr) in codec_h264_start() 180 h264->sei_vaddr = dma_alloc_coherent(core->dev, SIZE_SEI, in codec_h264_start() 181 &h264->sei_paddr, GFP_KERNEL); in codec_h264_start() 182 if (!h264->sei_vaddr) in codec_h264_start() 187 workspace_offset = h264->workspace_paddr - WORKSPACE_BUF_OFFSET; in codec_h264_start() 189 amvdec_write_dos(core, AV_SCRATCH_G, h264->ext_fw_paddr); in codec_h264_start() 190 amvdec_write_dos(core, AV_SCRATCH_I, h264->sei_paddr - in codec_h264_start() [all …]
|
/Linux-v6.1/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_h264.c | 61 dma_addr_t addr = ctx->codec.h264.mv_col_buf_dma; in cedrus_h264_mv_col_buf_addr() 64 addr += position * ctx->codec.h264.mv_col_buf_field_size * 2; in cedrus_h264_mv_col_buf_addr() 67 addr += field * ctx->codec.h264.mv_col_buf_field_size; in cedrus_h264_mv_col_buf_addr() 79 unsigned int position = buf->codec.h264.position; in cedrus_fill_ref_pic() 83 pic->frame_info = cpu_to_le32(buf->codec.h264.pic_type << 8); in cedrus_fill_ref_pic() 97 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list() 98 const struct v4l2_ctrl_h264_sps *sps = run->h264.sps; in cedrus_write_frame_list() 124 position = cedrus_buf->codec.h264.position; in cedrus_write_frame_list() 147 output_buf->codec.h264.position = position; in cedrus_write_frame_list() 150 output_buf->codec.h264.pic_type = CEDRUS_H264_PIC_TYPE_FIELD; in cedrus_write_frame_list() [all …]
|
D | cedrus_dec.c | 53 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run() 55 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run() 57 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run() 59 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run() 61 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 63 run.h264.pred_weights = cedrus_find_control_data(ctx, in cedrus_device_run()
|
D | cedrus.h | 97 struct cedrus_h264_run h264; member 111 } h264; member 143 } h264; member
|
/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/ |
D | h264.c | 660 const struct v4l2_h264_dpb_entry *dpb = ctx->h264.decode_params->dpb; in get_ref_buf() 695 struct tegra_vde_h264_decoder_ctx *h264, in tegra_vde_h264_setup_frame() argument 703 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_frame() 711 lsize = h264->pic_width_in_mbs * 16 * h264->pic_height_in_mbs * 16; in tegra_vde_h264_setup_frame() 712 csize = h264->pic_width_in_mbs * 8 * h264->pic_height_in_mbs * 8; in tegra_vde_h264_setup_frame() 759 struct tegra_vde_h264_decoder_ctx *h264) in tegra_vde_h264_setup_frames() argument 763 const struct v4l2_h264_dpb_entry *dpb = ctx->h264.decode_params->dpb; in tegra_vde_h264_setup_frames() 765 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_frames() 793 err = tegra_vde_h264_setup_frame(ctx, h264, NULL, &dst->vb2_buf, 0, in tegra_vde_h264_setup_frames() 794 h264->dpb_frames_nb++); in tegra_vde_h264_setup_frames() [all …]
|
D | Makefile | 2 tegra-vde-y := vde.o iommu.o dmabuf-cache.o h264.o v4l2.o
|
D | vde.h | 147 struct tegra_ctx_h264 h264; member
|
D | v4l2.c | 58 ctx->h264.decode_params = data; in tegra_set_control_data() 61 ctx->h264.sps = data; in tegra_set_control_data() 64 ctx->h264.pps = data; in tegra_set_control_data()
|
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/ |
D | s5p_mfc_enc.c | 1850 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl() 1868 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1872 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1876 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1881 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1891 p->codec.h264.level_v4l2 = ctrl->val; in s5p_mfc_enc_s_ctrl() 1892 p->codec.h264.level = h264_level(ctrl->val); in s5p_mfc_enc_s_ctrl() 1893 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl() 1895 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl() 1907 p->codec.h264.loop_filter_mode = ctrl->val; in s5p_mfc_enc_s_ctrl() [all …]
|
D | s5p_mfc_common.h | 520 struct s5p_mfc_h264_enc_params h264; member
|
D | s5p_mfc_opr_v6.c | 919 struct s5p_mfc_h264_enc_params *p_h264 = &p->codec.h264; in s5p_mfc_set_enc_params_h264() 1741 struct s5p_mfc_h264_enc_params *p_h264 = &p->codec.h264; in s5p_mfc_h264_set_aso_slice_order_v6()
|
/Linux-v6.1/drivers/staging/media/rkvdec/ |
D | Makefile | 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
|
/Linux-v6.1/drivers/media/pci/tw5864/ |
D | Makefile | 2 tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o
|
/Linux-v6.1/drivers/media/platform/allegro-dvt/ |
D | Makefile | 4 allegro-objs += nal-rbsp.o nal-h264.o nal-hevc.o
|
/Linux-v6.1/drivers/media/platform/st/sti/hva/ |
D | Makefile | 3 st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o
|
/Linux-v6.1/drivers/media/platform/chips-media/ |
D | Makefile | 3 coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpe…
|
/Linux-v6.1/drivers/media/platform/qcom/venus/ |
D | venc_ctrls.c | 112 ctr->profile.h264 = ctrl->val; in venc_op_s_ctrl() 124 ctr->level.h264 = ctrl->val; in venc_op_s_ctrl() 327 if (ctr->profile.h264 != V4L2_MPEG_VIDEO_H264_PROFILE_HIGH && in venc_op_s_ctrl() 328 ctr->profile.h264 != V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH) in venc_op_s_ctrl()
|
D | core.h | 270 u32 h264; member 277 u32 h264; member
|
D | venc.c | 677 if (ctr->profile.h264 == V4L2_MPEG_VIDEO_H264_PROFILE_HIGH || in venc_set_properties() 678 ctr->profile.h264 == V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH) in venc_set_properties() 851 profile = ctr->profile.h264; in venc_set_properties() 852 level = ctr->level.h264; in venc_set_properties()
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | Makefile | 30 obj-$(CONFIG_V4L2_H264) += v4l2-h264.o
|
D | Kconfig | 43 # Used by drivers that need v4l2-h264.ko
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | bcm2835-common.dtsi | 70 clock-names = "v3d", "peri_image", "h264", "isp";
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 76 :ref:`associated Codec Control IDs <v4l2-codec-stateless-h264>`. 82 The syntax for this format is documented in :ref:`h264`, section
|
D | ext-ctrls-codec.rst | 626 :ref:`CPB (H264) buffer size <v4l2-mpeg-video-h264-cpb-size>` control. 739 .. _v4l2-mpeg-video-h264-vui-sar-idc: 802 .. _v4l2-mpeg-video-h264-level: 920 .. _v4l2-mpeg-video-h264-profile: 1093 .. _v4l2-mpeg-video-h264-loop-filter-mode: 1137 .. _v4l2-mpeg-video-h264-entropy-mode: 1365 .. _v4l2-mpeg-video-h264-cpb-size: 1441 .. _v4l2-mpeg-video-h264-sei-fp-arrangement-type: 1484 .. _v4l2-mpeg-video-h264-fmo-map-type: 1530 .. _v4l2-mpeg-video-h264-fmo-change-direction: [all …]
|
D | ext-ctrls-codec-stateless.rst | 23 .. _v4l2-codec-stateless-h264: 30 to :ref:`h264`, section 7.4.2.1.1 "Sequence Parameter Set Data 175 to :ref:`h264`, section 7.4.2.2 "Picture Parameter Set RBSP 279 defined according to :ref:`h264`, section 7.4.2.1.1.1 "Scaling 315 :ref:`h264`, section 7.4.3 "Slice Header Semantics". For further 409 Prediction weight table defined according to :ref:`h264`, 526 :ref:`h264`. For further documentation, refer to the above 785 according to :ref:`h264` 7.3.1 NAL unit syntax, hence contains 790 to be prefixed by Annex B start codes. According to :ref:`h264`
|