OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_wire_frames_coords
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/ocl/
cl_wire_frame_handler.cpp
44
,
_wire_frames_coords
(NULL)
50
xcam_free (
_wire_frames_coords
);
180
xcam_free (
_wire_frames_coords
);
181
_wire_frames_coords
= (uint32_t *) xcam_malloc0 (_wire_frames_coords_num * sizeof (uint32_t) * 2 + 1);
182
XCAM_ASSERT (
_wire_frames_coords
);
183
_handler->get_border_coordinates (
_wire_frames_coords
);
188
CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR,
_wire_frames_coords
);
cl_wire_frame_handler.h
56
uint32_t *
_wire_frames_coords
;
member in class:XCam::CLWireFrameImageKernel
Completed in 742 milliseconds