Searched defs:offStr (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp915 AString offStr = AString(line, atPos + 1, line.size() - atPos - 1); local
916 offStr.trim();
918 const char *s = offStr.c_str();

Completed in 75 milliseconds