Lines Matching refs:entrypoint
111 vlVaGetConfigAttributes(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaGetConfigAttributes() argument
124 if (entrypoint == VAEntrypointVLD) { in vlVaGetConfigAttributes()
137 } else if (entrypoint == VAEntrypointEncSlice) { in vlVaGetConfigAttributes()
155 } else if (entrypoint == VAEntrypointVideoProc) { in vlVaGetConfigAttributes()
176 vlVaCreateConfig(VADriverContextP ctx, VAProfile profile, VAEntrypoint entrypoint, in vlVaCreateConfig() argument
197 if (profile == VAProfileNone && entrypoint == VAEntrypointVideoProc) { in vlVaCreateConfig()
198 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_UNKNOWN; in vlVaCreateConfig()
232 switch (entrypoint) { in vlVaCreateConfig()
240 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vlVaCreateConfig()
250 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_ENCODE; in vlVaCreateConfig()
261 config->entrypoint)) in vlVaCreateConfig()
325 VAEntrypoint *entrypoint, VAConfigAttrib *attrib_list, int *num_attribs) in vlVaQueryConfigAttributes() argument
347 switch (config->entrypoint) { in vlVaQueryConfigAttributes()
349 *entrypoint = VAEntrypointVLD; in vlVaQueryConfigAttributes()
352 *entrypoint = VAEntrypointEncSlice; in vlVaQueryConfigAttributes()
355 *entrypoint = VAEntrypointVideoProc; in vlVaQueryConfigAttributes()