Searched refs:thumbnailSource (Results 1 – 1 of 1) sorted by relevance
2489 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() local2496 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() local2615 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteInputStream()2619 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream()