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/base/media/libstagefright/rtsp/
ARTPSession.cpp
153
uint64_t
ntpTime
;
155
"ntp-time", (int64_t *)&
ntpTime
));
160
accessUnit->size(),
ntpTime
);
163
accessUnit->size(),
ntpTime
);
177
accessUnit->meta()->setInt64("ntp-time",
ntpTime
);
ARTPConnection.cpp
573
uint64_t
ntpTime
= u64at(&data[8]);
577
LOGI("XXX timeUpdate: ssrc=0x%08x, rtpTime %u ==
ntpTime
%.3f",
580
(
ntpTime
>> 32) + (double)(
ntpTime
& 0xffffffff) / (1ll << 32));
585
source->timeUpdate(rtpTime,
ntpTime
);
MyTransmitter.h
137
uint64_t
ntpTime
() {
157
uint64_t ntp =
ntpTime
();
681
mLastNTPTime =
ntpTime
();
MyHandler.h
729
uint64_t
ntpTime
;
731
CHECK(msg->findInt64("ntp-time", (int64_t *)&
ntpTime
));
733
onTimeUpdate(trackIndex, rtpTime,
ntpTime
);
[
all
...]
Completed in 262 milliseconds