Searched refs:thumbnailSource (Results 1 – 1 of 1) sorted by relevance
2494 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() local2501 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteImage()2528 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()2529 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()2548 if (thumbnailSource.get() != nullptr) { in DngCreator_nativeWriteImage()2549 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteImage()2603 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteInputStream() local2620 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteInputStream()2624 sources.add(thumbnailSource.get()); in DngCreator_nativeWriteInputStream()