Searched refs:VAEntrypointVideoProc (Results 1 – 11 of 11) sorted by relevance
78 case VAEntrypointVideoProc:return "VAEntrypointVideoProc"; in entrypoint_string()
621 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()639 if (obj_config->entrypoint == VAEntrypointVideoProc && in psb_CreateRotateSurface()687 … if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) { in psb_CreateRotateSurface()
84 if (ctx->yuv_ctx && (VAEntrypointVideoProc == obj_context->entry_point)) { in vld_dec_setup_alternative_frame()90 …if (CONTEXT_ALTERNATIVE_OUTPUT(obj_context) || obj_context->entry_point == VAEntrypointVideoProc) { in vld_dec_setup_alternative_frame()
217 i == VAEntrypointVideoProc) { in psb_QueryConfigEntrypoints()1117 if (obj_config->entrypoint == VAEntrypointVideoProc) in psb_CreateContext()1157 … if (obj_config->entrypoint == VAEntrypointVideoProc && obj_config->profile == VAProfileNone) in psb_CreateContext()2111 if (obj_config->entrypoint == VAEntrypointVideoProc) in psb_BeginPicture()2292 *proc = (VAEntrypointVideoProc == tmp); in psb__surface_usage()2362 if (obj_config && obj_config->entrypoint == VAEntrypointVideoProc) { in psb_SyncSurface()2658 else if (obj_config->entrypoint == VAEntrypointVideoProc) { /* vpp */
402 if (tmp != VAEntrypointVideoProc) { in ved_QueryVideoProcFilters()
839 if (tmp != VAEntrypointVideoProc) { in vsp_QueryVideoProcFilters()
292 if (entryPoint[i] == VAEntrypointVideoProc) in startVA()305 VAEntrypointVideoProc, in startVA()
833 if (entrypoints[i] == VAEntrypointVideoProc) in vpp_context_create()847 VAEntrypointVideoProc, in vpp_context_create()867 VAEntrypointVideoProc, in vpp_context_create()
3106 if (entrypoints[proc_entrypoint] == VAEntrypointVideoProc) in zoom_out_surface()3118 VAEntrypointVideoProc, in zoom_out_surface()3128 VAEntrypointVideoProc, in zoom_out_surface()
206 va_status = vaCreateConfig(va_dpy, VAProfileNone, VAEntrypointVideoProc, in ensure_surface_attribs()
367 VAEntrypointVideoProc = 10, /**< Video pre/post-processing. */ enumerator