OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VCM_MAX
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
internal_defines.h
24
#define
VCM_MAX
(a, b) (((a) > (b)) ? (a) : (b))
media_opt_util.cc
231
ratio =
VCM_MAX
(boostRateKey, ratio);
308
uint8_t rateIndexTable = (uint8_t)
VCM_MAX
(
356
rateIndexTable = (uint8_t)
VCM_MAX
(
378
VCM_MAX
(packetLoss,
VCM_MAX
(boostKeyProt, codeRateKey)));
rtt_filter.cc
85
_maxRtt =
VCM_MAX
(rttMs, _maxRtt);
jitter_estimator.cc
142
_varFrameSize =
VCM_MAX
(_phi * _varFrameSize +
150
VCM_MAX
(_psi * _maxFrameSize, static_cast<double>(frameSizeBytes));
receiver.cc
151
static_cast<uint16_t>(
VCM_MAX
(available_wait_time, 0));
video_sender.cc
126
_nextFrameTypes.resize(
VCM_MAX
(sendCodec->numberOfSimulcastStreams, 1),
Completed in 3374 milliseconds