Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/staging/media/meson/vdec/
A Dcodec_h264.c210 h264->ext_fw_vaddr, h264->ext_fw_paddr); in codec_h264_stop()
214 h264->workspace_vaddr, h264->workspace_paddr); in codec_h264_stop()
218 h264->ref_vaddr, h264->ref_paddr); in codec_h264_stop()
222 h264->sei_vaddr, h264->sei_paddr); in codec_h264_stop()
236 h264 = kzalloc(sizeof(*h264), GFP_KERNEL); in codec_h264_load_extended_firmware()
237 if (!h264) in codec_h264_load_extended_firmware()
244 kfree(h264); in codec_h264_load_extended_firmware()
249 sess->priv = h264; in codec_h264_load_extended_firmware()
303 h264->ref_size = mb_total * MB_MV_SIZE * h264->max_refs; in codec_h264_resume()
304 h264->ref_vaddr = dma_alloc_coherent(core->dev, h264->ref_size, in codec_h264_resume()
[all …]
/linux-6.3-rc2/drivers/staging/media/sunxi/cedrus/
A Dcedrus_h264.c155 output_buf->codec.h264.mv_col_buf = in cedrus_write_frame_list()
260 run->h264.scaling_matrix; in cedrus_write_scaling_lists()
284 run->h264.pred_weights; in cedrus_write_pred_weight_table()
567 ctx->codec.h264.pic_info_buf = in cedrus_h264_start()
571 if (!ctx->codec.h264.pic_info_buf) in cedrus_h264_start()
581 ctx->codec.h264.neighbor_info_buf = in cedrus_h264_start()
596 ctx->codec.h264.deblk_buf_size = in cedrus_h264_start()
598 ctx->codec.h264.deblk_buf = in cedrus_h264_start()
603 if (!ctx->codec.h264.deblk_buf) { in cedrus_h264_start()
614 ctx->codec.h264.intra_pred_buf = in cedrus_h264_start()
[all …]
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()
A Dcedrus.h89 struct cedrus_h264_run h264; member
106 } h264; member
140 } h264; member
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/
A Dh264.c703 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()
765 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_frames()
794 h264->dpb_frames_nb++); in tegra_vde_h264_setup_frames()
818 h264->dpb_frames_nb++); in tegra_vde_h264_setup_frames()
868 struct tegra_ctx_h264 *h = &ctx->h264; in tegra_vde_h264_setup_context()
873 memset(h264, 0, sizeof(*h264)); in tegra_vde_h264_setup_context()
888 h264->baseline_profile = 1; in tegra_vde_h264_setup_context()
891 h264->direct_8x8_inference_flag = 1; in tegra_vde_h264_setup_context()
[all …]
A DMakefile2 tegra-vde-y := vde.o iommu.o dmabuf-cache.o h264.o v4l2.o
A Dvde.h147 struct tegra_ctx_h264 h264; member
A Dv4l2.c58 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-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-dec.c128 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) { in visl_get_ref_frames()
131 run->h264.dpram->dpb[i].reference_ts, in visl_get_ref_frames()
385 trace_v4l2_ctrl_h264_sps(run->h264.sps); in visl_trace_ctrls()
386 trace_v4l2_ctrl_h264_pps(run->h264.pps); in visl_trace_ctrls()
387 trace_v4l2_ctrl_h264_scaling_matrix(run->h264.sm); in visl_trace_ctrls()
388 trace_v4l2_ctrl_h264_slice_params(run->h264.spram); in visl_trace_ctrls()
390 for (i = 0; i < ARRAY_SIZE(run->h264.spram->ref_pic_list0); i++) in visl_trace_ctrls()
395 trace_v4l2_ctrl_h264_decode_params(run->h264.dpram); in visl_trace_ctrls()
397 for (i = 0; i < ARRAY_SIZE(run->h264.dpram->dpb); i++) in visl_trace_ctrls()
398 trace_v4l2_h264_dpb_entry(&run->h264.dpram->dpb[i], i); in visl_trace_ctrls()
[all …]
A Dvisl-dec.h57 struct visl_h264_run h264; member
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_enc.c1858 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl()
1876 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1880 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1884 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1889 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl()
1901 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl()
1903 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl()
1939 p->codec.h264.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1942 p->codec.h264.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl()
1983 p->codec.h264.vui_sar = ctrl->val; in s5p_mfc_enc_s_ctrl()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/soc/bcm/
A Dbrcm,bcm2835-pm.yaml52 - const: h264
84 clock-names = "v3d", "peri_image", "h264", "isp";
/linux-6.3-rc2/drivers/staging/media/rkvdec/
A DMakefile3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o rkvdec-vp9.o
/linux-6.3-rc2/drivers/media/pci/tw5864/
A DMakefile2 tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o
/linux-6.3-rc2/drivers/media/platform/allegro-dvt/
A DMakefile4 allegro-objs += nal-rbsp.o nal-h264.o nal-hevc.o
/linux-6.3-rc2/drivers/media/platform/st/sti/hva/
A DMakefile3 st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o
/linux-6.3-rc2/drivers/media/platform/chips-media/
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-6.3-rc2/drivers/media/platform/qcom/venus/
A Dvenc_ctrls.c112 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()
A Dcore.h270 u32 h264; member
277 u32 h264; member
A Dvenc.c677 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-6.3-rc2/drivers/media/v4l2-core/
A DMakefile30 obj-$(CONFIG_V4L2_H264) += v4l2-h264.o
A DKconfig43 # Used by drivers that need v4l2-h264.ko
/linux-6.3-rc2/arch/arm/boot/dts/
A Dbcm2835-common.dtsi70 clock-names = "v3d", "peri_image", "h264", "isp";
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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
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 …]

Completed in 33 milliseconds

12