Searched refs:path_to_3alib (Results 1 – 2 of 2) sorted by relevance
595 xcamsrc->path_to_3alib = strndup(DEFAULT_DYNAMIC_3A_LIB, XCAM_MAX_STR_SIZE); in gst_xcam_src_init()700 g_value_set_string (value, src->path_to_3alib); in gst_xcam_src_get_property()823 if (src->path_to_3alib) in gst_xcam_src_set_property()824 xcam_free (src->path_to_3alib); in gst_xcam_src_set_property()825 src->path_to_3alib = NULL; in gst_xcam_src_set_property()827 src->path_to_3alib = strndup (path, XCAM_MAX_STR_SIZE); in gst_xcam_src_set_property()1069 XCAM_LOG_INFO ("dynamic 3a library: %s", xcamsrc->path_to_3alib); in gst_xcam_src_start()1070 …martPtr<DynamicAnalyzerLoader> dynamic_loader = new DynamicAnalyzerLoader (xcamsrc->path_to_3alib); in gst_xcam_src_start()1074 … XCAM_LOG_ERROR ("load dynamic analyzer(%s) failed, please check.", xcamsrc->path_to_3alib); in gst_xcam_src_start()1080 XCAM_LOG_INFO ("hybrid 3a library: %s", xcamsrc->path_to_3alib); in gst_xcam_src_start()[all …]
95 char *path_to_3alib; member