Home
last modified time | relevance | path

Searched refs:vcmId (Results 1 – 3 of 3) 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.h25 int32_t vcmId = 0,
Djitter_estimator.cc31 int32_t vcmId, in VCMJitterEstimator() argument
33 : _vcmId(vcmId), in VCMJitterEstimator()