/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateless.c | 446 if (h264->bit_depth_chroma_minus8 == 2 && h264->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl() 448 } else if (h264->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl() 451 h264->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl() 459 if (h265->bit_depth_chroma_minus8 == 2 && h265->bit_depth_luma_minus8 == 2) { in mtk_vdec_s_ctrl() 461 } else if (h265->bit_depth_chroma_minus8 != 0 && in mtk_vdec_s_ctrl() 464 h265->bit_depth_chroma_minus8, in mtk_vdec_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | nal-h264.h | 111 unsigned int bit_depth_chroma_minus8; member
|
H A D | nal-h264.c | 627 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_h264_rbsp_sps()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_h264_req_common.h | 51 unsigned char bit_depth_chroma_minus8; member
|
H A D | vdec_h264_req_common.c | 99 GET_MTK_VDEC_PARAM(bit_depth_chroma_minus8); in mtk_vdec_h264_copy_sps_params()
|
H A D | vdec_hevc_req_multi_if.c | 63 unsigned char bit_depth_chroma_minus8; member 434 GET_HEVC_VDEC_PARAM(bit_depth_chroma_minus8); in vdec_hevc_copy_sps_params()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | hevc-ctrls.h | 60 __u8 bit_depth_chroma_minus8; member
|
H A D | h264-ctrls.h | 81 __u8 bit_depth_chroma_minus8; member
|
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | nal-h264.h | 114 unsigned int bit_depth_chroma_minus8; member
|
H A D | nal-hevc.h | 222 unsigned int bit_depth_chroma_minus8; member
|
H A D | nal-h264.c | 231 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_h264_rbsp_sps()
|
H A D | nal-hevc.c | 363 rbsp_uev(rbsp, &sps->bit_depth_chroma_minus8); in nal_hevc_rbsp_sps()
|
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus.c | 39 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in cedrus_try_ctrl() 56 sps->bit_depth_chroma_minus8) + 8; in cedrus_try_ctrl()
|
H A D | cedrus_h265.c | 574 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_CHROMA_MINUS8(sps->bit_depth_chroma_minus8) | in cedrus_h265_setup()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-trace-h264.h | 22 "bit_depth_chroma_minus8 %u\n" 46 __entry->s.bit_depth_chroma_minus8,
|
H A D | visl-trace-hevc.h | 21 "bit_depth_chroma_minus8 %u\n" 46 __entry->s.bit_depth_chroma_minus8,
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 663 WRITE_PPS(sps->bit_depth_chroma_minus8, BIT_DEPTH_CHROMA); in assemble_hw_pps() 1042 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_h264_validate_sps()
|
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h265.c | 356 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_CHROMA_MINUS8(sps->bit_depth_chroma_minus8) | in cedrus_h265_setup()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkvdec/ |
H A D | rkvdec-h264.c | 666 WRITE_PPS(sps->bit_depth_chroma_minus8, BIT_DEPTH_CHROMA); in assemble_hw_pps()
|
H A D | rkvdec.c | 42 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_try_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | hantro_drv.c | 251 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_g2_hevc_dec.c | 168 hantro_reg_write(vpu, &g2_bit_depth_c_minus8, sps->bit_depth_chroma_minus8); in set_params()
|
H A D | hantro_drv.c | 261 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | v4l2-controls.h | 1376 * @bit_depth_chroma_minus8: see H264 specification. 1396 __u8 bit_depth_chroma_minus8; member 2108 * @bit_depth_chroma_minus8: this value plus 8 specifies the bit depth of the 2163 __u8 bit_depth_chroma_minus8; member
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 893 p_h264_sps->bit_depth_chroma_minus8 = 0; in std_validate_compound() 926 if (p_h264_sps->bit_depth_chroma_minus8 > 6) in std_validate_compound()
|