OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAProfile
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_config.c
36
vlVaQueryConfigProfiles(VADriverContextP ctx,
VAProfile
*profile_list, int *num_profiles)
51
vlVaQueryConfigEntrypoints(VADriverContextP ctx,
VAProfile
profile,
85
vlVaGetConfigAttributes(VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint,
95
vlVaCreateConfig(VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint,
114
vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id,
VAProfile
*profile,
va_private.h
73
VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx,
VAProfile
*profile_list,int *num_profiles);
74
VAStatus vlVaQueryConfigEntrypoints (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint *entrypoint_list, int *num_entrypoints);
75
VAStatus vlVaGetConfigAttributes (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs);
76
VAStatus vlVaCreateConfig (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id);
78
VAStatus vlVaQueryConfigAttributes (VADriverContextP ctx, VAConfigID config_id,
VAProfile
*profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
/external/mesa3d/src/gallium/state_trackers/va/
va_config.c
36
vlVaQueryConfigProfiles(VADriverContextP ctx,
VAProfile
*profile_list, int *num_profiles)
51
vlVaQueryConfigEntrypoints(VADriverContextP ctx,
VAProfile
profile,
85
vlVaGetConfigAttributes(VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint,
95
vlVaCreateConfig(VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint,
114
vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id,
VAProfile
*profile,
va_private.h
73
VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx,
VAProfile
*profile_list,int *num_profiles);
74
VAStatus vlVaQueryConfigEntrypoints (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint *entrypoint_list, int *num_entrypoints);
75
VAStatus vlVaGetConfigAttributes (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs);
76
VAStatus vlVaCreateConfig (VADriverContextP ctx,
VAProfile
profile, VAEntrypoint entrypoint, VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id);
78
VAStatus vlVaQueryConfigAttributes (VADriverContextP ctx, VAConfigID config_id,
VAProfile
*profile, VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs);
/external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h
152
bool GetSupportedVaProfiles(std::vector<
VAProfile
>* profiles);
153
bool IsEntrypointSupported(
VAProfile
va_profile, VAEntrypoint entrypoint);
154
bool AreAttribsSupported(
VAProfile
va_profile,
vaapi_wrapper.cc
62
VAProfile
va_profile;
65
// A map between VideoCodecProfile and
VAProfile
.
90
// Maps Profile enum values to
VaProfile
values.
91
static
VAProfile
ProfileToVAProfile(
93
const std::vector<
VAProfile
>& supported_profiles) {
95
VAProfile
va_profile = VAProfileNone;
172
std::vector<
VAProfile
> va_profiles;
178
VAProfile
va_profile =
232
bool VaapiWrapper::GetSupportedVaProfiles(std::vector<
VAProfile
>* profiles) {
236
std::vector<
VAProfile
> supported_profiles
[
all
...]
/external/chromium_org/third_party/libva/va/
va_fool.h
56
VAProfile
profile,
va_backend.h
61
VAProfile
*profile_list, /* out */
67
VAProfile
profile,
74
VAProfile
profile,
82
VAProfile
profile,
97
VAProfile
*profile, /* out */
va_trace.h
68
VAProfile
profile,
va.h
291
}
VAProfile
;
499
VAProfile
*profile_list, /* out */
511
VAProfile
profile,
526
VAProfile
profile,
544
VAProfile
profile,
570
VAProfile
*profile, /* out */
[
all
...]
Completed in 382 milliseconds