OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vea_profiles
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/renderer/media/
cast_rtp_stream.cc
105
std::vector<media::VideoEncodeAccelerator::SupportedProfile>
vea_profiles
=
local
107
for (size_t i = 0; i <
vea_profiles
.size(); ++i) {
108
if (
vea_profiles
[i].profile >= media::VP8PROFILE_MIN &&
109
vea_profiles
[i].profile <= media::VP8PROFILE_MAX) {
118
std::vector<media::VideoEncodeAccelerator::SupportedProfile>
vea_profiles
=
local
120
for (size_t i = 0; i <
vea_profiles
.size(); ++i) {
121
if (
vea_profiles
[i].profile >= media::H264PROFILE_MIN &&
122
vea_profiles
[i].profile <= media::H264PROFILE_MAX) {
Completed in 276 milliseconds