Home
last modified time | relevance | path

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/
DVideoStreamGraphRtcpTest.cpp185 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/
DImsMediaVideoUtil.h152 struct InternalRequestEventParam struct
155 InternalRequestEventParam() : in InternalRequestEventParam() function
160 InternalRequestEventParam(uint32_t t, uint32_t v) : in InternalRequestEventParam() argument
165 InternalRequestEventParam(uint32_t t, const NackParams& params) : in InternalRequestEventParam() argument
170 InternalRequestEventParam(uint32_t t, const TmmbrParams& params) : in InternalRequestEventParam() function
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/video/
DVideoJitterBuffer.cpp885 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()
DVideoStreamGraphRtcp.cpp199 InternalRequestEventParam* param = reinterpret_cast<InternalRequestEventParam*>(param1); in OnEvent()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/nodes/
DRtcpDecoderNode.cpp302 InternalRequestEventParam* pParam = new InternalRequestEventParam( in ReceiveTmmbr()