Lines Matching defs:width
61 ImagePipelineNodeCallableSource(std::size_t width, std::size_t height, PixelFormat format,
64 width_{width},
91 ImagePipelineNodeBufferedCallableSource(std::size_t width, std::size_t height,
123 ImagePipelineNodeArraySource(std::size_t width, std::size_t height, PixelFormat format,
190 // A pipeline node that handles data that comes out of segmented sensors. Note that the width of
191 // the output data does not necessarily match the input data width, because in many cases almost
192 // all width of the image needs to be read in order to desegment it.
440 std::size_t width, std::size_t height);
463 // A pipeline node that scales rows to the specified width by using a point filter
467 ImagePipelineNodeScaleRows(ImagePipelineNode& source, std::size_t width);