Home
last modified time | relevance | path

Searched refs:v4l2_hevc_pps_num_tile_rows (Results 1 – 4 of 4) sorted by relevance

/linux/include/media/
H A Dv4l2-hevc.h35 v4l2_hevc_pps_num_tile_rows(const struct v4l2_ctrl_hevc_pps *pps) in v4l2_hevc_pps_num_tile_rows() function
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc-common.c42 unsigned int num_rows = v4l2_hevc_pps_num_tile_rows(pps); in compute_tiles_uniform()
64 unsigned int num_rows = v4l2_hevc_pps_num_tile_rows(pps); in compute_tiles_non_uniform()
H A Drkvdec-hevc.c261 for (i = 0; i < v4l2_hevc_pps_num_tile_rows(pps); i++) in assemble_hw_pps()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c20 unsigned int num_tile_rows = v4l2_hevc_pps_num_tile_rows(pps); in prepare_tile_info_buffer()