Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp698 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> { class
700 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
704 virtual ~DirectStripSource();
722 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, in DirectStripSource() function in DirectStripSource
729 DirectStripSource::~DirectStripSource() {} in ~DirectStripSource()
731 status_t DirectStripSource::writeToStream(Output& stream, uint32_t count) { in writeToStream()
777 uint32_t DirectStripSource::getIfd() const { in getIfd()
2494 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage()
2501 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_SUB1, in DngCreator_nativeWriteImage()
2525 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()
[all …]