Home
last modified time | relevance | path

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

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