HomeSort by relevance Sort by last modified time
    Searched full:max_decode_time_ms (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
timing.cc 242 int32_t max_decode_time_ms = MaxDecodeTimeMs(); local
243 if (max_decode_time_ms < 0) {
247 } else if (max_decode_time_ms == 0) {
250 max_decode_time_ms = 1;
253 max_decode_time_ms >

Completed in 695 milliseconds