OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kEqualSize
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h
18
* case the mode
kEqualSize
is used.
43
kEqualSize
, // Split entire payload without considering partition limits.
57
// Initialize without fragmentation info. Mode
kEqualSize
will be used.
77
// For the
kEqualSize
mode: returns 0 on success, return negative on error.
rtp_format_vp8.cc
143
// Modes are: kStrict, kAggregate,
kEqualSize
.
171
aggr_mode_(aggr_modes_[
kEqualSize
]),
172
balance_(balance_modes_[
kEqualSize
]),
173
separate_first_(separate_first_modes_[
kEqualSize
]),
Completed in 8584 milliseconds