OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npt1
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/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
309
const char *s, float *
npt1
, float *npt2) {
319
*
npt1
= strtof(s, &end);
343
return *npt2 > *
npt1
;
MyHandler.h
1459
float
npt1
, npt2;
local
[
all
...]
Completed in 233 milliseconds