Lines Matching refs:profile
75 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile,
86 if (profile == VAProfileNone) {
91 p = ProfileToPipe(profile);
113 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
127 (vl_codec_supported(pscreen, ProfileToPipe(profile), false))) {
132 ProfileToPipe(profile),
135 ProfileToPipe(profile),
144 (vl_codec_supported(pscreen, ProfileToPipe(profile), true))) {
149 ProfileToPipe(profile),
152 ProfileToPipe(profile),
160 value = pscreen->get_video_param(pscreen, ProfileToPipe(profile),
170 if (u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_HEVC)
181 int maxSlicesPerEncodedPic = pscreen->get_video_param(pscreen, ProfileToPipe(profile),
191 int maxL0L1ReferencesPerFrame = pscreen->get_video_param(pscreen, ProfileToPipe(profile),
202 int supportedSliceStructuresFlagSet = pscreen->get_video_param(pscreen, ProfileToPipe(profile),
235 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint,
256 if (profile == VAProfileNone) {
263 config->profile = PIPE_VIDEO_PROFILE_UNKNOWN;
292 p = ProfileToPipe(profile);
328 config->profile = p;
364 u_reduce_video_profile(ProfileToPipe(profile)) !=
414 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile,
435 *profile = PipeToProfile(config->profile);