Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java202 nativeSetThumbnail(rgbBuffer, width, height); in setThumbnail()
243 nativeSetThumbnail(rgbBuffer, width, height); in setThumbnail()
665 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail() method in DngCreator