• Home
  • Raw
  • Download

Lines Matching full:processing

15 …ss to handle partitioning a rectangular image processing operation taking into account multiple pr…
31 …brief Abstract class for rectangular processing operations with support for partitioning across mu…
52 /// Getter for the maximum number of threads (resources) that can be used for processing
74 …/// Various methods of processing prefer certain alignments. The partitioning attempts to construc…
84 /// Getter for maximum size of a tile for processing.
85 …/// Often processing will need to allocate temporary buffers or use other resources that are eithe…
98 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
108 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
118 …/// tile patterns. This can be used for a processing routine that needs to read from two tiles and…
125 /// Task startup method called before any processing is done on partitions.
126 …/// The Start method is called before any processing is done and can be overridden to allocate tem…
128 …/// \param threadCount Total number of threads that will be used for processing. Less than or equa…
139 …/// This method is overridden by derived classes to implement the actual image processing. Note th…
140 /// processing task will complete very quickly.
153 …/// Called after all resources have completed processing. Can be overridden to accumulate results …
155 /// \param threadCount Number of threads used for processing. Same as value passed to Start.
179 /// Default resource partitioner that assumes a single resource to be used for processing.
180 …/// Implementations that are aware of multiple processing resources should override (replace) this…
183 /// \param area The area on which mage processing should be performed.