Home
last modified time | relevance | path

Searched refs:FirstChildElement (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.h587 const XMLElement* FirstChildElement( const char* value = 0 ) const;
588 XMLElement* FirstChildElement( const char* _value = 0 ) {
589 … return const_cast<XMLElement*>(const_cast<const XMLNode*>(this)->FirstChildElement( _value ));
1364 return FirstChildElement(); in RootElement()
1367 return FirstChildElement(); in RootElement()
1563 XMLHandle FirstChildElement( const char* value = 0 ) {
1564 return XMLHandle( node ? node->FirstChildElement( value ) : 0 );
1642 const XMLConstHandle FirstChildElement( const char* value = 0 ) const {
1643 return XMLConstHandle( node ? node->FirstChildElement( value ) : 0 );
H A Dtinyxml2.cpp699 const XMLElement* XMLNode::FirstChildElement( const char* value ) const in FirstChildElement() function in XMLNode
H A DRkAiqCalibParser.cpp1426 XMLElement* pheader = proot->FirstChildElement(TAG_NAME(CALIB_HEADER_TAG_ID)); in doParse()
1437 XMLElement* psensor = proot->FirstChildElement(TAG_NAME(CALIB_SENSOR_TAG_ID)); in doParse()
1448 XMLElement* psystem = proot->FirstChildElement(TAG_NAME(CALIB_SYSTEM_TAG_ID)); in doParse()
1460 XMLElement* pexpset = proot->FirstChildElement(TAG_NAME(CALIB_EXPSET_TAG_ID)); in doParse()
1471 XMLElement* pmodule = proot->FirstChildElement(TAG_NAME(CALIB_MODULEINFO_TAG_ID)); in doParse()
1525 XMLElement* pheader = proot->FirstChildElement(TAG_NAME(CALIB_HEADER_TAG_ID)); in doGenerate()
1536 XMLElement* psensor = proot->FirstChildElement(TAG_NAME(CALIB_SENSOR_TAG_ID)); in doGenerate()
1547 XMLElement* psystem = proot->FirstChildElement(TAG_NAME(CALIB_SYSTEM_TAG_ID)); in doGenerate()