Searched refs:periodIndex (Results 1 – 4 of 4) sorted by relevance
185 auto periodIndex = columnName.rfind('.'); in GetColumnIndex() local187 if (periodIndex != std::string::npos) { in GetColumnIndex()188 columnNameLower = columnNameLower.substr(periodIndex + 1); in GetColumnIndex()
397 auto periodIndex = lowerName.rfind('.'); in GetColumnIndex() local398 if (periodIndex != std::string::npos) { in GetColumnIndex()399 lowerName = lowerName.substr(periodIndex + 1); in GetColumnIndex()
1015 unsigned int periodIndex = 0; in GetStreamsInfoInMpd() local1016 …::list<DashPeriodInfo*>::iterator it = periods.begin(); it != periods.end(); ++it, ++periodIndex) { in GetStreamsInfoInMpd()1022 GetStreamsInfoInPeriod(period, periodIndex, mpdBaseUrl); in GetStreamsInfoInMpd()1037 void DashMpdDownloader::GetStreamsInfoInPeriod(DashPeriodInfo *periodInfo, unsigned int periodIndex, in GetStreamsInfoInPeriod() argument1043 streamDesc.periodIndex_ = periodIndex; in GetStreamsInfoInPeriod()1071 …G_I("Get streamType " PUBLIC_LOG_D32 " in period " PUBLIC_LOG_U32 " size is 0", type, periodIndex); in GetStreamsInfoInPeriod()
155 …void GetStreamsInfoInPeriod(DashPeriodInfo *periodInfo, unsigned int periodIndex, const std::strin…