Searched refs:xcam_malloc0 (Results 1 – 17 of 17) sorted by relevance
61 #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);
89 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()
62 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()
97 _g_table = (float*) xcam_malloc0 (scale_size); in set_gaussian()
194 _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()
181 …_wire_frames_coords = (uint32_t *) xcam_malloc0 (_wire_frames_coords_num * sizeof (uint32_t) * 2 +… in prepare_arguments()
164 … kernel_cache = (uint8_t*) xcam_malloc0 (sizeof (uint8_t) * (read_cache_size + 1)); in build_kernel()
377 *gen_binary = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * (*binary_size)); in generate_kernel_id()
185 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()
764 …uint32_t *weighted_avg_gr = (uint32_t*)xcam_malloc0 (5 * weighted_grid_width * weighted_grid_heigh… in set_RGBS_weight_grid()
43 void * xcam_malloc0(size_t size) in xcam_malloc0() function
105 (XCam3AStats *) xcam_malloc0 ( in allocate_data()
111 _result = (StandardResult *) xcam_malloc0 (sizeof (StandardResult) + _extra_size); in X3aResult()
107 kernel_body = (char *) xcam_malloc0 (sizeof (char) * (src_size + 1)); in main()
302 ptr = (char*) xcam_malloc0 (size + 1); in read_device_pose()
337 uint8_t *binary = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * (size)); in main()
117 uint8_t *nv12_mem = (uint8_t *) xcam_malloc0 (sizeof (uint8_t) * size); in read_file_to_video_buffer()