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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.cc 297 packet_info.first_fragment = start_on_new_fragment;
323 if (packet_info.first_fragment) buffer[0] |= kSBit;
rtp_format_vp8.h 86 bool first_fragment; member in struct:webrtc::RtpFormatVp8::__anon19900
  /external/chromium_org/ui/gfx/
text_elider.cc 646 bool first_fragment = true; local
654 if (!first_fragment && NewLine())
658 first_fragment = false;

Completed in 324 milliseconds