Searched refs:videoWidth (Results 1 – 6 of 6) sorted by relevance
182 val videoWidth = player.videoWidth in <lambda>() constant184 if (videoWidth != 0 && videoHeight != 0) { in <lambda>()185 val aspectRatio = videoHeight.toFloat() / videoWidth in <lambda>()
122 int videoWidth = 0; in parseChannel() local138 videoWidth = Integer.parseInt(value); in parseChannel()159 videoWidth, videoHeight, programs); in parseChannel()
432 public final int videoWidth; field in RichTvInputService.ChannelInfo437 int transportStreamId, int serviceId, int videoWidth, int videoHeight, in ChannelInfo() argument445 this.videoWidth = videoWidth; in ChannelInfo()
207 final int videoWidth = mMediaPlayer.getVideoWidth(); in onMeasure() local209 if (videoWidth != 0 && videoHeight != 0) { in onMeasure()210 final float aspectRatio = (float) videoHeight / videoWidth; in onMeasure()