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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h 111 int CalcNextSize(int max_payload_len, int remaining_bytes,
rtp_format_vp8.cc 101 int RtpFormatVp8::CalcNextSize(int max_payload_len, int remaining_bytes,
144 while (int next_size = CalcNextSize(rem_payload_len, remaining_in_partition,

Completed in 96 milliseconds