Home
last modified time | relevance | path

Searched refs:input_profile (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libwebp/examples/
H A Dvwebp.c110 qcms_profile* input_profile = NULL; in ApplyColorProfile() local
122 input_profile = qcms_profile_from_memory(profile->bytes, profile->size); in ApplyColorProfile()
124 if (input_profile == NULL || in ApplyColorProfile()
125 (major_revision < 4 && qcms_profile_is_bogus(input_profile))) { in ApplyColorProfile()
137 transform = qcms_transform_create(input_profile, input_type, in ApplyColorProfile()
152 if (input_profile != NULL) qcms_profile_release(input_profile); in ApplyColorProfile()

Completed in 2 milliseconds