OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VAProfile
(Results
1 - 9
of
9
) 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/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
70
VAProfile
profile,
va.h
290
}
VAProfile
;
499
VAProfile
*profile_list, /* out */
511
VAProfile
profile,
526
VAProfile
profile,
544
VAProfile
profile,
570
VAProfile
*profile, /* out */
[
all
...]
/external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc
48
VAProfile
profile,
89
VAProfile
profile,
142
// Maps Profile enum values to
VaProfile
values.
144
VAProfile
* va_profile) {
210
VAProfile
va_profile;
Completed in 2172 milliseconds