/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/ |
H A D | AndroidSurfaceTexture.cpp | 92 if (NS_FAILED(mSurfaceTexture->AttachToGLContext(mTexture))) { in Attach() 115 mSurfaceTexture->DetachFromGLContext(); in Detach() 150 mSurfaceTexture->DetachFromGLContext(); in Init() 156 java::sdk::Surface::New(mSurfaceTexture, ReturnTo(&mSurface))))) { in Init() 169 , mSurfaceTexture() in AndroidSurfaceTexture() 178 if (mSurfaceTexture) { in ~AndroidSurfaceTexture() 180 mSurfaceTexture = nullptr; in ~AndroidSurfaceTexture() 192 mSurfaceTexture->UpdateTexImage(); in UpdateTexImage() 201 mSurfaceTexture->GetTransformMatrix(jarray); in GetTransformMatrix() 240 mSurfaceTexture->SetOnFrameAvailableListener(newListener))); in SetFrameAvailableCallback() [all …]
|
H A D | AndroidSurfaceTexture.h | 91 java::sdk::SurfaceTexture::GlobalRef mSurfaceTexture; variable
|
/dports/misc/mnn/MNN-1.2.0/demo/android/app/src/main/java/com/taobao/android/opengl/ |
H A D | CameraRenderer.java | 36 private SurfaceTexture mSurfaceTexture; field in CameraRenderer 204 SurfaceTexture oldSurfaceTexture = mSurfaceTexture; in onSurfaceChanged() 205 mSurfaceTexture = new SurfaceTexture(mCameraTexture.getTextureId()); in onSurfaceChanged() 207 mSurfaceTexture.setOnFrameAvailableListener(this); in onSurfaceChanged() 221 mCamera.setPreviewTexture(mSurfaceTexture); in onSurfaceChanged() 265 mSurfaceTexture.updateTexImage(); in onDrawFrame() 270 mSurfaceTexture.getTransformMatrix(mTransformM); in onDrawFrame() 300 mSurfaceTexture.release(); in onDestroy()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 288 SurfaceTexture mSurfaceTexture; field in SkottieRunner.SkottieAnimation 306 mSurfaceTexture = surfaceTexture; in SkottieAnimation() 311 mSurfaceTexture = view.getSurfaceTexture(); in SkottieAnimation() 330 mSurfaceTexture = s; in setSurfaceTexture() 548 if (mSurfaceTexture != null) { in drawFrame() 550 mSurfaceTexture, null); in drawFrame() 652 mSurfaceTexture = surface; in onSurfaceTextureAvailable()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ |
H A D | GLImages.h | 73 return mSurfaceTexture; 84 RefPtr<gl::AndroidSurfaceTexture> mSurfaceTexture;
|
H A D | GLImages.cpp | 105 mSurfaceTexture(aSurfTex),
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
H A D | SkottieRunner.java | 258 SurfaceTexture mSurfaceTexture; field in SkottieRunner.SkottieAnimationImpl 285 mSurfaceTexture = surfaceTexture; in init() 304 mSurfaceTexture = surfaceTexture; in updateSurface() 402 if (mSurfaceTexture != null) { in drawFrame() 404 mSurfaceTexture, null); in drawFrame()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/android/ |
H A D | RemoteDataDecoder.cpp | 156 new SurfaceTextureImage(mDecoder->mSurfaceTexture.get(), mDecoder->mConfig.mDisplay, in HandleOutput() 198 mSurfaceTexture = AndroidSurfaceTexture::Create(); in Init() 199 if (!mSurfaceTexture) { in Init() 216 mJavaDecoder = CodecProxy::Create(mFormat, mSurfaceTexture->JavaSurface(), mJavaCallbacks); in Init() 276 RefPtr<AndroidSurfaceTexture> mSurfaceTexture; member in mozilla::RemoteVideoDecoder
|
H A D | MediaCodecDataDecoder.cpp | 75 mSurfaceTexture = AndroidSurfaceTexture::Create(); in Init() 76 if (!mSurfaceTexture) { in Init() 81 if (NS_FAILED(InitDecoder(mSurfaceTexture->JavaSurface()))) { in Init() 96 new SurfaceTextureImage(mSurfaceTexture.get(), mConfig.mDisplay, in PostOutput() 129 RefPtr<AndroidSurfaceTexture> mSurfaceTexture; member in mozilla::VideoDataDecoder
|
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/ |
H A D | CameraHelper.java | 34 private SurfaceTexture mSurfaceTexture; 157 mSurfaceTexture = new SurfaceTexture(10); 241 mCamera.setPreviewTexture(mSurfaceTexture);
|
/dports/emulators/ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/ |
H A D | CameraHelper.java | 34 private SurfaceTexture mSurfaceTexture; field in CameraHelper 157 mSurfaceTexture = new SurfaceTexture(10); in CameraHelper() 241 mCamera.setPreviewTexture(mSurfaceTexture); in startCamera()
|
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/ |
H A D | CameraHelper.java | 34 private SurfaceTexture mSurfaceTexture; field in CameraHelper 157 mSurfaceTexture = new SurfaceTexture(10); in CameraHelper() 241 mCamera.setPreviewTexture(mSurfaceTexture); in startCamera()
|
/dports/misc/visp/visp-3.4.0/modules/java/generator/android/java/org/visp/android/ |
H A D | JavaCameraView.java | 40 private SurfaceTexture mSurfaceTexture; field in JavaCameraView 206 mSurfaceTexture = new SurfaceTexture(MAGIC_TEXTURE_ID); in initializeCamera() 207 mCamera.setPreviewTexture(mSurfaceTexture); in initializeCamera()
|
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/android/java/org/opencv/android/ |
H A D | JavaCameraView.java | 43 private SurfaceTexture mSurfaceTexture; field in JavaCameraView 209 mSurfaceTexture = new SurfaceTexture(MAGIC_TEXTURE_ID); in initializeCamera() 210 mCamera.setPreviewTexture(mSurfaceTexture); in initializeCamera()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/ |
H A D | nsNPAPIPluginInstance.h | 223 mSurfaceTexture(aSurfaceTexture) in VideoInfo() 229 mSurfaceTexture = nullptr; in ~VideoInfo() 232 RefPtr<mozilla::gl::AndroidSurfaceTexture> mSurfaceTexture; variable
|
H A D | nsNPAPIPluginInstance.cpp | 207 it->second->mSurfaceTexture->SetFrameAvailableCallback(nullptr); in Destroy() 937 void* window = info->mSurfaceTexture->NativeWindow(); in AcquireVideoWindow()
|
H A D | nsPluginInstanceOwner.cpp | 1585 aVideoInfo->mSurfaceTexture, in GetImageContainerForVideo()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/android/java/src/org/chromium/media/ |
H A D | VideoCaptureCamera.java | 101 private SurfaceTexture mSurfaceTexture; field in VideoCaptureCamera 408 mSurfaceTexture = new SurfaceTexture(mGlTextures[0]); in allocate() 409 mSurfaceTexture.setOnFrameAvailableListener(null); in allocate() 411 mCamera.setPreviewTexture(mSurfaceTexture); in allocate()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/android/java/src/org/chromium/media/ |
H A D | VideoCaptureCamera.java | 101 private SurfaceTexture mSurfaceTexture; field in VideoCaptureCamera 430 mSurfaceTexture = new SurfaceTexture(mGlTextures[0]); in allocate() 431 mSurfaceTexture.setOnFrameAvailableListener(null); in allocate() 433 mCamera.setPreviewTexture(mSurfaceTexture); in allocate()
|