Searched refs:videoHeight (Results 1 – 7 of 7) sorted by relevance
183 val videoHeight = player.videoHeight in <lambda>() constant184 if (videoWidth != 0 && videoHeight != 0) { in <lambda>()185 val aspectRatio = videoHeight.toFloat() / videoWidth in <lambda>()
123 int videoHeight = 0; in parseChannel() local140 videoHeight = Integer.parseInt(value); in parseChannel()159 videoWidth, videoHeight, programs); in parseChannel()
433 public final int videoHeight; field in RichTvInputService.ChannelInfo437 int transportStreamId, int serviceId, int videoWidth, int videoHeight, in ChannelInfo() argument446 this.videoHeight = videoHeight; in ChannelInfo()
208 final int videoHeight = mMediaPlayer.getVideoHeight(); in onMeasure() local209 if (videoWidth != 0 && videoHeight != 0) { in onMeasure()210 final float aspectRatio = (float) videoHeight / videoWidth; in onMeasure()
100 String videoFormat = getVideoFormat(channel.videoHeight); in updateChannels()149 private static String getVideoFormat(int videoHeight) { in getVideoFormat() argument150 return VIDEO_HEIGHT_TO_FORMAT_MAP.get(videoHeight); in getVideoFormat()