OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntpTime
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTPSession.cpp
151
uint64_t
ntpTime
;
153
"ntp-time", (int64_t *)&
ntpTime
));
158
accessUnit->size(),
ntpTime
);
161
accessUnit->size(),
ntpTime
);
175
accessUnit->meta()->setInt64("ntp-time",
ntpTime
);
ARTPConnection.cpp
607
uint64_t
ntpTime
= u64at(&data[8]);
611
ALOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u ==
ntpTime
%.3f",
614
(
ntpTime
>> 32) + (double)(
ntpTime
& 0xffffffff) / (1ll << 32));
619
source->timeUpdate(rtpTime,
ntpTime
);
MyTransmitter.h
137
uint64_t
ntpTime
() {
157
uint64_t ntp =
ntpTime
();
681
mLastNTPTime =
ntpTime
();
MyHandler.h
[
all
...]
Completed in 134 milliseconds