Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-hevc.h21 v4l2_hevc_pps_num_tile_columns(const struct v4l2_ctrl_hevc_pps *pps) in v4l2_hevc_pps_num_tile_columns() function
/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc-common.c41 unsigned int num_cols = v4l2_hevc_pps_num_tile_columns(pps); in compute_tiles_uniform()
63 unsigned int num_cols = v4l2_hevc_pps_num_tile_columns(pps); in compute_tiles_non_uniform()
H A Drkvdec-hevc.c259 for (i = 0; i < v4l2_hevc_pps_num_tile_columns(pps); i++) in assemble_hw_pps()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_hevc_dec.c21 unsigned int num_tile_cols = v4l2_hevc_pps_num_tile_columns(pps); in prepare_tile_info_buffer()