HomeSort by relevance Sort by last modified time
    Searched refs:SessionLength (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
session_info.h 75 size_t SessionLength() const;
session_info_unittest.cc 105 EXPECT_GE(session_.SessionLength(),
208 EXPECT_EQ(10 * packet_buffer_size(), session_.SessionLength());
    [all...]
session_info.cc 146 size_t VCMSessionInfo::SessionLength() const {

Completed in 135 milliseconds