Home
last modified time | relevance | path

Searched defs:rgb_image (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/plotters/src/element/
Dimage.rs180 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable
197 let rgb_image = image.to_rgb8().into_raw(); in from() localVariable
/external/ComputeLibrary/utils/
DImageLoader.h459 uint8_t *rgb_image = stbi_load(filename.c_str(), &width, &height, &bpp, 3); in open() local