Searched refs:encoding_needed (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h372 int encoding_needed; /* true if encoding needed for this stream */ member in struct:OutputStream
H A Dffmpeg.c1315 if (ost->encoding_needed) {
1512 if (!ost->encoding_needed)
2030 if (!check_output_constraints(ist, ost) || !ost->encoding_needed
2176 if (!check_output_constraints(ist, ost) || ost->encoding_needed)
2660 ost->encoding_needed = 1;
2823 if (ost->encoding_needed) {
3693 if (ost->encoding_needed) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c200 int encoding_needed; /* true if encoding needed for this stream */ member in struct:OutputStream
1651 if (!ost->encoding_needed)
1907 if (!check_output_constraints(ist, ost) || !ost->encoding_needed)
1964 if (!check_output_constraints(ist, ost) || !ost->encoding_needed)
2061 if (!check_output_constraints(ist, ost) || !ost->encoding_needed)
2160 if (!check_output_constraints(ist, ost) || ost->encoding_needed)
2389 ost->encoding_needed = 1;
2539 if (ost->encoding_needed) {
2847 if (ost->encoding_needed) {
H A Dffmpeg.c248 int encoding_needed; /* true if encoding needed for this stream */ member in struct:OutputStream
1664 if (ost->encoding_needed) {
1780 if (ost->encoding_needed) {
2185 ost->encoding_needed = 1;
2235 ost->encoding_needed = 1;
2254 ost->encoding_needed = 1;
2262 if (ost->encoding_needed &&
2306 if (ost->encoding_needed) {
2688 if (ost->encoding_needed) {

Completed in 133 milliseconds