Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image.h285 void CopyArea (const dng_image &src,
297 void CopyArea (const dng_image &src, in CopyArea() function
303 CopyArea (src, area, plane, plane, planes); in CopyArea()
Ddng_image.cpp234 buffer.CopyArea (tileBuffer, in DoGet()
257 tileBuffer.CopyArea (buffer, in DoPut()
751 void dng_image::CopyArea (const dng_image &src, in CopyArea() function in dng_image
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes); in CopyArea()
Ddng_pixel_buffer.h623 void CopyArea (const dng_pixel_buffer &src,
635 void CopyArea (const dng_pixel_buffer &src, in CopyArea() function
641 CopyArea (src, area, plane, plane, planes); in CopyArea()
Ddng_simple_image.cpp65 result->fBuffer.CopyArea (fBuffer, in Clone()
Ddng_bad_pixels.cpp161 dstBuffer.CopyArea (srcBuffer, in ProcessArea()
1851 dstBuffer.CopyArea (srcBuffer, in ProcessArea()
Ddng_pixel_buffer.cpp710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src, in CopyArea() function in dng_pixel_buffer
Ddng_image_writer.cpp3871 temp.CopyArea (buffer, in WriteData()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dtracked_object.cc26 CopyArea(src_image, scaled_box, dst_image); in InitNormalized()
Dimage_utils.h196 inline void CopyArea(const Image<uint8_t>& image, in CopyArea() function