HomeSort by relevance Sort by last modified time
    Searched refs:npt2 (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.cpp 305 const char *s, float *npt1, float *npt2) {
325 *npt2 = FLT_MAX; // open ended.
333 *npt2 = strtof(s, &end);
339 return *npt2 > *npt1;
ASessionDescription.h 62 // Returns true iff both "npt1" and "npt2" times were available,
64 static bool parseNTPRange(const char *s, float *npt1, float *npt2);
MyHandler.h 1453 float npt1, npt2; local
    [all...]

Completed in 67 milliseconds