OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:va_profile
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc
144
VAProfile*
va_profile
) {
147
*
va_profile
= VAProfileH264Baseline;
150
*
va_profile
= VAProfileH264Main;
155
*
va_profile
= VAProfileH264High;
210
VAProfile
va_profile
;
local
211
if (!ProfileToVAProfile(profile, &
va_profile
)) {
230
va_res = VAAPI_GetConfigAttributes(va_display_,
va_profile
, kEntrypoint,
239
va_res = VAAPI_CreateConfig(va_display_,
va_profile
, kEntrypoint,
Completed in 91 milliseconds