HomeSort by relevance Sort by last modified time
    Searched refs:CopyArea (Results 1 - 12 of 12) 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_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_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_simple_image.cpp 65 result->fBuffer.CopyArea (fBuffer,
dng_bad_pixels.cpp 161 dstBuffer.CopyArea (srcBuffer,
    [all...]
dng_pixel_buffer.cpp 710 void dng_pixel_buffer::CopyArea (const dng_pixel_buffer &src,
    [all...]
dng_image_writer.cpp     [all...]
  /external/libxcam/xcore/interface/
stitcher.h 113 struct CopyArea {
118 CopyArea ()
122 typedef std::vector<CopyArea> CopyAreaArray;
stitcher.cpp 36 const Stitcher::CopyArea &current,
37 const Stitcher::CopyArea &next,
38 Stitcher::CopyArea &merged)
56 const Stitcher::CopyArea &area, const uint32_t round_width,
57 Stitcher::CopyArea &split_a, Stitcher::CopyArea &split_b)
450 CopyArea split_a, split_b;
452 CopyArea left;
473 CopyArea right;
499 CopyArea merged
    [all...]
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
tracked_object.cc 26 CopyArea(src_image, scaled_box, dst_image);
image_utils.h 197 inline void CopyArea(const Image<uint8_t>& image,
  /external/libxcam/modules/soft/
soft_stitcher.cpp 150 Stitcher::CopyArea copy_area;
194 XCamReturn create_copier (Stitcher::CopyArea area);
311 StitcherImpl::create_copier (Stitcher::CopyArea area)

Completed in 165 milliseconds