Home
last modified time | relevance | path

Searched refs:yaml_signature (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp2798 const char* yaml_signature = "%YAML:"; in cvOpenFileStorage() local
2801 fs->is_xml = strncmp( buf, yaml_signature, strlen(yaml_signature) ) != 0; in cvOpenFileStorage()
/external/opencv3/modules/core/src/
Dpersistence.cpp2856 const char* yaml_signature = "%YAML:"; in cvOpenFileStorage() local
2859 fs->fmt = strncmp( buf, yaml_signature, strlen(yaml_signature) ) == 0 ? in cvOpenFileStorage()