Home
last modified time | relevance | path

Searched defs:videoWidth (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
41 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
96 TextureView textureView, int videoWidth, int videoHeight) { in scaleVideoMaintainingAspectRatio()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java53 public final int videoWidth; field in ChannelInfo
113 int videoWidth, int videoHeight, float videoPixelAspectRatio, int audioChannel, in ChannelInfo()
247 public Builder setVideoWidth(int videoWidth) { in setVideoWidth()
/packages/apps/Camera2/src/com/android/camera/data/
DMetadata.java67 public void setVideoWidth(int videoWidth) { in setVideoWidth()
/packages/apps/TV/src/com/android/tv/search/
DLocalSearchProvider.java215 public int videoWidth; field in LocalSearchProvider.SearchResult
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java317 public Builder setVideoWidth(int videoWidth) { in setVideoWidth()
514 String shortDescription, String longDescription, int videoWidth, int videoHeight, in RecordedProgram()