HomeSort by relevance Sort by last modified time
    Searched refs:allocateWithPixels (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TextureSource.java 69 public void allocateWithPixels(ByteBuffer pixels, int width, int height) {
BackingStore.java 606 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
629 mTexture.allocateWithPixels(pixels, mDimensions[0], mDimensions[1]);
CameraStreamer.java 613 clientTex.allocateWithPixels(pixels, texWidth, texHeight);
    [all...]

Completed in 766 milliseconds