Home
last modified time | relevance | path

Searched refs:CV_IMWRITE_WEBP_QUALITY (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgcodecs/include/opencv2/imgcodecs/
Dimgcodecs_c.h95 CV_IMWRITE_WEBP_QUALITY =64 enumerator
/external/opencv3/modules/java/src/
Dimgcodecs+Imgcodecs.java38 CV_IMWRITE_WEBP_QUALITY = 64, field in Imgcodecs
/external/opencv3/modules/imgcodecs/src/
Dgrfmt_webp.cpp221 if (params[0] == CV_IMWRITE_WEBP_QUALITY) in write()