Home
last modified time | relevance | path

Searched defs:add_stream (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dmuxing.c126 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream() function
/third_party/nghttp2/examples/
Dlibevent-server.c207 static void add_stream(http2_session_data *session_data, in add_stream() function
/third_party/python/Lib/msilib/
D__init__.py126 def add_stream(db, name, path): function
/third_party/nghttp2/src/
DHttpServer.cc1060 void Http2Handler::add_stream(int32_t stream_id, in add_stream() function in nghttp2::Http2Handler