Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DASessionDescription.cpp316 const char *slash1 = strchr(desc, '/'); in ParseFormatDesc() local
317 CHECK(slash1 != NULL); in ParseFormatDesc()
319 const char *s = slash1 + 1; in ParseFormatDesc()