HomeSort by relevance Sort by last modified time
    Searched defs:CopyArea (Results 1 - 6 of 6) sorted by null

  /external/dng_sdk/source/
dng_image.h 285 void CopyArea (const dng_image &src,
297 void CopyArea (const dng_image &src,
303 CopyArea (src, area, plane, plane, planes);
dng_image.cpp 234 buffer.CopyArea (tileBuffer,
257 tileBuffer.CopyArea (buffer,
751 void dng_image::CopyArea (const dng_image &src,
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes);
dng_pixel_buffer.h 623 void CopyArea (const dng_pixel_buffer &src,
635 void CopyArea (const dng_pixel_buffer &src,
641 CopyArea (src, area, plane, plane, planes);
dng_pixel_buffer.cpp 710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src,
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_utils.h 197 inline void CopyArea(const Image<uint8_t>& image,
  /external/libxcam/xcore/interface/
stitcher.h 113 struct CopyArea {
118 CopyArea ()
122 typedef std::vector<CopyArea> CopyAreaArray;

Completed in 463 milliseconds