Searched refs:szTime (Results 1 – 2 of 2) sorted by relevance
43 time_t DashMpdParser::String2Time(const std::string szTime) in String2Time() argument45 if (szTime.length() == 0) { in String2Time()56 …if (-1 == sscanf_s(szTime.c_str(), "%4d-%2d-%2dT%2d:%2d:%2d", &tm1.tm_year, &tm1.tm_mon, &tm1.tm_m… in String2Time()58 MEDIA_LOG_E("String2Time format error " PUBLIC_LOG_S, szTime.c_str()); in String2Time()
124 time_t String2Time(const std::string szTime);