Searched refs:npt2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
H A DASessionDescription.cpp303 const char *s, float *npt1, float *npt2) {
323 *npt2 = FLT_MAX; // open ended.
331 *npt2 = strtof(s, &end);
337 return *npt2 > *npt1;
302 parseNTPRange( const char *s, float *npt1, float *npt2) argument
H A DASessionDescription.h62 // Returns true iff both "npt1" and "npt2" times were available,
64 static bool parseNTPRange(const char *s, float *npt1, float *npt2);
H A DMyHandler.h1425 float npt1, npt2; local
1426 if (!ASessionDescription::parseNTPRange(val.c_str(), &npt1, &npt2)) {

Completed in 1426 milliseconds