OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_fragment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264.h
54
bool
first_fragment
,
60
first_fragment
(
first_fragment
),
67
bool
first_fragment
;
member in struct:webrtc::RtpPacketizerH264::Packet
rtp_format_h264.cc
73
bool
first_fragment
= (payload_data[1] & kSBit) > 0;
local
76
if (
first_fragment
) {
90
rtp_header->type.Video.isFirstPacket =
first_fragment
;
210
if (packet.
first_fragment
&& packet.last_fragment) {
230
assert(packet.
first_fragment
);
262
fu_header |= (packet.
first_fragment
? kSBit : 0);
rtp_format_vp8.h
92
bool
first_fragment
;
member in struct:webrtc::RtpPacketizerVp8::__anon20614
/external/chromium_org/ui/gfx/
text_elider.cc
641
bool
first_fragment
= true;
local
649
if (!
first_fragment
&& NewLine())
653
first_fragment
= false;
Completed in 165 milliseconds