Home
last modified time | relevance | path

Searched refs:bit_depth_luma (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/platform/amphion/
H A Dvpu_defs.h139 u32 bit_depth_luma; member
H A Dvpu_malone.c913 info->bit_depth_luma = pkt->data[13]; in vpu_malone_unpack_seq_hdr()
925 if (info->bit_depth_luma > 8) in vpu_malone_unpack_seq_hdr()
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-vdpu381-h264.c23 u16 bit_depth_luma: 3; member
114 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8; in assemble_hw_pps()
H A Drkvdec-vdpu383-h264.c24 u16 bit_depth_luma: 3; member
220 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8; in assemble_hw_pps()
H A Drkvdec-vdpu381-hevc.c24 u16 bit_depth_luma : 4; member
161 hw_ps->sps.bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in assemble_hw_pps()
H A Drkvdec-vdpu383-hevc.c24 u16 bit_depth_luma : 3; member
257 hw_ps->bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in assemble_hw_pps()