Lines Matching defs:stream
278 AVStream *stream;
296 AVStream *stream;
394 /* byte position of the segment inside the stream */
1839 attachment[j].stream) {
1841 &attachment[j].stream->metadata, NULL);
1873 track[j].stream) {
1875 &track[j].stream->metadata, NULL);
1992 if (track && track->stream)
1993 av_add_index_entry(track->stream,
2051 AVStream *st = track->stream;
2254 "projection in stream %u (yaw %f, pitch %f, roll %f)\n",
2580 st = track->stream = avformat_new_stream(s, NULL);
2934 if (planes[j].uid == tracks[k].uid && tracks[k].stream) {
2935 av_dict_set(&tracks[k].stream->metadata,
2940 // add stream level stereo3d side data if it is a supported format
3115 attachments[j].stream = st;
3381 av_assert1(track->stream->codecpar->extradata_size >= 2);
3382 ver = AV_RL16(track->stream->codecpar->extradata);
3725 if (!(st = track->stream)) {
3727 "No stream associated to TrackNumber %"PRIu64". "
4425 { "bandwidth", "bandwidth of this stream to be specified in the DASH manifest.", OFFSET(bandwidth), AV_OPT_TYPE_INT, {.i64 = 0}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },