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.cpp680 class DirectStripSource : public StripSource, public LightRefBase<DirectStripSource> { class
682 DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, uint32_t width,
686 virtual ~DirectStripSource();
704 DirectStripSource::DirectStripSource(JNIEnv* env, const uint8_t* pixelBytes, uint32_t ifd, in DirectStripSource() function in DirectStripSource
711 DirectStripSource::~DirectStripSource() {} in ~DirectStripSource()
713 status_t DirectStripSource::writeToStream(Output& stream, uint32_t count) { in writeToStream()
759 uint32_t DirectStripSource::getIfd() const { in getIfd()
2231 sp<DirectStripSource> thumbnailSource; in DngCreator_nativeWriteImage()
2240 thumbnailSource = new DirectStripSource(env, context->getThumbnail(), TIFF_IFD_0, in DngCreator_nativeWriteImage()
2266 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()
[all …]