/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_g1_h264_dec.c | 81 if (sps->profile_idc >= 100 && sps->chroma_format_idc == 0) in set_params() 231 ctrls->sps->chroma_format_idc == 0) in set_buffers()
|
H A D | rockchip_vpu2_hw_h264_dec.c | 289 VDPU_REG_BLACKWHITE_E(sps->profile_idc >= 100 && sps->chroma_format_idc == 0) | in set_params() 448 ctrls->sps->chroma_format_idc == 0) in set_buffers()
|
H A D | hantro_drv.c | 258 if (sps->chroma_format_idc > 1) in hantro_try_ctrl()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_common.h | 49 unsigned char chroma_format_idc; member
|
H A D | vdec_h264_req_common.c | 97 GET_MTK_VDEC_PARAM(chroma_format_idc); in mtk_vdec_h264_copy_sps_params()
|
H A D | vdec_hevc_req_multi_if.c | 80 unsigned char chroma_format_idc; member 451 GET_HEVC_VDEC_PARAM(chroma_format_idc); in vdec_hevc_copy_sps_params()
|
/openbmc/linux/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 661 WRITE_PPS(sps->chroma_format_idc, CHROMA_FORMAT_IDC); in assemble_hw_pps() 916 if (sps->chroma_format_idc == 0) in config_registers() 918 else if (sps->chroma_format_idc == 1) in config_registers() 920 else if (sps->chroma_format_idc == 2) in config_registers() 1039 if (sps->chroma_format_idc > 1) in rkvdec_h264_validate_sps()
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.h | 111 unsigned int chroma_format_idc; member
|
H A D | nal-h264.c | 226 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_h264_rbsp_sps() 228 if (sps->chroma_format_idc == 3) in nal_h264_rbsp_sps()
|
H A D | nal-hevc.h | 209 unsigned int chroma_format_idc; member
|
H A D | nal-hevc.c | 350 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_hevc_rbsp_sps() 351 if (sps->chroma_format_idc == 3) in nal_hevc_rbsp_sps()
|
H A D | allegro-core.c | 1790 sps->chroma_format_idc = 1; /* Only 4:2:0 sampling supported */ in allegro_hevc_write_sps()
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus.c | 36 if (sps->chroma_format_idc != 1) in cedrus_try_ctrl() 51 if (sps->chroma_format_idc != 1) in cedrus_try_ctrl()
|
H A D | cedrus_h264.c | 423 reg |= (sps->chroma_format_idc & 0x7) << 19; in cedrus_set_params()
|
H A D | cedrus_h265.c | 576 VE_DEC_H265_DEC_SPS_HDR_CHROMA_FORMAT_IDC(sps->chroma_format_idc); in cedrus_h265_setup()
|
/openbmc/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-h264.h | 44 __entry->s.chroma_format_idc,
|
H A D | visl-trace-hevc.h | 63 __entry->s.chroma_format_idc,
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 891 p_h264_sps->chroma_format_idc = 1; in std_validate_compound() 898 if (p_h264_sps->chroma_format_idc < 3) in std_validate_compound() 915 p_h264_sps->chroma_format_idc > 1) in std_validate_compound() 919 p_h264_sps->chroma_format_idc > 2) in std_validate_compound() 921 if (p_h264_sps->chroma_format_idc > 3) in std_validate_compound()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | visl.rst | 122 chroma_format_idc 1
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 1400 __u8 chroma_format_idc; member 2186 __u8 chroma_format_idc; member
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 413 + __u8 chroma_format_idc; 647 + __u8 chroma_format_idc; 907 + __u8 chroma_format_idc; 1238 + * @chroma_format_idc: specifies the chroma sampling 1267 + __u8 chroma_format_idc; 1615 + if (ps->sps->chroma_format_idc == 1) { 1620 + else if (ps->sps->chroma_format_idc == 2 || 1621 + ps->sps->chroma_format_idc == 3) { 1694 + if (sps->chroma_format_idc == 1) { 1699 + else if (sps->chroma_format_idc == 2 || [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 61 - ``chroma_format_idc`` 2155 - ``chroma_format_idc``
|