Searched refs:wl_shm_format (Results 1 – 10 of 10) sorted by relevance
35 enum wl_shm_format wl_shm_format; member71 enum wl_shm_format78 return wl_formats[i].wl_shm_format; in gst_video_format_to_wl_shm_format()98 gst_wl_shm_format_to_video_format (enum wl_shm_format wl_format) in gst_wl_shm_format_to_video_format()103 if (wl_formats[i].wl_shm_format == wl_format) in gst_wl_shm_format_to_video_format()122 gst_wl_shm_format_to_string (enum wl_shm_format wl_format) in gst_wl_shm_format_to_string()
33 enum wl_shm_format gst_video_format_to_wl_shm_format (GstVideoFormat format);35 GstVideoFormat gst_wl_shm_format_to_video_format (enum wl_shm_format wl_format);37 const gchar *gst_wl_shm_format_to_string (enum wl_shm_format wl_format);
158 enum wl_shm_format shm_fmt; in gst_wl_display_check_format_for_shm()163 if (shm_fmt == (enum wl_shm_format) -1) in gst_wl_display_check_format_for_shm()
212 enum wl_shm_format format; in gst_wl_shm_memory_construct_wl_buffer()
115 wl_shm_format = root.find("./interface[@name='wl_shm']/enum[@name='format']") variable116 if wl_shm_format == None:121 for node in wl_shm_format:
333 uint32_t wl_shm_format) in wsi_wl_display_add_wl_shm_format() argument335 switch (wl_shm_format) { in wsi_wl_display_add_wl_shm_format()
61 uint32_t wl_shm_format; member214 if (dri2_wl_visuals[i].wl_shm_format == shm_format) in dri2_wl_visual_idx_from_shm_format()405 dri2_surf->format = dri2_wl_visuals[visual_idx].wl_shm_format; in dri2_wl_create_window_surface()
1195 enum wl_shm_format { enum
1420 enum wl_shm_format { enum
110924 type 'enum wl_shm_format' is always false111602 enum wl_shm_format is not a flags enum, as it may have been in the past,