Searched refs:xcam_malloc (Results 1 – 5 of 5) sorted by relevance
58 #define xcam_malloc_type(TYPE) (TYPE*)(xcam_malloc(sizeof(TYPE)))59 #define xcam_malloc_type_array(TYPE, num) (TYPE*)(xcam_malloc(sizeof(TYPE) * (num)))67 void * xcam_malloc (size_t size);
38 void * xcam_malloc(size_t size) in xcam_malloc() function
408 ptr = (char*)xcam_malloc (size + 1); in read_map_data()
244 _buf_ptr = (uint8_t *)xcam_malloc (_pitch * height); in SoftImage()
171 tmp_ptr = (float *)xcam_malloc (buf_len * sizeof (float)); in gauss_blur_buffer()