HomeSort by relevance Sort by last modified time
    Searched refs:path_to_3alib (Results 1 - 2 of 2) sorted by null

  /external/libxcam/wrapper/gstreamer/
gstxcamsrc.h 95 char *path_to_3alib; member in struct:_GstXCamSrc
gstxcamsrc.cpp 595 xcamsrc->path_to_3alib = strndup(DEFAULT_DYNAMIC_3A_LIB, XCAM_MAX_STR_SIZE);
700 g_value_set_string (value, src->path_to_3alib);
823 if (src->path_to_3alib)
824 xcam_free (src->path_to_3alib);
825 src->path_to_3alib = NULL;
827 src->path_to_3alib = strndup (path, XCAM_MAX_STR_SIZE);
    [all...]

Completed in 72 milliseconds