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

/external/libpng/
H A Dpngrutil.c1073 png_uint_32 profile_size, profile_length; local
1149 profile_length = data_length - prefix_length;
1151 if ( prefix_length > data_length || profile_length < 4)
1166 if (profile_size < profile_length)
1167 profile_length = profile_size;
1169 if (profile_size > profile_length)
1178 compression_type, png_ptr->chunkdata + prefix_length, profile_length);
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c995 png_uint_32 profile_size, profile_length; local
1067 profile_length = data_length - prefix_length;
1069 if ( prefix_length > data_length || profile_length < 4)
1083 if(profile_size < profile_length)
1084 profile_length = profile_size;
1086 if(profile_size > profile_length)
1094 chunkdata + prefix_length, profile_length);

Completed in 66 milliseconds