Searched refs:InternalRequestEventParam (Results 1 – 5 of 5) sorted by relevance
/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/ |
D | VideoStreamGraphRtcpTest.cpp | 185 InternalRequestEventParam* nackEvent = in TEST_F() 186 new InternalRequestEventParam(kRequestVideoSendNack, NackParams(0, 0, 0, true)); in TEST_F() 190 InternalRequestEventParam* pliEvent = in TEST_F() 191 new InternalRequestEventParam(kRequestVideoSendPictureLost, kPsfbPli); in TEST_F() 195 InternalRequestEventParam* firEvent = in TEST_F() 196 new InternalRequestEventParam(kRequestVideoSendPictureLost, kPsfbFir); in TEST_F() 200 InternalRequestEventParam* tmmbrEvent = in TEST_F() 201 new InternalRequestEventParam(kRtpFbTmmbr, TmmbrParams(100000, 0, 0, 0)); in TEST_F() 205 InternalRequestEventParam* tmmbn = in TEST_F() 206 new InternalRequestEventParam(kRtpFbTmmbn, TmmbrParams(100000, 0, 0, 0)); in TEST_F()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/video/ |
D | ImsMediaVideoUtil.h | 152 struct InternalRequestEventParam struct 155 InternalRequestEventParam() : in InternalRequestEventParam() function 160 InternalRequestEventParam(uint32_t t, uint32_t v) : in InternalRequestEventParam() function 165 InternalRequestEventParam(uint32_t t, const NackParams& params) : in InternalRequestEventParam() argument 170 InternalRequestEventParam(uint32_t t, const TmmbrParams& params) : in InternalRequestEventParam() argument
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/ |
D | VideoJitterBuffer.cpp | 885 InternalRequestEventParam* pParam = new InternalRequestEventParam( in RequestSendNack() 895 InternalRequestEventParam* pParam = in RequestToSendPictureLost() 896 new InternalRequestEventParam(kRequestVideoSendPictureLost, type); in RequestToSendPictureLost() 907 InternalRequestEventParam* pParam = in RequestToSendTmmbr() 908 new InternalRequestEventParam(kRtpFbTmmbr, TmmbrParams(mSsrc, exp, mantissa, 40)); in RequestToSendTmmbr()
|
D | VideoStreamGraphRtcp.cpp | 199 InternalRequestEventParam* param = reinterpret_cast<InternalRequestEventParam*>(param1); in OnEvent()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/ |
D | RtcpDecoderNode.cpp | 302 InternalRequestEventParam* pParam = new InternalRequestEventParam( in ReceiveTmmbr()
|