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

  /frameworks/base/media/libstagefright/rtsp/
ASessionDescription.h 62 // Returns true iff both "npt1" and "npt2" times were available,
64 static bool parseNTPRange(const char *s, float *npt1, float *npt2);
ASessionDescription.cpp 303 const char *s, float *npt1, float *npt2) {
326 *npt2 = strtof(s, &end);
332 return *npt2 > *npt1;
MyHandler.h 1100 float npt1, npt2; local
    [all...]

Completed in 444 milliseconds