Searched refs:stream_copy (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1043 ost->stream_copy = 1;
1297 if (!ost->stream_copy) {
1419 if (ost->stream_copy)
1441 if (!ost->stream_copy) {
1490 if (ost->stream_copy)
1501 if (!ost->stream_copy) {
1512 ost->stream_copy = 1;
1531 if (!ost->stream_copy) {
1640 if (st->codec->codec_type == AVMEDIA_TYPE_AUDIO && !ost->stream_copy)
1642 else if (st->codec->codec_type == AVMEDIA_TYPE_VIDEO && !ost->stream_copy)
[all...]
H A Dffmpeg.h423 int stream_copy; member in struct:OutputStream
H A Dffmpeg.c1379 if (!ost->stream_copy && enc->coded_frame)
2511 if (ost->stream_copy) {
2523 /* if stream_copy is selected, no need to decode or encode */
2976 if (ost->stream_copy)
3336 (ost->stream_copy || ost->enc->type == AVMEDIA_TYPE_SUBTITLE))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavformat/
H A Davformat.h456 int stream_copy; /**< If set, just copy stream. */ member in struct:AVStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c253 int stream_copy; member in struct:OutputStream
1562 if (!ost->stream_copy && enc->coded_frame)
2312 if (ost->stream_copy) {
2319 /* if stream_copy is selected, no need to decode or encode */
2640 if (ost->stream_copy)
2875 if (ost->stream_copy)
3460 ost->stream_copy = 1;
3595 if (!ost->stream_copy) {
3713 if (!ost->stream_copy) {
3736 if (!ost->stream_copy) {
[all...]
H A Dffmpeg.c700 st->stream_copy = 1;
705 st->stream_copy = 1;
1363 if (!ost->st->stream_copy && enc->coded_frame)
2087 if (ost->st->stream_copy) {
2093 /* if stream_copy is selected, no need to decode or encode */
2715 if (ost->st->stream_copy)
3442 st->stream_copy = 1;
3563 st->stream_copy = 1;
3612 st->stream_copy = 1;
3653 st->stream_copy
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Davformat.h657 attribute_deprecated int stream_copy; /**< If set, just copy stream. */ member in struct:AVStream

Completed in 209 milliseconds