Home
last modified time | relevance | path

Searched refs:p_caps (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/codec/gstreamer/
H A Dgstvlcvideopool.c53 GstCaps *p_caps; in gst_vlc_video_pool_set_config() local
60 if( !gst_buffer_pool_config_get_params( p_config, &p_caps, &size, in gst_vlc_video_pool_set_config()
63 if( p_caps == NULL ) in gst_vlc_video_pool_set_config()
80 if ( !gst_video_info_from_caps( &info, p_caps )) in gst_vlc_video_pool_set_config()
108 &info, &align, p_caps)) in gst_vlc_video_pool_set_config()
114 if( p_vpool->p_caps ) in gst_vlc_video_pool_set_config()
115 gst_caps_unref( p_vpool->p_caps ); in gst_vlc_video_pool_set_config()
116 p_vpool->p_caps = gst_caps_ref( p_caps ); in gst_vlc_video_pool_set_config()
121 size: %lu, min buffers: %u, max buffers: %u", gst_caps_to_string( p_caps ), in gst_vlc_video_pool_set_config()
124 gst_buffer_pool_config_set_params( p_config, p_caps, info.size, in gst_vlc_video_pool_set_config()
[all …]
H A Dgstvlcvideosink.c58 GstCaps *p_caps );
129 GstCaps *p_caps ) in gst_vlc_video_sink_setcaps() argument
141 if( !gst_video_info_from_caps( &info, p_caps )) in gst_vlc_video_sink_setcaps()
151 g_value_set_boxed( &args[1], p_caps ); in gst_vlc_video_sink_setcaps()
156 b_ret = p_vsink->new_caps( GST_ELEMENT_CAST( p_vsink ), p_caps, in gst_vlc_video_sink_setcaps()
187 gst_buffer_pool_config_set_params( p_config, p_caps, i_size, i_min, 0); in gst_vlc_video_sink_create_pool()
205 GstCaps *p_caps; in gst_vlc_video_sink_propose_allocation() local
210 gst_query_parse_allocation (p_query, &p_caps, &b_need_pool); in gst_vlc_video_sink_propose_allocation()
211 if( p_caps == NULL ) in gst_vlc_video_sink_propose_allocation()
218 if( !gst_video_info_from_caps( &info, p_caps )) in gst_vlc_video_sink_propose_allocation()
[all …]
H A Dgstvlcpictureplaneallocator.c218 GstCaps *p_caps, decoder_t *p_dec ) in gst_vlc_set_vout_fmt() argument
222 GstStructure *p_str = gst_caps_get_structure( p_caps, 0 ); in gst_vlc_set_vout_fmt()
253 GstVideoAlignment *p_align, GstCaps *p_caps, decoder_t *p_dec, in gst_vlc_video_info_from_vout() argument
264 if( !gst_vlc_set_vout_fmt( p_info, p_align, p_caps, p_dec )) in gst_vlc_video_info_from_vout()
323 GstVideoAlignment *p_align, GstCaps *p_caps ) in gst_vlc_picture_plane_allocator_query_format() argument
334 gst_vlc_video_info_from_vout( p_info, p_align, p_caps, p_dec, in gst_vlc_picture_plane_allocator_query_format()
H A Dgstvlcvideosink.h65 gboolean (*new_caps) ( GstElement *p_ele, GstCaps *p_caps,
75 gboolean (*new_caps) ( GstElement *p_ele, GstCaps *p_caps,
H A Dgstvlcpictureplaneallocator.h80 GstVideoAlignment *p_align, GstCaps *p_caps );
82 GstCaps *p_caps, decoder_t *p_dec );
H A Dgstdecode.c176 static gboolean caps_handoff_cb( GstElement* p_ele, GstCaps *p_caps, in caps_handoff_cb() argument
184 msg_Info( p_dec, "got new caps %s", gst_caps_to_string( p_caps )); in caps_handoff_cb()
186 if( !gst_video_info_from_caps( &p_sys->vinfo, p_caps )) in caps_handoff_cb()
195 return gst_vlc_set_vout_fmt( &p_sys->vinfo, &align, p_caps, p_dec ); in caps_handoff_cb()
248 sink_src_caps_t *p_caps; in find_decoder_func() local
251 p_caps = ( sink_src_caps_t* )p_p2; in find_decoder_func()
254 p_caps->p_sinkcaps ) && in find_decoder_func()
256 p_caps->p_srccaps )); in find_decoder_func()
H A Dgstvlcvideopool.h52 GstCaps *p_caps; member
/dports/multimedia/vlc/vlc-3.0.16/modules/notify/
H A Dnotify.c110 GList *p_caps = notify_get_server_caps (); in Open() local
111 if( p_caps ) in Open()
113 for( GList *c = p_caps; c != NULL; c = c->next ) in Open()
121 g_list_foreach( p_caps, (GFunc)g_free, NULL ); in Open()
122 g_list_free( p_caps ); in Open()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tools/
H A Dgst-typefind.c36 const GstCaps * caps, GstCaps ** p_caps) in have_type_handler() argument
38 if (p_caps) { in have_type_handler()
39 *p_caps = gst_caps_copy (caps); in have_type_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c3974 struct qed_mcp_link_capabilities *p_caps; in qed_hw_get_nvm_info() local
4079 p_caps->fec_default |= QED_FEC_MODE_NONE; in qed_hw_get_nvm_info()
4085 p_caps->fec_default |= QED_FEC_MODE_RS; in qed_hw_get_nvm_info()
4098 link->fec = p_caps->fec_default; in qed_hw_get_nvm_info()
4116 p_caps->eee_lpi_timer = in qed_hw_get_nvm_info()
4213 p_caps->default_ext_fec); in qed_hw_get_nvm_info()
4220 p_caps->default_eee, p_caps->eee_lpi_timer, in qed_hw_get_nvm_info()
4221 p_caps->fec_default); in qed_hw_get_nvm_info()
4416 struct qed_mcp_link_capabilities *p_caps; in qed_get_eee_caps() local
4423 p_caps->eee_speed_caps = 0; in qed_get_eee_caps()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c3974 struct qed_mcp_link_capabilities *p_caps; in qed_hw_get_nvm_info() local
4079 p_caps->fec_default |= QED_FEC_MODE_NONE; in qed_hw_get_nvm_info()
4085 p_caps->fec_default |= QED_FEC_MODE_RS; in qed_hw_get_nvm_info()
4098 link->fec = p_caps->fec_default; in qed_hw_get_nvm_info()
4116 p_caps->eee_lpi_timer = in qed_hw_get_nvm_info()
4213 p_caps->default_ext_fec); in qed_hw_get_nvm_info()
4220 p_caps->default_eee, p_caps->eee_lpi_timer, in qed_hw_get_nvm_info()
4221 p_caps->fec_default); in qed_hw_get_nvm_info()
4416 struct qed_mcp_link_capabilities *p_caps; in qed_get_eee_caps() local
4423 p_caps->eee_speed_caps = 0; in qed_get_eee_caps()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c3974 struct qed_mcp_link_capabilities *p_caps; in qed_hw_get_nvm_info() local
4079 p_caps->fec_default |= QED_FEC_MODE_NONE; in qed_hw_get_nvm_info()
4085 p_caps->fec_default |= QED_FEC_MODE_RS; in qed_hw_get_nvm_info()
4098 link->fec = p_caps->fec_default; in qed_hw_get_nvm_info()
4116 p_caps->eee_lpi_timer = in qed_hw_get_nvm_info()
4213 p_caps->default_ext_fec); in qed_hw_get_nvm_info()
4220 p_caps->default_eee, p_caps->eee_lpi_timer, in qed_hw_get_nvm_info()
4221 p_caps->fec_default); in qed_hw_get_nvm_info()
4416 struct qed_mcp_link_capabilities *p_caps; in qed_get_eee_caps() local
4423 p_caps->eee_speed_caps = 0; in qed_get_eee_caps()
[all …]
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/pbutils/
H A Dmissing-plugins.c360 missing_structure_get_caps_detail (const GstStructure * s, GstCaps ** p_caps) in missing_structure_get_caps_detail() argument
366 *p_caps = NULL; in missing_structure_get_caps_detail()
381 *p_caps = gst_caps_copy (caps); in missing_structure_get_caps_detail()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dtls.c407 u32 *p_caps) in mlx5_fpga_tls_get_caps() argument
439 *p_caps = caps; in mlx5_fpga_tls_get_caps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dtls.c407 u32 *p_caps) in mlx5_fpga_tls_get_caps() argument
439 *p_caps = caps; in mlx5_fpga_tls_get_caps()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dtls.c407 u32 *p_caps) in mlx5_fpga_tls_get_caps() argument
439 *p_caps = caps; in mlx5_fpga_tls_get_caps()

12