Home
last modified time | relevance | path

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

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