Searched refs:xv_port_id (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 79 for (j = 0; j < adaptors[adaptor_nr].num_ports && !context->xv_port_id; j++) { in gst_lookup_xv_port_from_adaptor() 83 context->xv_port_id = adaptors[adaptor_nr].base_id + j; in gst_lookup_xv_port_from_adaptor() 123 context->xv_port_id = 0; in gst_xvcontext_get_xv_support() 140 if (!context->xv_port_id) { in gst_xvcontext_get_xv_support() 142 for (i = 0; i < context->nb_adaptors && !context->xv_port_id; i++) { in gst_xvcontext_get_xv_support() 150 if (!context->xv_port_id) in gst_xvcontext_get_xv_support() 157 context->xv_port_id, &count); in gst_xvcontext_get_xv_support() 179 XvSetPortAttribute (context->disp, context->xv_port_id, atom, in gst_xvcontext_get_xv_support() 186 XvSetPortAttribute (context->disp, context->xv_port_id, atom, in gst_xvcontext_get_xv_support() 231 XvSetPortAttribute (context->disp, context->xv_port_id, atom, in gst_xvcontext_get_xv_support() [all …]
|
D | xvimageallocator.c | 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() 651 context->xv_port_id, in gst_xvimage_memory_render() 660 context->xv_port_id, in gst_xvimage_memory_render()
|
D | xvcontext.h | 152 XvPortID xv_port_id; member
|