Lines Matching refs:path_to_3alib
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()
1081 … SmartPtr<HybridAnalyzerLoader> hybrid_loader = new HybridAnalyzerLoader (xcamsrc->path_to_3alib); in gst_xcam_src_start()
1087 … XCAM_LOG_ERROR ("load hybrid analyzer(%s) failed, please check.", xcamsrc->path_to_3alib); in gst_xcam_src_start()