Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimageallocator.c57 gint im_format; member
102 return xvmem->im_format; in gst_xvimage_memory_get_format()
234 sub->im_format = mem->im_format; in gst_xvimage_memory_share()
261 mem->im_format, &mem->info, mem->xvimage->width, in gst_xvimage_memory_copy()
345 gst_xvimage_allocator_alloc (GstXvImageAllocator * allocator, gint im_format, in gst_xvimage_allocator_alloc() argument
362 mem->im_format = im_format; in gst_xvimage_allocator_alloc()
383 context->xv_port_id, im_format, NULL, padded_width, padded_height, in gst_xvimage_allocator_alloc()
496 context->xv_port_id, im_format, NULL, padded_width, padded_height); in gst_xvimage_allocator_alloc()
Dxvimagepool.c82 xvpool->im_format = gst_xvcontext_get_format_from_info (context, &info); in xvimage_buffer_pool_set_config()
83 if (xvpool->im_format == -1) in xvimage_buffer_pool_set_config()
136 xvpool->im_format, &info, xvpool->padded_width, in xvimage_buffer_pool_set_config()
213 mem = gst_xvimage_allocator_alloc (xvpool->allocator, xvpool->im_format, in xvimage_buffer_pool_alloc()
Dxvimagepool.h45 gint im_format; member
Dxvimageallocator.h46 gint im_format,
Dxvcontext.h156 gint im_format; member
Dxvcontext.c278 context->im_format = formats[i].id; in gst_xvcontext_get_xv_support()
488 context->im_format, NULL, 1, 1, &SHMInfo); in gst_xvcontext_check_xshm_calls()
659 context->im_format = 0; in gst_xvcontext_new()
Dxvimagesink.c709 guint32 im_format = 0; in gst_xv_image_sink_setcaps() local
733 im_format = gst_xvcontext_get_format_from_info (context, &info); in gst_xv_image_sink_setcaps()
734 if (im_format == -1) in gst_xv_image_sink_setcaps()
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.87016 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.89187 * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
/third_party/gstreamer/gstplugins_base/
DChangeLog140333 …sys/xvimage/xvimagesink.c: xcontext->im_format is only for testing XShm support (as the header fil…
140337 xcontext->im_format is only for testing XShm support (as the header
140338 file comments document). Use xvimage->im_format for everything else.