Home
last modified time | relevance | path

Searched refs:textureViewHeight (Results 1 – 2 of 2) sorted by relevance

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java1474 float textureViewHeight = textureView.getHeight(); in applyTextureViewRotation() local
1475 if (textureViewWidth != 0 && textureViewHeight != 0 && textureViewRotation != 0) { in applyTextureViewRotation()
1477 float pivotY = textureViewHeight / 2; in applyTextureViewRotation()
1481 RectF originalTextureRect = new RectF(0, 0, textureViewWidth, textureViewHeight); in applyTextureViewRotation()
1486 textureViewHeight / rotatedTextureRect.height(), in applyTextureViewRotation()
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DCamera2BasicFragment.java277 int textureViewHeight, in chooseOptimalSize() argument
292 if (option.getWidth() >= textureViewWidth && option.getHeight() >= textureViewHeight) { in chooseOptimalSize()