Home
last modified time | relevance | path

Searched refs:h264 (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c170 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/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c60 dma_addr_t addr = buf->codec.h264.mv_col_buf_dma; in cedrus_h264_mv_col_buf_addr()
63 addr += field * buf->codec.h264.mv_col_buf_size / 2; in cedrus_h264_mv_col_buf_addr()
78 pic->frame_info = cpu_to_le32(buf->codec.h264.pic_type << 8); in cedrus_fill_ref_pic()
90 const struct v4l2_ctrl_h264_decode_params *decode = run->h264.decode_params; in cedrus_write_frame_list()
91 const struct v4l2_ctrl_h264_sps *sps = run->h264.sps; in cedrus_write_frame_list()
117 position = cedrus_buf->codec.h264.position; in cedrus_write_frame_list()
140 output_buf->codec.h264.position = position; in cedrus_write_frame_list()
142 if (!output_buf->codec.h264.mv_col_buf_size) { in cedrus_write_frame_list()
143 const struct v4l2_ctrl_h264_sps *sps = run->h264.sps; in cedrus_write_frame_list()
153 output_buf->codec.h264.mv_col_buf_size = field_size * 2; in cedrus_write_frame_list()
[all …]
H A Dcedrus_dec.c53 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()
H A Dcedrus.h89 struct cedrus_h264_run h264; member
106 } h264; member
140 } h264; member
/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c655 const struct v4l2_h264_dpb_entry *dpb = ctx->h264.decode_params->dpb; in get_ref_buf()
690 struct tegra_vde_h264_decoder_ctx *h264, in tegra_vde_h264_setup_frame() argument
698 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_frame()
706 lsize = h264->pic_width_in_mbs * 16 * h264->pic_height_in_mbs * 16; in tegra_vde_h264_setup_frame()
707 csize = h264->pic_width_in_mbs * 8 * h264->pic_height_in_mbs * 8; in tegra_vde_h264_setup_frame()
754 struct tegra_vde_h264_decoder_ctx *h264) in tegra_vde_h264_setup_frames() argument
758 const struct v4l2_h264_dpb_entry *dpb = ctx->h264.decode_params->dpb; in tegra_vde_h264_setup_frames()
760 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_frames()
788 err = tegra_vde_h264_setup_frame(ctx, h264, NULL, &dst->vb2_buf, 0, in tegra_vde_h264_setup_frames()
789 h264->dpb_frames_nb++); in tegra_vde_h264_setup_frames()
[all …]
H A DMakefile2 tegra-vde-y := vde.o iommu.o dmabuf-cache.o h264.o v4l2.o
H A Dvde.h146 struct tegra_ctx_h264 h264; member
/linux/drivers/media/test-drivers/visl/
H A Dvisl-dec.c146 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) { in visl_get_ref_frames()
148 run->h264.dpram->dpb[i].reference_ts); in visl_get_ref_frames()
151 run->h264.dpram->dpb[i].reference_ts, in visl_get_ref_frames()
155 run->h264.dpram->dpb[i].reference_ts); in visl_get_ref_frames()
314 "H264: %u", run->h264.dpram->pic_order_cnt_lsb); in visl_tpg_fill_codec_specific()
522 trace_v4l2_ctrl_h264_sps(run->h264.sps); in visl_trace_ctrls()
523 trace_v4l2_ctrl_h264_pps(run->h264.pps); in visl_trace_ctrls()
524 trace_v4l2_ctrl_h264_scaling_matrix(run->h264.sm); in visl_trace_ctrls()
525 trace_v4l2_ctrl_h264_slice_params(run->h264.spram); in visl_trace_ctrls()
527 for (i = 0; i < ARRAY_SIZE(run->h264.spram->ref_pic_list0); i++) in visl_trace_ctrls()
[all …]
H A Dvisl-dec.h64 struct visl_h264_run h264; member
H A Dvisl-trace-h264.h348 #define TRACE_INCLUDE_FILE visl-trace-h264
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_stateless.c458 struct v4l2_ctrl_h264_sps *h264; in mtk_vdec_s_ctrl() local
473 h264 = (struct v4l2_ctrl_h264_sps *)hdr_ctrl->p_new.p; in mtk_vdec_s_ctrl()
475 if (h264->bit_depth_chroma_minus8 == 2 && h264->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl()
477 } else if (h264->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl()
478 h264->bit_depth_luma_minus8 != 0) { in mtk_vdec_s_ctrl()
480 h264->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
481 h264->bit_depth_luma_minus8); in mtk_vdec_s_ctrl()
/linux/drivers/staging/media/rkvdec/
H A DMakefile3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
/linux/drivers/media/pci/tw5864/
H A DMakefile2 tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o
/linux/drivers/media/platform/allegro-dvt/
H A DMakefile4 allegro-objs += nal-rbsp.o nal-h264.o nal-hevc.o
/linux/drivers/media/platform/st/sti/hva/
H A DMakefile3 st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o
/linux/drivers/media/platform/chips-media/coda/
H A DMakefile3 coda-vpu-objs := coda-common.o coda-bit.o coda-gdi.o coda-h264.o coda-mpeg2.o coda-mpeg4.o coda-jpe…
/linux/drivers/media/v4l2-core/
H A DMakefile31 obj-$(CONFIG_V4L2_H264) += v4l2-h264.o
H A DKconfig43 # Used by drivers that need v4l2-h264.ko
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2835-common.dtsi70 clock-names = "v3d", "peri_image", "h264", "isp";
H A Dbcm2711.dtsi121 clock-names = "v3d", "peri_image", "h264", "isp";
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst626 :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 …]
H A Dpixfmt-compressed.rst76 :ref:`associated Codec Control IDs <v4l2-codec-stateless-h264>`.
82 The syntax for this format is documented in :ref:`h264`, section
H A Dext-ctrls-codec-stateless.rst23 .. _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`
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h522 struct s5p_mfc_h264_enc_params h264; member
H A Ds5p_mfc_opr_v6.c1060 struct s5p_mfc_h264_enc_params *p_h264 = &p->codec.h264; in s5p_mfc_set_enc_params_h264()
1901 const struct s5p_mfc_h264_enc_params *p_h264 = &p->codec.h264; in s5p_mfc_h264_set_aso_slice_order_v6()

12