Home
last modified time | relevance | path

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

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