Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2489 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() local
2496 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteImage()
2523 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()
2524 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()
2543 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()
2544 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()
2598 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteInputStream() local
2615 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteInputStream()
2619 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream()