OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_info
(Results
1 - 4
of
4
) sorted by null
/external/opencv/otherlibs/highgui/
grfmt_png.cpp
119
png_infop
end_info
= (png_infop)m_end_info;
local
120
png_destroy_read_struct( &png_ptr, &info_ptr, &
end_info
);
138
png_infop
end_info
= png_create_info_struct( png_ptr );
local
142
m_end_info =
end_info
;
144
if( info_ptr &&
end_info
)
193
png_infop
end_info
= (png_infop)m_end_info;
local
235
png_read_end( png_ptr,
end_info
);
/art/runtime/gc/space/
large_object_space.cc
382
const AllocationInfo*
end_info
= GetAllocationInfoForAddress(free_end_start);
local
383
while (cur_info <
end_info
) {
393
CHECK_EQ(cur_info,
end_info
);
539
const AllocationInfo*
end_info
= GetAllocationInfoForAddress(free_end_start);
local
540
while (cur_info <
end_info
) {
568
*
end_info
= GetAllocationInfoForAddress(free_end_start); cur_info <
end_info
;
/development/tools/etc1tool/
etc1tool.cpp
141
png_infop
end_info
= NULL;
local
178
if (!(
end_info
= png_create_info_struct(png_ptr))) {
179
fprintf(stderr, "Could not create
end_info
struct.\n");
222
png_destroy_read_struct(&png_ptr, &info_ptr, &
end_info
);
/external/ImageMagick/coders/
png.c
1970
*
end_info
,
local
[
all
...]
Completed in 210 milliseconds