Home
last modified time | relevance | path

Searched refs:receiverId (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dinternal_defines.h35 inline int32_t VCMId(const int32_t vcmId, const int32_t receiverId = 0) {
36 return static_cast<int32_t>((vcmId << 16) + receiverId);
Djitter_estimator.cc32 int32_t receiverId) in VCMJitterEstimator() argument
34 _receiverId(receiverId), in VCMJitterEstimator()
Djitter_estimator.h26 int32_t receiverId = 0);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodAfterMultipleThreadSuspensionTest.java50 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local
55 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()
DInvokeMethodWithSuspensionTest.java48 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand() local
53 command.setNextValueAsThreadID(receiverId); in buildInvokeCommand()