Lines Matching refs:mux_error
994 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()
1053 mux_error=WebPMuxSetChunk(mux,"EXIF",&chunk,0); in WriteWEBPImageProfile()
1055 if ((xmp_profile != (StringInfo *) NULL) && (mux_error == WEBP_MUX_OK)) in WriteWEBPImageProfile()
1059 mux_error=WebPMuxSetChunk(mux,"XMP",&chunk,0); in WriteWEBPImageProfile()
1061 if (mux_error == WEBP_MUX_OK) in WriteWEBPImageProfile()
1062 mux_error=WebPMuxAssemble(mux,webp_data); in WriteWEBPImageProfile()
1065 if (mux_error != WEBP_MUX_OK) in WriteWEBPImageProfile()