Searched defs:videoHeight (Results 1 – 7 of 7) sorted by relevance
433 public final int videoHeight; field in RichTvInputService.ChannelInfo437 int transportStreamId, int serviceId, int videoWidth, int videoHeight, in ChannelInfo()
123 int videoHeight = 0; in parseChannel() local
183 val videoHeight = player.videoHeight in <lambda>() constant
208 final int videoHeight = mMediaPlayer.getVideoHeight(); in onMeasure() local
149 private static String getVideoFormat(int videoHeight) { in getVideoFormat()