Searched refs:cwebp_binary (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | compile_resources.py | 478 def _ConvertToWebPSingle(png_path, cwebp_binary, cwebp_version, webp_cache_dir): argument 496 args = [cwebp_binary, png_path, '-o', webp_path, '-quiet'] + quality_args 513 def _ConvertToWebP(cwebp_binary, png_paths, path_info, webp_cache_dir): argument 514 cwebp_version = subprocess.check_output([cwebp_binary, '-version']).rstrip() 521 cwebp_binary=cwebp_binary,
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | compile_resources.py | 479 def _ConvertToWebPSingle(png_path, cwebp_binary, cwebp_version, webp_cache_dir): argument 497 args = [cwebp_binary, png_path, '-o', webp_path, '-quiet'] + quality_args 514 def _ConvertToWebP(cwebp_binary, png_paths, path_info, webp_cache_dir): argument 515 cwebp_version = subprocess.check_output([cwebp_binary, '-version']).rstrip() 522 cwebp_binary=cwebp_binary,
|