Searched refs:kReportPacketLossGap (Results 1 – 5 of 5) sorted by relevance
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | MediaQualityAnalyzerTest.cpp | 407 SessionCallbackParameter* param = new SessionCallbackParameter(kReportPacketLossGap, i, 1); in TEST_F() 764 SessionCallbackParameter* param = new SessionCallbackParameter(kReportPacketLossGap, 5, 1); in TEST_F() 892 SessionCallbackParameter* param = new SessionCallbackParameter(kReportPacketLossGap, 5, 2); in TEST_F() 941 SessionCallbackParameter* param = new SessionCallbackParameter(kReportPacketLossGap, 5, 2); in TEST_F()
|
D | AudioJitterBufferTest.cpp | 73 if (param->type == kReportPacketLossGap) in onEvent()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/ |
D | ImsMediaDefine.h | 510 kReportPacketLossGap, enumerator
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | AudioJitterBuffer.cpp | 627 new SessionCallbackParameter(kReportPacketLossGap, lostSeq, lostGap - 1); in CountLostFrames()
|
D | MediaQualityAnalyzer.cpp | 290 else if (optionType == kReportPacketLossGap) in collectOptionalInfo()
|