Searched refs:outer_st (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | hlsenc.c | 2325 AVStream *outer_st = vs->streams[j]; local 2328 if ((outer_st->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) && 2329 (outer_st->codecpar->bit_rate > hls->max_seg_size)) { 2332 outer_st->codecpar->bit_rate, hls->max_seg_size); 2336 if (outer_st->codecpar->codec_type != AVMEDIA_TYPE_SUBTITLE) 2345 …avpriv_set_pts_info(outer_st, inner_st->pts_wrap_bits, inner_st->time_base.num, inner_st->time_bas… 2346 if (outer_st->codecpar->codec_id == AV_CODEC_ID_HEVC && 2347 outer_st->codecpar->codec_tag != MKTAG('h','v','c','1')) { 2350 write_codec_attr(outer_st, vs);
|
D | segment.c | 808 AVStream *outer_st = s->streams[i]; in seg_init() local 809 …avpriv_set_pts_info(outer_st, inner_st->pts_wrap_bits, inner_st->time_base.num, inner_st->time_bas… in seg_init()
|