Home
last modified time | relevance | path

Searched refs:newExternalTexture (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DGpuVideoTrackDecoder.java72 mTextureSource = TextureSource.newExternalTexture(); in GpuVideoTrackDecoder()
147 TextureSource targetTexture = TextureSource.newExternalTexture(); in copyFrameDataTo()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java44 public static TextureSource newExternalTexture() { in newExternalTexture() method in TextureSource
H A DCameraStreamer.java213 TextureSource targetTex = TextureSource.newExternalTexture(); in grabFrame()
375 return TextureSource.newExternalTexture(); in createClientTexture()
405 mPreviewTexture = TextureSource.newExternalTexture(); in setupPreviewTexture()