Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPWriter.cpp804 int32_t clockPerMs = mClockRate / 1000; in getRtpTime() local
805 int64_t rtpTime = mRTPTimeBase + (timeUs * clockPerMs / 1000LL); in getRtpTime()