Searched refs:opkt (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c1534 AVPacket opkt; local
1537 av_init_packet(&opkt);
1556 opkt.stream_index= ost->index;
1558 opkt.pts= av_rescale_q(pkt->pts, ist->st->time_base, ost->st->time_base) - ost_tb_start_time;
1560 opkt.pts= AV_NOPTS_VALUE;
1563 opkt.dts = av_rescale_q(ist->pts, AV_TIME_BASE_Q, ost->st->time_base);
1565 opkt.dts = av_rescale_q(pkt->dts, ist->st->time_base, ost->st->time_base);
1566 opkt.dts -= ost_tb_start_time;
1568 opkt.duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->st->time_base);
1569 opkt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c1534 AVPacket opkt; local
1537 av_init_packet(&opkt);
1556 opkt.stream_index= ost->index;
1558 opkt.pts= av_rescale_q(pkt->pts, ist->st->time_base, ost->st->time_base) - ost_tb_start_time;
1560 opkt.pts= AV_NOPTS_VALUE;
1563 opkt.dts = av_rescale_q(ist->pts, AV_TIME_BASE_Q, ost->st->time_base);
1565 opkt.dts = av_rescale_q(pkt->dts, ist->st->time_base, ost->st->time_base);
1566 opkt.dts -= ost_tb_start_time;
1568 opkt.duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->st->time_base);
1569 opkt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c1534 AVPacket opkt; local
1537 av_init_packet(&opkt);
1556 opkt.stream_index= ost->index;
1558 opkt.pts= av_rescale_q(pkt->pts, ist->st->time_base, ost->st->time_base) - ost_tb_start_time;
1560 opkt.pts= AV_NOPTS_VALUE;
1563 opkt.dts = av_rescale_q(ist->pts, AV_TIME_BASE_Q, ost->st->time_base);
1565 opkt.dts = av_rescale_q(pkt->dts, ist->st->time_base, ost->st->time_base);
1566 opkt.dts -= ost_tb_start_time;
1568 opkt.duration = av_rescale_q(pkt->duration, ist->st->time_base, ost->st->time_base);
1569 opkt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dutils.c2912 AVPacket opkt; local
2913 int ret= av_interleave_packet(s, &opkt, pkt, 0);
2917 ret= s->oformat->write_packet(s, &opkt);
2919 av_free_packet(&opkt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dutils.c2912 AVPacket opkt; local
2913 int ret= av_interleave_packet(s, &opkt, pkt, 0);
2917 ret= s->oformat->write_packet(s, &opkt);
2919 av_free_packet(&opkt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dutils.c2912 AVPacket opkt; local
2913 int ret= av_interleave_packet(s, &opkt, pkt, 0);
2917 ret= s->oformat->write_packet(s, &opkt);
2919 av_free_packet(&opkt);

Completed in 120 milliseconds