Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dwebsocket.hpp76 ws.set_option(boost::beast::websocket::stream_base::timeout::suggested( in ConnectionImpl()
95 ws.set_option(boost::beast::websocket::stream_base::decorator( in start()
H A Dhttp_connection.hpp186 adaptor.async_handshake(boost::asio::ssl::stream_base::server, in start()
H A Dhttp_client.hpp228 boost::asio::ssl::stream_base::client, in doSslHandshake()
/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c794 dma_addr_t stream_base, tmp_addr; in config_source() local
801 stream_base = vb2_dma_contig_plane_dma_addr(&vb2_src->vb2_buf, 0); in config_source()
803 tmp_addr = stream_base + headres_size; in config_source()
807 hantro_write_addr(ctx->dev, G2_STREAM_ADDR, stream_base); in config_source()
818 hantro_reg_write(ctx->dev, &g2_strm_start_offset, tmp_addr - stream_base); in config_source()