Searched refs:notifyPktInfo (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPSource.h | 87 void notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular);
|
H A D | ARTPConnection.cpp | 936 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 D | ARTPSource.cpp | 706 void ARTPSource::notifyPktInfo(int32_t bitrate, int64_t nowUs, bool isRegular) { in notifyPktInfo() function in android::ARTPSource
|