OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNumModes
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8.h
45
kNumModes
,
102
static const AggregationMode aggr_modes_[
kNumModes
];
103
static const bool balance_modes_[
kNumModes
];
104
static const bool separate_first_modes_[
kNumModes
];
rtp_format_vp8.cc
145
[
kNumModes
] = {kAggrNone, kAggrPartitions, kAggrFragments};
146
const bool RtpPacketizerVp8::balance_modes_[
kNumModes
] = {true, true, true};
147
const bool RtpPacketizerVp8::separate_first_modes_[
kNumModes
] = {true, false,
/frameworks/native/vulkan/libvulkan/
swapchain.cpp
378
const uint32_t
kNumModes
= sizeof(kModes) / sizeof(kModes[0]);
382
if (*count <
kNumModes
)
384
std::copy(kModes, kModes + std::min(*count,
kNumModes
), modes);
386
*count =
kNumModes
;
[
all
...]
Completed in 314 milliseconds