Searched refs:DirectStripSource (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 697 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> { class 699 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width, 703 virtual ~DirectStripSource(); 721 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, in DirectStripSource() function in DirectStripSource 728 DirectStripSource::~DirectStripSource() {} in ~DirectStripSource() 730 status_t DirectStripSource::writeToStream(Output& stream, uint32_t count) { in writeToStream() 776 uint32_t DirectStripSource::getIfd() const { in getIfd() 2549 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage() 2558 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_0, in DngCreator_nativeWriteImage() 2655 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteInputStream() [all …]
|