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

/frameworks/av/media/libstagefright/rtsp/
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 DASessionDescription.cpp303 const char *s, float *npt1, float *npt2) {
326 *npt2 = strtof(s, &end);
332 return *npt2 > *npt1;
302 parseNTPRange( const char *s, float *npt1, float *npt2) argument
H A DMyHandler.h1108 float npt1, npt2; local
1109 if (!ASessionDescription::parseNTPRange(val.c_str(), &npt1, &npt2)) {

Completed in 190 milliseconds