Searched refs:thumbnailSource (Results 1 – 1 of 1) sorted by relevance
2495 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() local2502 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteImage()2529 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()2530 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()2549 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()2550 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()2604 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteInputStream() local2621 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteInputStream()2625 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream()