Searched refs:npt1 (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) {
313 *npt1 = strtof(s, &end);
337 return *npt2 > *npt1;
302 parseNTPRange( const char *s, float *npt1, float *npt2) argument
H A DMyHandler.h1425 float npt1, npt2; local
1426 if (!ASessionDescription::parseNTPRange(val.c_str(), &npt1, &npt2)) {
1468 ALOGV("track #%d: rtpTime=%u <=> npt=%.2f", n, rtpTime, npt1);
1471 info->mNormalPlayTimeUs = (int64_t)(npt1 * 1E6);

Completed in 330 milliseconds