HomeSort by relevance Sort by last modified time
    Searched defs:textureView (Results 1 - 7 of 7) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 22 import android.view.TextureView;
31 * Represents a {@link TextureView} and its associated {@link SurfaceTexture} and {@link Surface}.
37 private TextureView textureView;
91 public void attachToTextureView(TextureView textureView) {
92 if (this.textureView == textureView) {
97 if (this.textureView != null) {
98 this.textureView.setOnClickListener(null)
    [all...]
  /external/skia/src/gpu/vk/
GrVkTexture.cpp 160 const GrVkImageView* GrVkTexture::textureView(bool allowSRGB) {
216 const GrVkImageView* textureView = GrVkImageView::Create(gpu, image, info.fFormat,
218 if (!textureView) {
239 fTextureView = textureView;
GrVkPipelineState.cpp 390 const GrVkImageView* textureView = texture->textureView(allowSRGBInputs);
391 textureView->ref();
392 fTextureViews.push(textureView);
397 imageInfo.imageView = textureView->imageView();
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
AnswerVideoCallScreen.java 23 import android.view.TextureView;
37 @NonNull private final TextureView textureView;
45 textureView =
46 Assert.isNotNull((TextureView) view.findViewById(R.id.incoming_preview_texture_view));
55 textureView.setVisibility(View.VISIBLE);
63 delegate.getLocalVideoSurfaceTexture().attachToTextureView(textureView);
113 if (textureView.getWidth() == 0 || textureView.getHeight() == 0) {
125 textureView, cameraDimensions.x, cameraDimensions.y, delegate.getDeviceOrientation())
    [all...]
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTestBase.java 65 import android.view.TextureView;
743 /* Factory for building a {@link TextureView}. */
745 class TextureViewFactory extends VideoViewFactory implements TextureView.SurfaceTextureListener {
748 private static final String NAME = "TextureView";
751 private TextureView textureView;
756 public TextureView createView(Context context) {
758 textureView = DecodeAccuracyTestBase.checkNotNull(new TextureView(context));
759 textureView.setSurfaceTextureListener(this)
    [all...]
  /packages/apps/TV/libs/
exoplayer_v2.jar 

Completed in 651 milliseconds