Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2101 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() local
2110 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_0, in DngCreator_nativeWriteImage()
2114 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()
2207 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteInputStream() local
2216 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_0, in DngCreator_nativeWriteInputStream()
2220 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream()