Home
last modified time | relevance | path

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

/external/libxcam/xcore/interface/
Dstitcher.cpp36 const Stitcher::CopyArea &current, in merge_neighbor_area()
37 const Stitcher::CopyArea &next, in merge_neighbor_area()
38 Stitcher::CopyArea &merged) in merge_neighbor_area()
56 const Stitcher::CopyArea &area, const uint32_t round_width, in split_area_by_out()
57 Stitcher::CopyArea &split_a, Stitcher::CopyArea &split_b) in split_area_by_out()
450 CopyArea split_a, split_b; in update_copy_areas()
452 CopyArea left; in update_copy_areas()
473 CopyArea right; in update_copy_areas()
499 CopyArea merged; in update_copy_areas()
503 const CopyArea &first = tmp_areas[0]; in update_copy_areas()
[all …]
Dstitcher.h113 struct CopyArea { struct
118 CopyArea () in CopyArea() argument
122 typedef std::vector<CopyArea> CopyAreaArray;
/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/examples/android/jni/object_tracking/
Dtracked_object.cc26 CopyArea(src_image, scaled_box, dst_image); in InitNormalized()
Dimage_utils.h197 inline void CopyArea(const Image<uint8_t>& image, in CopyArea() function
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp150 Stitcher::CopyArea copy_area;
194 XCamReturn create_copier (Stitcher::CopyArea area);
311 StitcherImpl::create_copier (Stitcher::CopyArea area) in create_copier()