/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
D | SkottieView.java | 18 import android.view.TextureView; 62 mBackingView = new TextureView(context); in SkottieView() 85 mBackingView = new TextureView(context); in SkottieView() 86 ((TextureView) mBackingView).setOpaque(false); in SkottieView() 148 if (mBackingView instanceof TextureView) { in setSourceHelper() 150 … .createAnimation(((TextureView) mBackingView), inputStream, mBackgroundColor, mRepeatCount); in setSourceHelper()
|
D | SkottieAnimation.java | 11 import android.view.TextureView; 25 TextureView.SurfaceTextureListener, SurfaceHolder.Callback { 54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation()
|
D | SkottieRunner.java | 17 import android.view.TextureView; 65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnAttachment.h | 22 wgpu::TextureView view() const { return fView; } in view() 37 wgpu::TextureView view); 42 wgpu::TextureView fView;
|
D | GrDawnAttachment.cpp | 20 wgpu::TextureView view) in GrDawnAttachment() 40 wgpu::TextureView view = texture.CreateView(); in MakeStencil()
|
D | GrDawnRenderTarget.h | 32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.hpp | 39 namespace TextureView namespace 124 static TextureView::_format getFormatOfInternalformat(const glw::GLenum internalformat); 128 static const char* getGLSLDataTypeForSamplerType(const TextureView::_sampler_type sampler_type, 131 static const char* getGLSLTypeForSamplerType(const TextureView::_sampler_type sampler_type); 137 static _internalformats getInternalformatsFromViewClass(TextureView::_view_class view_class); 148 …static TextureView::_sampler_type getSamplerTypeForInternalformat(const glw::GLenum internalformat… 157 static TextureView::_view_class getViewClassForInternalformat(const glw::GLenum internalformat); 674 const TextureView::_format format, void* result);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
D | battery-consumption.md | 35 `TextureView` for output can have a significant impact on power consumption. 36 `SurfaceView` is more power efficient, with `TextureView` increasing total power 39 `SurfaceView` and `TextureView` 50 | TextureView 1080p | 219 mAh | 221 mAh | 52 | TextureView 480p | 212 mAh | 215 mAh |
|
D | ui-components.md | 94 should be used. `SurfaceView` has a number of benefits over `TextureView` for 103 `SurfaceView` should therefore be preferred over `TextureView` where possible. 104 `TextureView` should be used only if `SurfaceView` does not meet your needs. One 107 `TextureView` only when [`SDK_INT`][] is less than 24 (Android N) and 116 N, it's therefore necessary to use `TextureView` rather than `SurfaceView`.
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
D | battery-consumption.md | 35 `TextureView` for output can have a significant impact on power consumption. 36 `SurfaceView` is more power efficient, with `TextureView` increasing total power 39 `SurfaceView` and `TextureView` 50 | TextureView 1080p | 219 mAh | 221 mAh | 52 | TextureView 480p | 212 mAh | 215 mAh |
|
D | ui-components.md | 86 should be used. `SurfaceView` has a number of benefits over `TextureView` for 95 `SurfaceView` should therefore be preferred over `TextureView` where possible. 96 `TextureView` should be used only if `SurfaceView` does not meet your needs. One 99 `TextureView` only when [`SDK_INT`][] is less than 24 (Android N) and 108 N, it's therefore necessary to use `TextureView` rather than `SurfaceView`.
|
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/ |
D | AutoFitTextureView.java | 20 import android.view.TextureView; 23 public class AutoFitTextureView extends TextureView {
|
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/ |
D | AutoFitTextureView.java | 21 import android.view.TextureView; 26 public class AutoFitTextureView extends TextureView {
|
D | LegacyCameraConnectionFragment.java | 30 import android.view.TextureView; 73 private final TextureView.SurfaceTextureListener surfaceTextureListener = 74 new TextureView.SurfaceTextureListener() {
|
D | CameraConnectionFragment.java | 50 import android.view.TextureView; 90 private final TextureView.SurfaceTextureListener surfaceTextureListener = 91 new TextureView.SurfaceTextureListener() {
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerView.java | 39 import android.view.TextureView; 422 surfaceView = new TextureView(context); in StyledPlayerView() 580 if (surfaceView instanceof TextureView) { in setPlayer() 581 oldPlayer.clearVideoTextureView((TextureView) surfaceView); in setPlayer() 598 if (surfaceView instanceof TextureView) { in setPlayer() 599 player.setVideoTextureView((TextureView) surfaceView); in setPlayer() 1416 if (surfaceView instanceof TextureView) { in updateAspectRatio() 1433 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in updateAspectRatio() 1457 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() 1591 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
|
D | PlayerView.java | 38 import android.view.TextureView; 417 surfaceView = new TextureView(context); in PlayerView() 574 if (surfaceView instanceof TextureView) { in setPlayer() 575 oldPlayer.clearVideoTextureView((TextureView) surfaceView); in setPlayer() 593 if (surfaceView instanceof TextureView) { in setPlayer() 594 player.setVideoTextureView((TextureView) surfaceView); in setPlayer() 1286 if (surfaceView instanceof TextureView) { in updateAspectRatio() 1303 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in updateAspectRatio() 1418 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() 1552 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | StyledPlayerView.java | 40 import android.view.TextureView; 336 surfaceView = new TextureView(context); in StyledPlayerView() 497 if (surfaceView instanceof TextureView) { in setPlayer() 498 oldPlayer.clearVideoTextureView((TextureView) surfaceView); in setPlayer() 515 if (surfaceView instanceof TextureView) { in setPlayer() 516 player.setVideoTextureView((TextureView) surfaceView); in setPlayer() 1314 if (surfaceView instanceof TextureView) { in updateAspectRatio() 1331 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in updateAspectRatio() 1355 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() 1489 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
|
D | PlayerView.java | 39 import android.view.TextureView; 421 surfaceView = new TextureView(context); in PlayerView() 581 if (surfaceView instanceof TextureView) { in setPlayer() 582 oldPlayer.clearVideoTextureView((TextureView) surfaceView); in setPlayer() 600 if (surfaceView instanceof TextureView) { in setPlayer() 601 player.setVideoTextureView((TextureView) surfaceView); in setPlayer() 1275 if (surfaceView instanceof TextureView) { in updateAspectRatio() 1292 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in updateAspectRatio() 1407 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() 1541 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | StubPlayer.java | 22 import android.view.TextureView; 332 public void setVideoTextureView(@Nullable TextureView textureView) { in setVideoTextureView() 337 public void clearVideoTextureView(@Nullable TextureView textureView) { in clearVideoTextureView()
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | StubPlayer.java | 22 import android.view.TextureView; 346 public void setVideoTextureView(@Nullable TextureView textureView) { in setVideoTextureView() 351 public void clearVideoTextureView(@Nullable TextureView textureView) { in clearVideoTextureView()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | PlayerView.java | 34 import android.view.TextureView; 428 surfaceView = new TextureView(context); in PlayerView() 568 if (surfaceView instanceof TextureView) { in setPlayer() 569 oldVideoComponent.clearVideoTextureView((TextureView) surfaceView); in setPlayer() 596 if (surfaceView instanceof TextureView) { in setPlayer() 597 newVideoComponent.setVideoTextureView((TextureView) surfaceView); in setPlayer() 1471 private static void applyTextureViewRotation(TextureView textureView, int textureViewRotation) { in applyTextureViewRotation() 1531 if (surfaceView instanceof TextureView) { in onVideoSizeChanged() 1547 applyTextureViewRotation((TextureView) surfaceView, textureViewRotation); in onVideoSizeChanged() 1601 applyTextureViewRotation((TextureView) view, textureViewRotation); in onLayoutChange()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | IllustrationVideoView.java | 34 import android.view.TextureView; 35 import android.view.TextureView.SurfaceTextureListener; 57 public class IllustrationVideoView extends TextureView
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/ |
D | Player.java | 23 import android.view.TextureView; 301 void setVideoTextureView(@Nullable TextureView textureView); in setVideoTextureView() 309 void clearVideoTextureView(@Nullable TextureView textureView); in clearVideoTextureView()
|
/external/skia/include/gpu/dawn/ |
D | GrDawnTypes.h | 56 wgpu::TextureView fTextureView;
|