Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/bench/
H A DEncodeBench.cpp75 static bool encode_png(SkWStream* dst, in encode_png() function
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/test/benchmarks/
Dbenchmark_png_shared.h76 static inline void encode_png(png_bytep buf, png_dat *outpng, int32_t comp_level, uint32_t width, u… in encode_png() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py3208 def encode_png(image, compression=-1, name=None): function