HomeSort by relevance Sort by last modified time
    Searched refs:xcam_free (Results 1 - 25 of 41) sorted by null

1 2

  /external/libxcam/tests/
test-binary-kernel.cpp 43 if (kernel_body) xcam_free (kernel_body); \
44 if (kernel_name) xcam_free (kernel_name); \
45 if (program_binaries) xcam_free (program_binaries); \
122 xcam_free (kernel_name);
123 xcam_free (kernel_body);
124 xcam_free (program_binaries);
test-image-blend.cpp 401 #define FAILED_READ_MAP { if (p_f) fclose(p_f); if (ptr) xcam_free (ptr); return -1; }
437 xcam_free (ptr);
  /external/libxcam/modules/isp/
xcam_cpf_reader.c 59 xcam_free (blob->data);
61 xcam_free (blob);
92 xcam_free (*buf);
160 xcam_free (cpf_buf);
164 xcam_free (cpf_buf);
x3a_statistics_queue.cpp 39 xcam_free (_isp_data->data);
41 xcam_free (_isp_data->rgby_data);
42 xcam_free (_isp_data);
x3a_analyzer_aiq.cpp 53 xcam_free (_name);
102 xcam_free (_cpf_path);
  /external/libxcam/xcore/
analyzer_loader.cpp 39 xcam_free (_path);
41 xcam_free (_symbol);
xcam_common.cpp 50 void xcam_free(void *ptr) function
file_handle.cpp 83 xcam_free (_file_name);
x3a_stats_pool.cpp 36 xcam_free (_data);
xcam_thread.cpp 40 xcam_free (_name);
fake_poll_thread.cpp 43 xcam_free (_raw_path);
smart_analyzer_loader.cpp 42 xcam_free (_name);
x3a_result.h 119 xcam_free (_result);
smart_analysis_handler.cpp 50 xcam_free (_name);
xcam_analyzer.cpp 127 xcam_free (_name);
  /external/libxcam/modules/isp/iq/
x3a_ciq_tuning_handler.cpp 39 xcam_free (_name);
  /external/libxcam/modules/soft/
soft_video_buf_allocator.cpp 56 xcam_free (_mem_ptr);
  /external/libxcam/xcore/base/
xcam_common.h 70 void xcam_free (void *ptr);
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 196 xcam_free (hist_log);
198 xcam_free (map_index_leq);
200 xcam_free (map_index_log);
202 xcam_free (sort_y);
341 xcam_free (hist_per_block);
cl_tnr_handler.cpp 77 xcam_free(hor_hist_current);
81 xcam_free(ver_hist_current);
85 xcam_free(hor_hist_reference);
89 xcam_free(ver_hist_reference);
cl_gauss_handler.cpp 83 xcam_free (_g_table);
94 xcam_free (_g_table);
cl_wire_frame_handler.cpp 50 xcam_free (_wire_frames_coords);
180 xcam_free (_wire_frames_coords);
cl_kernel.cpp 69 xcam_free (_name);
170 xcam_free (kernel_cache);
217 xcam_free (kernel_cache);
cl_fisheye_handler.cpp 150 xcam_free (_lsc_array);
191 xcam_free (_lsc_array);
490 xcam_free (_lsc_array);
  /external/libxcam/plugins/3a/hybrid/
sample.cpp 184 xcam_free (results[i]);

Completed in 266 milliseconds

1 2