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

  /external/webrtc/webrtc/modules/media_file/
media_file_impl.cc 42 _notificationMs(0),
201 if(_notificationMs)
203 if(_playoutPositionMs >= _notificationMs)
205 _notificationMs = 0;
301 if(_notificationMs)
303 if(_playoutPositionMs >= _notificationMs)
305 _notificationMs = 0;
553 _notificationMs = notificationTimeMs;
695 if(_notificationMs)
697 if(_recordDurationMs >= _notificationMs)
    [all...]
media_file_impl.h 135 uint32_t _notificationMs;

Completed in 158 milliseconds