Home
last modified time | relevance | path

Searched defs:close_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dmuxing.c524 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream() function
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.c66 static bool close_stream = false; variable
/third_party/nghttp2/src/
Dh2load_http3_session.cc259 int Http3Session::close_stream(int64_t stream_id, uint64_t app_error_code) { in close_stream() function in h2load::Http3Session