Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DTextureSource.java69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) { in allocateWithPixels() method in TextureSource
DBackingStore.java606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); in syncTo()
629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]); in syncToAllocationBacking()
DCameraStreamer.java613 clientTex.allocateWithPixels(pixels, texWidth, texHeight); in grabFrame()