Home
last modified time | relevance | path

Searched refs:xcam_malloc0 (Results 1 – 17 of 17) sorted by relevance

/external/libxcam/xcore/base/
Dxcam_common.h61 #define xcam_malloc0_type(TYPE) (TYPE*)(xcam_malloc0(sizeof(TYPE)))
62 #define xcam_malloc0_type_array(TYPE, num) (TYPE*)(xcam_malloc0(sizeof(TYPE) * (num)))
68 void * xcam_malloc0 (size_t size);
/external/libxcam/modules/ocl/
Dcl_newtonemapping_handler.cpp89 int *hist_log = (int *) xcam_malloc0 (hist_bin_count * sizeof (int)); in block_split_haleq()
90 int *sort_y = (int *) xcam_malloc0 ((pixel_num + 1) * sizeof (int)); in block_split_haleq()
91 int *map_index_leq = (int *) xcam_malloc0 (hist_bin_count * sizeof (int)); in block_split_haleq()
92 int *map_index_log = (int *) xcam_malloc0 (hist_bin_count * sizeof (int)); in block_split_haleq()
307 int *hist_per_block = (int *) xcam_malloc0 (hist_bin_count * sizeof (int)); in prepare_parameters()
Dcl_tnr_handler.cpp62 hor_hist_current = (float*)xcam_malloc0(hor_hist_bin * sizeof(float)); in CLTnrHistogram()
65 ver_hist_current = (float*)xcam_malloc0(ver_hist_bin * sizeof(float)); in CLTnrHistogram()
68 hor_hist_reference = (float*)xcam_malloc0(hor_hist_bin * sizeof(float)); in CLTnrHistogram()
71 ver_hist_reference = (float*)xcam_malloc0(ver_hist_bin * sizeof(float)); in CLTnrHistogram()
Dcl_gauss_handler.cpp97 _g_table = (float*) xcam_malloc0 (scale_size); in set_gaussian()
Dcl_fisheye_handler.cpp194 _lsc_array = (float *) xcam_malloc0 (_lsc_array_size * sizeof (float)); in set_lsc_table()
456 _lsc_array = (float *) xcam_malloc0 (_lsc_array_size * sizeof (float)); in ensure_lsc_params()
Dcl_wire_frame_handler.cpp181 …_wire_frames_coords = (uint32_t *) xcam_malloc0 (_wire_frames_coords_num * sizeof (uint32_t) * 2 +… in prepare_arguments()
Dcl_kernel.cpp164 … kernel_cache = (uint8_t*) xcam_malloc0 (sizeof (uint8_t) * (read_cache_size + 1)); in build_kernel()
Dcl_context.cpp377 *gen_binary = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * (*binary_size)); in generate_kernel_id()
/external/libxcam/modules/isp/
Dx3a_statistics_queue.cpp185 stats->data = (struct atomisp_3a_output*)xcam_malloc0 (grid_size * sizeof(*stats->data)); in alloc_isp_statsictics()
193 (struct atomisp_3a_rgby_output*)xcam_malloc0 (256 * sizeof(*stats->rgby_data)); in alloc_isp_statsictics()
233 stats = (XCam3AStats *) xcam_malloc0 ( in allocate_data()
Daiq_handler.cpp764 …uint32_t *weighted_avg_gr = (uint32_t*)xcam_malloc0 (5 * weighted_grid_width * weighted_grid_heigh… in set_RGBS_weight_grid()
/external/libxcam/xcore/
Dxcam_common.cpp43 void * xcam_malloc0(size_t size) in xcam_malloc0() function
Dx3a_stats_pool.cpp105 (XCam3AStats *) xcam_malloc0 ( in allocate_data()
Dx3a_result.h111 _result = (StandardResult *) xcam_malloc0 (sizeof (StandardResult) + _extra_size); in X3aResult()
/external/libxcam/tests/
Dtest-binary-kernel.cpp107 kernel_body = (char *) xcam_malloc0 (sizeof (char) * (src_size + 1)); in main()
Dtest-video-stabilization.cpp302 ptr = (char*) xcam_malloc0 (size + 1); in read_device_pose()
Dtest-cl-image.cpp337 uint8_t *binary = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * (size)); in main()
Dtest-image-stitching.cpp117 uint8_t *nv12_mem = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * size); in read_file_to_video_buffer()