Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c1742 XPixmapFormatValues *px_formats = NULL; in gst_x_image_sink_xcontext_get() local
1781 px_formats = XListPixmapFormats (xcontext->disp, &nb_formats); in gst_x_image_sink_xcontext_get()
1783 if (!px_formats) { in gst_x_image_sink_xcontext_get()
1794 if (px_formats[i].depth == xcontext->depth) in gst_x_image_sink_xcontext_get()
1795 xcontext->bpp = px_formats[i].bits_per_pixel; in gst_x_image_sink_xcontext_get()
1798 XFree (px_formats); in gst_x_image_sink_xcontext_get()