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

/external/libpng/
H A Dpngrutil.c1067 png_uint_32 profile_size, profile_length; local
1153 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1155 profile_size = ((*(pC ))<<24) |
1160 if (profile_size < profile_length)
1161 profile_length = profile_size;
1163 if (profile_size > profile_length)
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c995 png_uint_32 profile_size, profile_length; local
1076 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1078 profile_size = ((*(pC ))<<24) |
1083 if(profile_size < profile_length)
1084 profile_length = profile_size;
1086 if(profile_size > profile_length)

Completed in 59 milliseconds