Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTPWriter.cpp830 int32_t clockPerMs = mClockRate / 1000; in getRtpTime() local
831 int64_t rtpTime = mRTPTimeBase + (timeUs * clockPerMs / 1000LL); in getRtpTime()