Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp43 time_t DashMpdParser::String2Time(const std::string szTime) in String2Time() argument
45 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()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Ddash_mpd_parser.h124 time_t String2Time(const std::string szTime);