Searched refs:SetAttribute (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.h | 990 void SetAttribute( const char* value ); 992 void SetAttribute( int value ); 994 void SetAttribute( unsigned value ); 996 void SetAttribute( bool value ); 998 void SetAttribute( double value ); 1000 void SetAttribute( float value ); 1150 void SetAttribute( const char* name, const char* _value ) { in SetAttribute() function 1152 a->SetAttribute( _value ); in SetAttribute() 1155 void SetAttribute( const char* name, int _value ) { in SetAttribute() function 1157 a->SetAttribute( _value ); in SetAttribute() [all …]
|
| H A D | tinyxml2.cpp | 1100 void XMLAttribute::SetAttribute( const char* v ) in SetAttribute() function in XMLAttribute 1106 void XMLAttribute::SetAttribute( int v ) in SetAttribute() function in XMLAttribute 1114 void XMLAttribute::SetAttribute( unsigned v ) in SetAttribute() function in XMLAttribute 1122 void XMLAttribute::SetAttribute( bool v ) in SetAttribute() function in XMLAttribute 1129 void XMLAttribute::SetAttribute( double v ) in SetAttribute() function in XMLAttribute 1136 void XMLAttribute::SetAttribute( float v ) in SetAttribute() function in XMLAttribute 1410 …element->SetAttribute( a->Name(), a->Value() ); // fixme: this will always allo… in ShallowClone()
|
| H A D | RkAiqCalibParser.cpp | 1211 pElement->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in ParseString() 1319 pComment->ToElement()->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in ParseLscProfileArray() 1788 pelement->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntryCell3() 1872 pelement->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntryCell4() 6195 psubchild->ToElement()->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntrySensorAecGridWeight() 6211 psubchild->ToElement()->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntrySensorAecGridWeight() 11325 pElement->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntrySensorInfoGainRange() 20461 pElement->SetAttribute(CALIB_ATTRIBUTE_SIZE, str); in parseEntryExpSetGain2Reg()
|