Home
last modified time | relevance | path

Searched refs:mRTPTimeBase (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.h89 uint32_t mRTPTimeBase; member
DARTPWriter.cpp126 mRTPTimeBase = rand(); in start()
579 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100LL); in sendAVCData()
674 uint32_t rtpTime = mRTPTimeBase + (timeUs * 9 / 100LL); in sendH263Data()
758 uint32_t rtpTime = mRTPTimeBase + (timeUs / (isWide ? 250 : 125)); in sendAMRData()