Searched refs:chroma_format_idc (Results 1 – 18 of 18) sorted by relevance
661 WRITE_PPS(sps->chroma_format_idc, CHROMA_FORMAT_IDC); in assemble_hw_pps()917 if (sps->chroma_format_idc == 0) in config_registers()919 else if (sps->chroma_format_idc == 1) in config_registers()921 else if (sps->chroma_format_idc == 2) in config_registers()1039 if (sps->chroma_format_idc == 2) in rkvdec_h264_get_image_fmt()1044 if (sps->chroma_format_idc == 2) in rkvdec_h264_get_image_fmt()1058 if (sps->chroma_format_idc > 2) in rkvdec_h264_validate_sps()
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()
260 if (sps->chroma_format_idc > 1) in hantro_try_ctrl()
49 unsigned char chroma_format_idc; member
97 GET_MTK_VDEC_PARAM(chroma_format_idc); in mtk_vdec_h264_copy_sps_params()
80 unsigned char chroma_format_idc; member451 GET_HEVC_VDEC_PARAM(chroma_format_idc); in vdec_hevc_copy_sps_params()
111 unsigned int chroma_format_idc; member
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()
210 unsigned int chroma_format_idc; member
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()
1790 sps->chroma_format_idc = 1; /* Only 4:2:0 sampling supported */ in allegro_hevc_write_sps()
36 if (sps->chroma_format_idc != 1) in cedrus_try_ctrl()51 if (sps->chroma_format_idc != 1) in cedrus_try_ctrl()
423 reg |= (sps->chroma_format_idc & 0x7) << 19; in cedrus_set_params()
576 VE_DEC_H265_DEC_SPS_HDR_CHROMA_FORMAT_IDC(sps->chroma_format_idc); in cedrus_h265_setup()
965 p_h264_sps->chroma_format_idc = 1; in std_validate_compound()973 if (p_h264_sps->chroma_format_idc < 3) in std_validate_compound()989 p_h264_sps->chroma_format_idc > 1) in std_validate_compound()993 p_h264_sps->chroma_format_idc > 2) in std_validate_compound()995 if (p_h264_sps->chroma_format_idc > 3) in std_validate_compound()
44 __entry->s.chroma_format_idc,
63 __entry->s.chroma_format_idc,
Completed in 48 milliseconds