Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c303 GstStructure *other_config; in _decide_allocation_for_video_crop() local
323 other_config = gst_buffer_pool_get_config (other_pool); in _decide_allocation_for_video_crop()
325 gst_buffer_pool_config_set_params (other_config, caps, size, min, max); in _decide_allocation_for_video_crop()
326 gst_buffer_pool_config_set_allocator (other_config, other_allocator, in _decide_allocation_for_video_crop()
329 gst_buffer_pool_config_add_option (other_config, in _decide_allocation_for_video_crop()
332 gst_buffer_pool_config_set_va_allocation_params (other_config, 0); in _decide_allocation_for_video_crop()
334 if (!gst_buffer_pool_set_config (other_pool, other_config)) { in _decide_allocation_for_video_crop()
/third_party/lwip/src/include/lwip/
Ddhcp6.h87 void dhcp6_nd6_ra_trigger(struct netif *netif, u8_t managed_addr_config, u8_t other_config);
/third_party/lwip/src/core/ipv6/
Ddhcp6.c586 dhcp6_nd6_ra_trigger(struct netif *netif, u8_t managed_addr_config, u8_t other_config) in dhcp6_nd6_ra_trigger() argument
594 LWIP_UNUSED_ARG(other_config); in dhcp6_nd6_ra_trigger()
600 if (other_config) { in dhcp6_nd6_ra_trigger()