HomeSort by relevance Sort by last modified time
    Searched refs:WebPConfigPreset (Results 1 - 5 of 5) sorted by null

  /external/skia/src/images/
SkWebpEncoder.cpp 139 if (!WebPConfigPreset(&webp_config, WEBP_PRESET_DEFAULT, opts.fQuality)) {
  /external/skqp/src/images/
SkWebpEncoder.cpp 139 if (!WebPConfigPreset(&webp_config, WEBP_PRESET_DEFAULT, opts.fQuality)) {
  /external/webp/include/webp/
encode.h 154 // of source picture. These presets are used when calling WebPConfigPreset().
180 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
  /external/webp/src/webp/
encode.h 154 // of source picture. These presets are used when calling WebPConfigPreset().
180 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
  /external/webp/src/enc/
picture_enc.c 242 if (!WebPConfigPreset(&config, WEBP_PRESET_DEFAULT, quality_factor) ||

Completed in 324 milliseconds