Home
last modified time | relevance | path

Searched refs:info_struct (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
DREADME26 To avoid problems with changes to the internals of png info_struct,
30 accessing/storing the info_struct data, rather than manipulating it
37 info_struct can still be accessed, but the compiler will issue a
173 pngset.c => Functions for storing data into the info_struct
DCHANGES135 of info_struct and invalidates all programs that use a shared libpng****
176 More description of info_struct in libpng.txt and png.h
1077 libpng will reallocate the png_struct and info_struct if they are too small.
2472 png_struct or info_struct members and other deprecated usage in
4223 also removes the support for storing unknown chunks in the info_struct
5043 and info_struct members has not been permitted since libpng-1.5.0.
Dlibpng-manual.txt4664 The png_struct and info_struct members "trans" and "trans_values" were
/external/opencv3/3rdparty/libpng/
DREADME30 accessing/storing the info_struct data, rather than manipulating it
162 pngset.c => Functions for storing data into the info_struct
DCHANGES128 of info_struct and invalidates all programs that use a shared libpng****
169 More description of info_struct in libpng.txt and png.h
1069 libpng will reallocate the png_struct and info_struct if they are too small.
2463 png_struct or info_struct members and other deprecated usage in
/external/netperf/src/
Dnettest_xti.c102 static struct t_info info_struct; variable
150 get_xti_info(socket, info_struct) in get_xti_info() argument
152 struct t_info *info_struct;
980 get_xti_info(send_socket,info_struct); in send_xti_tcp_stream()