Searched refs:mux_error (Results 1 – 1 of 1) sorted by relevance
/external/ImageMagick/coders/ |
D | webp.c | 860 mux_error; in WriteWEBPImage() local 865 mux_error=WEBP_MUX_OK; in WriteWEBPImage() 869 if ((profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImage() 873 mux_error=WebPMuxSetChunk(mux,"ICCP",&chunk,0); in WriteWEBPImage() 876 if ((profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImage() 880 mux_error=WebPMuxSetChunk(mux,"EXIF",&chunk,0); in WriteWEBPImage() 883 if ((profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImage() 887 mux_error=WebPMuxSetChunk(mux,"XMP",&chunk,0); in WriteWEBPImage() 889 if (mux_error != WEBP_MUX_OK) in WriteWEBPImage() 901 mux_error=WebPMuxAssemble(mux,&picture_profiles); in WriteWEBPImage()
|