Lines Matching defs:stream_id
1451 static int get_pes_stream_id(AVFormatContext *s, AVStream *st, int stream_id, int *async)
1473 if (stream_id == STREAM_ID_PRIVATE_STREAM_1) /* asynchronous KLV */
1475 return stream_id != -1 ? stream_id : STREAM_ID_METADATA_STREAM;
1487 int64_t pts, int64_t dts, int key, int stream_id)
1613 *q++ = stream_id = get_pes_stream_id(s, st, stream_id, &async);
1619 if (stream_id != STREAM_ID_PROGRAM_STREAM_MAP &&
1620 stream_id != STREAM_ID_PADDING_STREAM &&
1621 stream_id != STREAM_ID_PRIVATE_STREAM_2 &&
1622 stream_id != STREAM_ID_ECM_STREAM &&
1623 stream_id != STREAM_ID_EMM_STREAM &&
1624 stream_id != STREAM_ID_PROGRAM_STREAM_DIRECTORY &&
1625 stream_id != STREAM_ID_DSMCC_STREAM &&
1626 stream_id != STREAM_ID_TYPE_E_STREAM) {
1873 int stream_id = -1;
1879 stream_id = side_data[0];
2129 pkt->flags & AV_PKT_FLAG_KEY, stream_id);
2139 ts_st->payload_flags & AV_PKT_FLAG_KEY, stream_id);
2148 pkt->flags & AV_PKT_FLAG_KEY, stream_id);