Searched refs:maxVideoHeight (Results 1 – 1 of 1) sorted by relevance
168 private int maxVideoHeight; field in DefaultTrackSelector.ParametersBuilder229 maxVideoHeight = initialValues.maxVideoHeight; in ParametersBuilder()283 public ParametersBuilder setMaxVideoSize(int maxVideoWidth, int maxVideoHeight) { in setMaxVideoSize() argument285 this.maxVideoHeight = maxVideoHeight; in setMaxVideoSize()711 maxVideoHeight, in build()745 maxVideoHeight = Integer.MAX_VALUE; in setInitialValuesWithoutContext()828 public final int maxVideoHeight; field in DefaultTrackSelector.Parameters944 int maxVideoHeight, in Parameters() argument982 this.maxVideoHeight = maxVideoHeight; in Parameters()1013 this.maxVideoHeight = in.readInt(); in Parameters()[all …]