Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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
/external/rust/crabbyavif/src/reformat/
Dalpha.rs412 fn rgb_image( in rgb_image() function