Home
last modified time | relevance | path

Searched refs:stream_identifier (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpegts.c112 int stream_identifier; member
2000 st->stream_identifier = 1 + get8(pp, desc_end); in ff_parse_mpeg2_descriptor()
2118 int actual_component_tag = st->stream_identifier - 1; in ff_parse_mpeg2_descriptor()
2208 int stream_identifier, int pmt_stream_idx, struct Program *p) in find_matching_stream() argument
2214 if (stream_identifier) { /* match based on "stream identifier descriptor" if present */ in find_matching_stream()
2216 if (p->streams[i].stream_identifier == stream_identifier) in find_matching_stream()
2288 int stream_identifier = -1; in pmt_cb() local
2388 stream_identifier = parse_stream_identifier_desc(p, p_end) + 1; in pmt_cb()
2394 st = find_matching_stream(ts, pid, h->id, stream_identifier, i, &old_program); in pmt_cb()
2413 st = find_matching_stream(ts, pid, h->id, stream_identifier, i, &old_program); in pmt_cb()
[all …]
Davformat.h1102 int stream_identifier; member