Home
last modified time | relevance | path

Searched refs:chroma_format_idc (Results 1 – 13 of 13) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_g1_h264_dec.c81 if (sps->profile_idc >= 100 && sps->chroma_format_idc == 0) in set_params()
231 ctrls->sps->chroma_format_idc == 0) in set_buffers()
Drockchip_vpu2_hw_h264_dec.c289 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()
Dhantro_drv.c248 if (sps->chroma_format_idc > 1) in hantro_try_ctrl()
/drivers/media/platform/allegro-dvt/
Dnal-h264.h108 unsigned int chroma_format_idc; member
Dnal-hevc.h207 unsigned int chroma_format_idc; member
Dnal-h264.c300 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_h264_rbsp_sps()
302 if (sps->chroma_format_idc == 3) in nal_h264_rbsp_sps()
Dnal-hevc.c290 rbsp_uev(rbsp, &sps->chroma_format_idc); in nal_hevc_rbsp_sps()
291 if (sps->chroma_format_idc == 3) in nal_hevc_rbsp_sps()
Dallegro-core.c1702 sps->chroma_format_idc = 1; /* Only 4:2:0 sampling supported */ in allegro_hevc_write_sps()
/drivers/staging/media/rkvdec/
Drkvdec-h264.c664 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()
Drkvdec.c39 if (sps->chroma_format_idc > 1) in rkvdec_try_ctrl()
/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c428 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()
/drivers/staging/media/sunxi/cedrus/
Dcedrus_h265.c367 VE_DEC_H265_DEC_SPS_HDR_CHROMA_FORMAT_IDC(sps->chroma_format_idc); in cedrus_h265_setup()
Dcedrus_h264.c403 reg |= (sps->chroma_format_idc & 0x7) << 19; in cedrus_set_params()