Lines Matching refs:profile
73 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, in vlVaQueryConfigEntrypoints() argument
84 if (profile == VAProfileNone) { in vlVaQueryConfigEntrypoints()
89 p = ProfileToPipe(profile); in vlVaQueryConfigEntrypoints()
111 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
125 (pscreen->get_video_param(pscreen, ProfileToPipe(profile), in vlVaGetConfigAttributes()
131 ProfileToPipe(profile), in vlVaGetConfigAttributes()
134 ProfileToPipe(profile), in vlVaGetConfigAttributes()
143 (pscreen->get_video_param(pscreen, ProfileToPipe(profile), in vlVaGetConfigAttributes()
149 ProfileToPipe(profile), in vlVaGetConfigAttributes()
152 ProfileToPipe(profile), in vlVaGetConfigAttributes()
161 if (u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_MPEG4_AVC || in vlVaGetConfigAttributes()
162 u_reduce_video_profile(ProfileToPipe(profile)) == PIPE_VIDEO_FORMAT_HEVC) in vlVaGetConfigAttributes()
193 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
214 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) { in vlVaCreateConfig()
216 config->profile = PIPE_VIDEO_PROFILE_UNKNOWN; in vlVaCreateConfig()
241 p = ProfileToPipe(profile); in vlVaCreateConfig()
275 config->profile = p; in vlVaCreateConfig()
343 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, in vlVaQueryConfigAttributes() argument
364 *profile = PipeToProfile(config->profile); in vlVaQueryConfigAttributes()