Searched refs:path_to_cpf (Results 1 – 2 of 2) sorted by relevance
594 xcamsrc->path_to_cpf = strndup(DEFAULT_CPF_FILE_NAME, XCAM_MAX_STR_SIZE); in gst_xcam_src_init()697 g_value_set_string (value, src->path_to_cpf); in gst_xcam_src_get_property()814 if (src->path_to_cpf) in gst_xcam_src_set_property()815 xcam_free (src->path_to_cpf); in gst_xcam_src_set_property()816 src->path_to_cpf = NULL; in gst_xcam_src_set_property()818 src->path_to_cpf = strndup (cpf, XCAM_MAX_STR_SIZE); in gst_xcam_src_set_property()1059 XCAM_LOG_INFO ("cpf: %s", xcamsrc->path_to_cpf); in gst_xcam_src_start()1060 … SmartPtr<X3aAnalyzer> aiq_analyzer = new X3aAnalyzerAiq (isp_controller, xcamsrc->path_to_cpf); in gst_xcam_src_start()
94 char *path_to_cpf; member