Lines Matching refs:profile
72 vlVaQueryConfigEntrypoints(VADriverContextP ctx, VAProfile profile, in vlVaQueryConfigEntrypoints() argument
83 if (profile == VAProfileNone) { in vlVaQueryConfigEntrypoints()
88 p = ProfileToPipe(profile); in vlVaQueryConfigEntrypoints()
108 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
165 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
185 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) { in vlVaCreateConfig()
187 config->profile = PIPE_VIDEO_PROFILE_UNKNOWN; in vlVaCreateConfig()
209 p = ProfileToPipe(profile); in vlVaCreateConfig()
243 config->profile = p; in vlVaCreateConfig()
303 vlVaQueryConfigAttributes(VADriverContextP ctx, VAConfigID config_id, VAProfile *profile, in vlVaQueryConfigAttributes() argument
324 *profile = PipeToProfile(config->profile); in vlVaQueryConfigAttributes()
326 if (config->profile == PIPE_VIDEO_PROFILE_UNKNOWN) { in vlVaQueryConfigAttributes()