Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dwebp.c994 mux_error; in WriteWEBPImageProfile() local
1018 mux_error=WEBP_MUX_OK; in WriteWEBPImageProfile()
1021 mux_error=WebPMuxGetAnimationParams(mux, &new_params); in WriteWEBPImageProfile()
1026 if (mux_error == WEBP_MUX_NOT_FOUND) in WriteWEBPImageProfile()
1027 mux_error=WEBP_MUX_OK; in WriteWEBPImageProfile()
1029 if (mux_error == WEBP_MUX_OK) in WriteWEBPImageProfile()
1032 mux_error=WebPMuxSetAnimationParams(mux, &new_params); in WriteWEBPImageProfile()
1035 if ((icc_profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImageProfile()
1039 mux_error=WebPMuxSetChunk(mux,"ICCP",&chunk,0); in WriteWEBPImageProfile()
1041 if ((exif_profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImageProfile()
[all …]