OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npt2
(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
303
const char *s, float *npt1, float *
npt2
) {
326
*
npt2
= strtof(s, &end);
332
return *
npt2
> *npt1;
MyHandler.h
1398
float npt1,
npt2
;
local
[
all
...]
Completed in 128 milliseconds