• Home
  • Raw
  • Download

Lines Matching refs:pscreen

45    struct pipe_screen *pscreen;  in vlVaQueryConfigProfiles()  local
54 pscreen = VL_VA_PSCREEN(ctx); in vlVaQueryConfigProfiles()
59 …if (pscreen->get_video_param(pscreen, p, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, PIPE_VIDEO_CAP_SUPPORTED… in vlVaQueryConfigProfiles()
76 struct pipe_screen *pscreen; in vlVaQueryConfigEntrypoints() local
93 pscreen = VL_VA_PSCREEN(ctx); in vlVaQueryConfigEntrypoints()
94 if (pscreen->get_video_param(pscreen, p, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaQueryConfigEntrypoints()
98 if (pscreen->get_video_param(pscreen, p, PIPE_VIDEO_ENTRYPOINT_ENCODE, in vlVaQueryConfigEntrypoints()
114 struct pipe_screen *pscreen; in vlVaGetConfigAttributes() local
120 pscreen = VL_VA_PSCREEN(ctx); in vlVaGetConfigAttributes()
125 (pscreen->get_video_param(pscreen, ProfileToPipe(profile), in vlVaGetConfigAttributes()
130 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
133 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
143 (pscreen->get_video_param(pscreen, ProfileToPipe(profile), in vlVaGetConfigAttributes()
148 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, in vlVaGetConfigAttributes()
151 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, in vlVaGetConfigAttributes()
198 struct pipe_screen *pscreen; in vlVaCreateConfig() local
247 pscreen = VL_VA_PSCREEN(ctx); in vlVaCreateConfig()
251 if (!pscreen->get_video_param(pscreen, p, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaCreateConfig()
261 if (!pscreen->get_video_param(pscreen, p, PIPE_VIDEO_ENTRYPOINT_ENCODE, in vlVaCreateConfig()
277 if (pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P010, p, in vlVaCreateConfig()
279 pscreen->is_video_format_supported(pscreen, PIPE_FORMAT_P016, p, in vlVaCreateConfig()