Lines Matching defs:height
42 std::size_t width, std::size_t height, PixelFormat format, std::size_t input_batch_size,
45 height_{height},
55 DBG(DBG_warn, "%s: reading out of bounds. Row %zu, height: %zu\n", __func__,
71 ImagePipelineNodeArraySource::ImagePipelineNodeArraySource(std::size_t width, std::size_t height,
75 height_{height},
507 while (buffer_.height() < extra_height_ + 1) {
550 while (buffer_.height() < extra_height_ + 1) {
633 std::size_t width, std::size_t height) :
638 height_{height}
830 get_pixel_channels(format), get_width(), buffer_.height());
910 auto height = get_output_height();
913 ret.resize(row_bytes * height);
915 for (std::size_t i = 0; i < height; ++i) {
923 auto height = get_output_height();
926 ret.resize(get_output_width(), height, get_output_format());
928 for (std::size_t i = 0; i < height; ++i) {