Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DARTPSource.h87 void notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular);
H A DARTPConnection.cpp936 source->notifyPktInfo(bitrate, nowUs, true /* isRegular */); in parseBYE()
1173 source->notifyPktInfo(bitrate, nowUs, false /* isRegular */); in checkRxBitrate()
1204 source->notifyPktInfo(bitrate, nowUs, true /* isRegular */); in checkRxBitrate()
H A DARTPSource.cpp706 void ARTPSource::notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular) { in notifyPktInfo() function in android::ARTPSource