Searched refs:tiles_enabled (Results 1 – 2 of 2) sorted by relevance
140 bool tiles_enabled;256 tiles_enabled = !!(pps->flags & V4L2_HEVC_PPS_FLAG_TILES_ENABLED); in assemble_hw_pps() 257 rkvdec_set_bw_field(hw_ps->info, TILES_ENABLED_FLAG, tiles_enabled); in assemble_hw_pps() 280 tiles_enabled ? pps->num_tile_columns_minus1 + 1 : 1); in assemble_hw_pps() 282 tiles_enabled ? pps->num_tile_rows_minus1 + 1 : 1); in assemble_hw_pps() 293 if (tiles_enabled) { in assemble_hw_pps() 228 bool tiles_enabled; assemble_hw_pps() local
132 bool tiles_enabled; in assemble_hw_pps() local234 tiles_enabled = !!(pps->flags & V4L2_HEVC_PPS_FLAG_TILES_ENABLED); in assemble_hw_pps()235 hw_ps->pps.tiles_enabled_flag = tiles_enabled; in assemble_hw_pps()253 hw_ps->pps.num_tile_columns = tiles_enabled ? pps->num_tile_columns_minus1 + 1 : 0; in assemble_hw_pps()254 hw_ps->pps.num_tile_rows = tiles_enabled ? pps->num_tile_rows_minus1 + 1 : 0; in assemble_hw_pps()