Searched refs:chroma_format_idc (Results 1 – 13 of 13) sorted by relevance
81 if (sps->profile_idc >= 100 && sps->chroma_format_idc == 0) in set_params()231 ctrls->sps->chroma_format_idc == 0) in set_buffers()
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()
248 if (sps->chroma_format_idc > 1) in hantro_try_ctrl()
108 unsigned int chroma_format_idc; member
207 unsigned int chroma_format_idc; member
300 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_h264_rbsp_sps()302 if (sps->chroma_format_idc == 3) in nal_h264_rbsp_sps()
290 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_hevc_rbsp_sps()291 if (sps->chroma_format_idc == 3) in nal_hevc_rbsp_sps()
1702 sps->chroma_format_idc = 1; /* Only 4:2:0 sampling supported */ in allegro_hevc_write_sps()
664 WRITE_PPS(sps->chroma_format_idc, CHROMA_FORMAT_IDC); in assemble_hw_pps()927 if (sps->chroma_format_idc == 0) in config_registers()929 else if (sps->chroma_format_idc == 1) in config_registers()931 else if (sps->chroma_format_idc == 2) in config_registers()
39 if (sps->chroma_format_idc > 1) in rkvdec_try_ctrl()
428 p_h264_sps->chroma_format_idc = 1; in std_validate_compound()435 if (p_h264_sps->chroma_format_idc < 3) in std_validate_compound()452 p_h264_sps->chroma_format_idc > 1) in std_validate_compound()456 p_h264_sps->chroma_format_idc > 2) in std_validate_compound()458 if (p_h264_sps->chroma_format_idc > 3) in std_validate_compound()
367 VE_DEC_H265_DEC_SPS_HDR_CHROMA_FORMAT_IDC(sps->chroma_format_idc); in cedrus_h265_setup()
403 reg |= (sps->chroma_format_idc & 0x7) << 19; in cedrus_set_params()