Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_wire_frame_handler.cpp44 , _wire_frames_coords (NULL) in CLWireFrameImageKernel()
50 xcam_free (_wire_frames_coords); in ~CLWireFrameImageKernel()
180 xcam_free (_wire_frames_coords); in prepare_arguments()
181_wire_frames_coords = (uint32_t *) xcam_malloc0 (_wire_frames_coords_num * sizeof (uint32_t) * 2 +… in prepare_arguments()
182 XCAM_ASSERT (_wire_frames_coords); in prepare_arguments()
183 _handler->get_border_coordinates (_wire_frames_coords); in prepare_arguments()
188 CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR, _wire_frames_coords); in prepare_arguments()
Dcl_wire_frame_handler.h56 uint32_t *_wire_frames_coords; variable