HomeSort by relevance Sort by last modified time
    Searched defs:mLastNTPTime (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
ARTPSource.h 57 uint64_t mLastNTPTime;
ARTPWriter.h 93 uint64_t mLastNTPTime;
MyTransmitter.h 92 mLastNTPTime(0) {
681 mLastNTPTime = ntpTime();
854 uint64_t mLastNTPTime;
901 data[8] = mLastNTPTime >> (64 - 8);
902 data[9] = (mLastNTPTime >> (64 - 16)) & 0xff;
903 data[10] = (mLastNTPTime >> (64 - 24)) & 0xff;
904 data[11] = (mLastNTPTime >> 32) & 0xff;
905 data[12] = (mLastNTPTime >> 24) & 0xff;
906 data[13] = (mLastNTPTime >> 16) & 0xff;
907 data[14] = (mLastNTPTime >> 8) & 0xff
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
Sender.h 118 uint64_t mLastNTPTime;

Completed in 51 milliseconds