Home
last modified time | relevance | path

Searched refs:pstream_id (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drdt.h80 * @param pstream_id will be set to the stream ID this packet belongs to
86 int *pset_id, int *pseq_no, int *pstream_id,
H A Drdt.c192 int *pset_id, int *pseq_no, int *pstream_id, in ff_rdt_parse_header()
286 if (pstream_id) *pstream_id = stream_id; in ff_rdt_parse_header()
191 ff_rdt_parse_header(const uint8_t *buf, int len, int *pset_id, int *pseq_no, int *pstream_id, int *pis_keyframe, uint32_t *ptimestamp) ff_rdt_parse_header() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c1896 static nghttp3_ssize conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, in conn_writev_stream() argument
1920 *pstream_id = conn->tx.qenc->node.nid.id; in conn_writev_stream()
1935 *pstream_id = stream->node.nid.id; in conn_writev_stream()
1941 int64_t *pstream_id, int *pfin, in nghttp3_conn_writev_stream()
1947 *pstream_id = -1; in nghttp3_conn_writev_stream()
1956 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.ctrl); in nghttp3_conn_writev_stream()
1969 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.qdec); in nghttp3_conn_writev_stream()
1977 conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, conn->tx.qenc); in nghttp3_conn_writev_stream()
1988 ncnt = conn_writev_stream(conn, pstream_id, pfin, vec, veccnt, stream); in nghttp3_conn_writev_stream()
1940 nghttp3_conn_writev_stream(nghttp3_conn *conn, int64_t *pstream_id, int *pfin, nghttp3_vec *vec, size_t veccnt) nghttp3_conn_writev_stream() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
H A Dnghttp3.h2052 * which it stored data. It stores stream ID to |*pstream_id|. An
2057 * function returns 0, and -1 is assigned to |*pstream_id|. This
2058 * function may return 0 and |*pstream_id| is not -1 and |*pfin| is
2059 * nonzero. It means 0 length data to |*pstream_id| and it is the
2065 int64_t *pstream_id,
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h4229 * open stream ID is stored in |*pstream_id|.
4249 int64_t *pstream_id,
4257 * open stream ID is stored in |*pstream_id|.
4277 int64_t *pstream_id,
/third_party/curl/lib/
H A Dcf-h2-proxy.c892 static CURLcode proxy_h2_submit(int32_t *pstream_id, in proxy_h2_submit() argument
944 *pstream_id = stream_id; in proxy_h2_submit()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.c11406 int ngtcp2_conn_open_bidi_stream(ngtcp2_conn *conn, int64_t *pstream_id, in ngtcp2_conn_open_bidi_stream() argument
11427 *pstream_id = conn->local.bidi.next_stream_id; in ngtcp2_conn_open_bidi_stream()
11433 int ngtcp2_conn_open_uni_stream(ngtcp2_conn *conn, int64_t *pstream_id, in ngtcp2_conn_open_uni_stream() argument
11455 *pstream_id = conn->local.uni.next_stream_id; in ngtcp2_conn_open_uni_stream()

Completed in 35 milliseconds