Home
last modified time | relevance | path

Searched refs:get_pixel_row_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/genesys/
H A Dimage.cpp39 row_bytes_{get_pixel_row_bytes(format_, width_)}
84 row_bytes_ = get_pixel_row_bytes(format_, width_); in resize()
143 std::memcpy(out_data, in_data, get_pixel_row_bytes(in_format, count)); in convert_pixel_row_format()
H A Dimage_pixel.h81 std::size_t get_pixel_row_bytes(PixelFormat format, std::size_t width);
H A Dimage_pipeline.h45 return get_pixel_row_bytes(get_format(), get_width()); in get_row_bytes()
H A Dimage_pixel.cpp77 std::size_t get_pixel_row_bytes(PixelFormat format, std::size_t width) in get_pixel_row_bytes() function

Completed in 4 milliseconds