Home
last modified time | relevance | path

Searched refs:get_pixel_format_depth (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp222 if (get_pixel_format_depth(source_.get_format()) == 16) {
251 auto depth = get_pixel_format_depth(source_.get_format()); in get_next_row_data()
733 if (get_pixel_format_depth(format) < 8) { in get_next_row_data()
743 std::size_t bpp = get_pixel_format_depth(format) / 8; in get_next_row_data()
784 auto depth = get_pixel_format_depth(format); in get_next_row_data()
829 write_tiff_file(path_, buffer_.get_front_row_ptr(), get_pixel_format_depth(format), in ~ImagePipelineNodeDebug()
H A Dimage_pixel.h79 unsigned get_pixel_format_depth(PixelFormat format);
H A Dimage_pixel.cpp59 unsigned get_pixel_format_depth(PixelFormat format) in get_pixel_format_depth() function
79 std::size_t depth = get_pixel_format_depth(format) * get_pixel_channels(format); in get_pixel_row_bytes()
86 std::size_t depth = get_pixel_format_depth(format) * get_pixel_channels(format); in get_pixels_from_row_bytes()
H A Dimage.cpp245 write_tiff_file(filename, image.get_row_ptr(0), get_pixel_format_depth(image.get_format()), in write_tiff_file()
H A Dlow.cpp1135 auto depth = get_pixel_format_depth(format); in build_image_pipeline()

Completed in 7 milliseconds