Home
last modified time | relevance | path

Searched refs:TextureView (Results 1 – 25 of 58) sorted by relevance

123

/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java18 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()
DSkottieAnimation.java11 import android.view.TextureView;
25 TextureView.SurfaceTextureListener, SurfaceHolder.Callback {
54 SkottieAnimation(TextureView view, InputStream is, int backgroundColor, int repeatCount) { in SkottieAnimation()
DSkottieRunner.java17 import android.view.TextureView;
65 …public SkottieAnimation createAnimation(TextureView view, InputStream is, int backgroundColor, int… in createAnimation()
/external/skia/src/gpu/dawn/
DGrDawnAttachment.h22 wgpu::TextureView view() const { return fView; } in view()
37 wgpu::TextureView view);
42 wgpu::TextureView fView;
DGrDawnAttachment.cpp20 wgpu::TextureView view) in GrDawnAttachment()
40 wgpu::TextureView view = texture.CreateView(); in MakeStencil()
DGrDawnRenderTarget.h32 wgpu::TextureView textureView() const { return fInfo.fTextureView; } in textureView()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.hpp39 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/
Dbattery-consumption.md35 `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 |
Dui-components.md94 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/
Dbattery-consumption.md35 `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 |
Dui-components.md86 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/
DAutoFitTextureView.java20 import android.view.TextureView;
23 public class AutoFitTextureView extends TextureView {
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DAutoFitTextureView.java21 import android.view.TextureView;
26 public class AutoFitTextureView extends TextureView {
DLegacyCameraConnectionFragment.java30 import android.view.TextureView;
73 private final TextureView.SurfaceTextureListener surfaceTextureListener =
74 new TextureView.SurfaceTextureListener() {
DCameraConnectionFragment.java50 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/
DStyledPlayerView.java39 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()
DPlayerView.java38 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/
DStyledPlayerView.java40 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()
DPlayerView.java39 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/
DStubPlayer.java22 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/
DStubPlayer.java22 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/
DPlayerView.java34 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/
DIllustrationVideoView.java34 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/
DPlayer.java23 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/
DGrDawnTypes.h56 wgpu::TextureView fTextureView;

123