Searched refs:get_height (Results 1 - 10 of 10) sorted by relevance
/third_party/backends/backend/genesys/ |
H A D | image_pipeline.h | 40 virtual std::size_t get_height() const = 0; 70 std::size_t get_height() const override { return height_; } 96 std::size_t get_height() const override { return height_; } 127 std::size_t get_height() const override { return height_; } 153 std::size_t get_height() const override { return source_.get_height(); } 156 bool eof() const override { return next_row_ >= get_height(); } 177 std::size_t get_height() const override { return source_.get_height(); } 213 std::size_t get_height() cons [all...] |
H A D | image_pipeline.cpp | 54 if (curr_row_ >= get_height()) { in get_next_row_data() 56 curr_row_, get_height()); in get_next_row_data() 108 if (next_row_ >= get_height()) { in get_next_row_data() 149 if (source_.get_height() % interleaved_lines_ > 0) { 151 source_.get_height(), interleaved_lines_); 492 height_ = source_.get_height(); 535 height_ = source_.get_height(); 719 if (current_line_ >= offset_y_ + source_.get_height()) { in get_next_row_data() 725 // offset_y_ <= current_line_ < offset_y_ + source_.get_height()) in get_next_row_data() 851 return nodes_.front()->get_height(); in get_input_height() [all...] |
H A D | image.h | 36 std::size_t get_height() const { return height_; } in get_height() function in genesys::Image
|
H A D | image.cpp | 246 get_pixel_channels(image.get_format()), image.get_width(), image.get_height()); in write_tiff_file()
|
H A D | genesys.cpp | 1266 for (std::size_t y = 0; y < image.get_height() && !found; y++) { in scanner_search_strip() 1302 for (std::size_t y = 0; y < image.get_height(); y++) { in scanner_search_strip() 1318 auto found_percentage = count * 100 / (image.get_width() * image.get_height()); in scanner_search_strip() 1350 for (std::size_t y = 1; y < image.get_height(); y++) { in dark_average_channel() 1643 second_line.get_row_ptr(0) + second_line.get_row_bytes() * second_line.get_height(), in scanner_offset_calibration()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/ |
H A D | esextcTextureBorderClampSamplingTexture.cpp | 106 m_height = configuration.get_height(); in TestConfiguration() 253 glw::GLuint size = m_test_configuration.get_width() * m_test_configuration.get_height() * in setInitData() 280 m_test_configuration.get_width() * m_test_configuration.get_height() * m_test_configuration.get_depth(); in createTextures() 292 m_test_configuration.get_height()); /* height */ in createTextures() 302 m_test_configuration.get_height(), /* height */ in createTextures() 318 m_test_configuration.get_height(), /* height */ in createTextures() 333 m_test_configuration.get_height(), /* height */ in createTextures() 345 m_test_configuration.get_height(), /* height */ in createTextures() 363 m_test_configuration.get_height(), /* height */ in createTextures() 388 m_test_configuration.get_width(), m_test_configuration.get_height()); in createTextures() [all...] |
H A D | esextcTextureBorderClampSamplingTexture.hpp | 94 inline glw::GLuint get_height(void) const in get_height() function in glcts::TestConfiguration
|
/third_party/ffmpeg/libavformat/ |
H A D | sauce.c | 32 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height) in ff_sauce_read() argument 71 if (get_height && t2) in ff_sauce_read() 78 if (get_height && t2) in ff_sauce_read()
|
H A D | sauce.h | 36 * @param get_height Tell SAUCE header to parse height 38 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fieldmatch.c | 161 static int get_height(const FieldMatchContext *fm, const AVFrame *f, int plane, int input) in get_height() function 206 const int height = get_height(fm, src, plane, INPUT_MAIN); in calc_combed_score() 507 const int height = get_height(fm, src, plane, INPUT_MAIN); in compare_fields() 614 const int plane_h = get_height(fm, src, plane, input); in copy_fields()
|
Completed in 15 milliseconds