Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/ComputeLibrary/utils/
H A DImageLoader.h459 uint8_t *rgb_image = stbi_load(filename.c_str(), &width, &height, &bpp, 3); in open() local
/aosp_15_r20/external/rust/crabbyavif/src/reformat/
Dalpha.rs378 fn rgb_image( in rgb_image() function