Home
last modified time | relevance | path

Searched refs:px_formats (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c184 XPixmapFormatValues *px_formats = NULL; in ximageutil_xcontext_get() local
215 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()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c637 XPixmapFormatValues *px_formats = NULL; in gst_xvcontext_new() local
683 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()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c865 XPixmapFormatValues *px_formats = NULL; in gst_x_image_sink_xcontext_get() local
909 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()