Home
last modified time | relevance | path

Searched refs:MaxFilter (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dcodec_timer.h36 void MaxFilter(int32_t newDecodeTimeMs, int64_t nowMs);
Dcodec_timer.cc36 void VCMCodecTimer::MaxFilter(int32_t decodeTime, int64_t nowMs) { in MaxFilter() function in webrtc::VCMCodecTimer
Dtiming.cc176 codec_timer_.MaxFilter(decode_time_ms, now_ms); in StopDecodeTimer()
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h91 bool MaxFilter; member
D7zHandlerOut.cpp577 options.MaxFilter = level >= 8; in UpdateItems()
D7zUpdate.cpp1041 MakeExeMethod(method, options.UseFilters, Is86Group(groupIndex), options.MaxFilter); in Update()