Searched refs:px_formats (Results 1 – 3 of 3) sorted by relevance
184 XPixmapFormatValues *px_formats = NULL; in ximageutil_xcontext_get() local215 px_formats = XListPixmapFormats (xcontext->disp, &nb_formats); in ximageutil_xcontext_get()217 if (!px_formats) { in ximageutil_xcontext_get()225 if (px_formats[i].depth == xcontext->depth) in ximageutil_xcontext_get()226 xcontext->bpp = px_formats[i].bits_per_pixel; in ximageutil_xcontext_get()229 XFree (px_formats); in ximageutil_xcontext_get()
637 XPixmapFormatValues *px_formats = NULL; in gst_xvcontext_new() local683 px_formats = XListPixmapFormats (context->disp, &nb_formats); in gst_xvcontext_new()685 if (!px_formats) in gst_xvcontext_new()690 if (px_formats[i].depth == context->depth) in gst_xvcontext_new()691 context->bpp = px_formats[i].bits_per_pixel; in gst_xvcontext_new()694 XFree (px_formats); in gst_xvcontext_new()
865 XPixmapFormatValues *px_formats = NULL; in gst_x_image_sink_xcontext_get() local909 px_formats = XListPixmapFormats (xcontext->disp, &nb_formats); in gst_x_image_sink_xcontext_get()911 if (!px_formats) { in gst_x_image_sink_xcontext_get()923 if (px_formats[i].depth == xcontext->depth) in gst_x_image_sink_xcontext_get()924 xcontext->bpp = px_formats[i].bits_per_pixel; in gst_x_image_sink_xcontext_get()927 XFree (px_formats); in gst_x_image_sink_xcontext_get()