Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2550 uint32_t targetIfd = TIFF_IFD_0; in DngCreator_nativeWriteImage() local
2563 targetIfd = TIFF_IFD_SUB1; in DngCreator_nativeWriteImage()
2584 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()
2601 InputStripSource stripSource(env, *inBuf, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage()
2656 uint32_t targetIfd = TIFF_IFD_0; in DngCreator_nativeWriteInputStream() local
2669 targetIfd = TIFF_IFD_SUB1; in DngCreator_nativeWriteInputStream()
2675 InputStripSource stripSource(env, *in, targetIfd, uWidth, uHeight, pixStride, in DngCreator_nativeWriteInputStream()