Searched refs:stripSource (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 2484 DirectStripSource stripSource(env, pixelBytes, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage() local 2486 sources.add(&stripSource); in DngCreator_nativeWriteImage() 2501 InputStripSource stripSource(env, *inBuf, targetIfd, uWidth, uHeight, pStride, in DngCreator_nativeWriteImage() local 2503 sources.add(&stripSource); in DngCreator_nativeWriteImage() 2575 InputStripSource stripSource(env, *in, targetIfd, uWidth, uHeight, pixStride, in DngCreator_nativeWriteInputStream() local 2577 sources.add(&stripSource); in DngCreator_nativeWriteInputStream()
|