| /linux/drivers/staging/media/meson/vdec/ |
| A D | codec_h264.c | 210 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/drivers/staging/media/sunxi/cedrus/ |
| A D | cedrus_h264.c | 240 run->h264.scaling_matrix; in cedrus_write_scaling_lists() 264 run->h264.pred_weights; in cedrus_write_pred_weight_table() 545 ctx->codec.h264.pic_info_buf = in cedrus_h264_start() 549 if (!ctx->codec.h264.pic_info_buf) in cedrus_h264_start() 590 ctx->codec.h264.mv_col_buf = in cedrus_h264_start() 595 if (!ctx->codec.h264.mv_col_buf) { in cedrus_h264_start() 606 ctx->codec.h264.deblk_buf_size = in cedrus_h264_start() 608 ctx->codec.h264.deblk_buf = in cedrus_h264_start() 613 if (!ctx->codec.h264.deblk_buf) { in cedrus_h264_start() 624 ctx->codec.h264.intra_pred_buf = in cedrus_h264_start() [all …]
|
| A D | cedrus_dec.c | 52 run.h264.decode_params = cedrus_find_control_data(ctx, in cedrus_device_run() 54 run.h264.pps = cedrus_find_control_data(ctx, in cedrus_device_run() 56 run.h264.scaling_matrix = cedrus_find_control_data(ctx, in cedrus_device_run() 58 run.h264.slice_params = cedrus_find_control_data(ctx, in cedrus_device_run() 60 run.h264.sps = cedrus_find_control_data(ctx, in cedrus_device_run() 62 run.h264.pred_weights = cedrus_find_control_data(ctx, in cedrus_device_run()
|
| A D | cedrus.h | 94 struct cedrus_h264_run h264; member 108 } h264; member 140 } h264; member
|
| /linux/drivers/media/platform/s5p-mfc/ |
| A D | s5p_mfc_enc.c | 1852 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl() 1870 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1874 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1878 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1883 p->codec.h264.profile = in s5p_mfc_enc_s_ctrl() 1895 if (p->codec.h264.level < 0) { in s5p_mfc_enc_s_ctrl() 1897 ret = p->codec.h264.level; in s5p_mfc_enc_s_ctrl() 1933 p->codec.h264.rc_min_qp = ctrl->val; in s5p_mfc_enc_s_ctrl() 1936 p->codec.h264.rc_max_qp = ctrl->val; in s5p_mfc_enc_s_ctrl() 1977 p->codec.h264.vui_sar = ctrl->val; in s5p_mfc_enc_s_ctrl() [all …]
|
| A D | s5p_mfc_common.h | 520 struct s5p_mfc_h264_enc_params h264; member
|
| A 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()
|
| A D | s5p_mfc_opr_v5.c | 761 struct s5p_mfc_h264_enc_params *p_264 = &p->codec.h264; in s5p_mfc_set_enc_params_h264()
|
| /linux/Documentation/devicetree/bindings/soc/bcm/ |
| A D | brcm,bcm2835-pm.txt | 15 c) h264: The H264 clock from CPRMAN 44 clock-names = "v3d", "peri_image", "h264", "isp";
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | venc_ctrls.c | 111 ctr->profile.h264 = ctrl->val; in venc_op_s_ctrl() 123 ctr->level.h264 = ctrl->val; in venc_op_s_ctrl() 323 if (ctr->profile.h264 != HFI_H264_PROFILE_HIGH && in venc_op_s_ctrl() 324 ctr->profile.h264 != HFI_H264_PROFILE_CONSTRAINED_HIGH) in venc_op_s_ctrl()
|
| A D | core.h | 266 u32 h264; member 273 u32 h264; member
|
| A D | venc.c | 665 if (ctr->profile.h264 == HFI_H264_PROFILE_HIGH || in venc_set_properties() 666 ctr->profile.h264 == HFI_H264_PROFILE_CONSTRAINED_HIGH) in venc_set_properties() 838 profile = ctr->profile.h264; in venc_set_properties() 839 level = ctr->level.h264; in venc_set_properties()
|
| /linux/drivers/staging/media/rkvdec/ |
| A D | Makefile | 3 rockchip-vdec-y += rkvdec.o rkvdec-h264.o
|
| /linux/drivers/media/pci/tw5864/ |
| A D | Makefile | 2 tw5864-objs := tw5864-core.o tw5864-video.o tw5864-h264.o tw5864-util.o
|
| /linux/drivers/media/platform/allegro-dvt/ |
| A D | Makefile | 4 allegro-objs += nal-rbsp.o nal-h264.o nal-hevc.o
|
| /linux/drivers/media/platform/sti/hva/ |
| A D | Makefile | 3 st-hva-y := hva-v4l2.o hva-hw.o hva-mem.o hva-h264.o
|
| /linux/drivers/media/platform/coda/ |
| A 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/Documentation/userspace-api/media/v4l/ |
| A 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 773 according to :ref:`h264` 7.3.1 NAL unit syntax, hence contains 778 to be prefixed by Annex B start codes. According to :ref:`h264`
|
| A 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
|
| A 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: 1343 .. _v4l2-mpeg-video-h264-cpb-size: 1419 .. _v4l2-mpeg-video-h264-sei-fp-arrangement-type: 1462 .. _v4l2-mpeg-video-h264-fmo-map-type: 1508 .. _v4l2-mpeg-video-h264-fmo-change-direction: [all …]
|
| /linux/drivers/media/v4l2-core/ |
| A D | Makefile | 26 obj-$(CONFIG_V4L2_H264) += v4l2-h264.o
|
| A D | Kconfig | 51 # Used by drivers that need v4l2-h264.ko
|
| /linux/arch/arm/boot/dts/ |
| A D | bcm2835-common.dtsi | 69 clock-names = "v3d", "peri_image", "h264", "isp";
|
| A D | bcm2711.dtsi | 120 clock-names = "v3d", "peri_image", "h264", "isp";
|