Searched refs:dtshd_fallback (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c80 int dtshd_fallback; member in struct:IEC61937Context
93 { "dtshd_fallback_time", "min secs to strip HD for after an overflow (-1: till the end, default 60)", offsetof(IEC61937Context, dtshd_fallback), AV_OPT_TYPE_INT, {.i64 = 60}, -1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
210 if (ctx->dtshd_fallback > 0)
211 ctx->dtshd_skip = sample_rate * ctx->dtshd_fallback / (blocks << 5);
213 /* skip permanently (dtshd_fallback == -1) or just once
214 * (dtshd_fallback == 0) */
219 if (ctx->dtshd_fallback >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c79 int dtshd_fallback; member in struct:IEC61937Context
92 { "dtshd_fallback_time", "min secs to strip HD for after an overflow (-1: till the end, default 60)", offsetof(IEC61937Context, dtshd_fallback), AV_OPT_TYPE_INT, {.dbl = 60}, -1, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM },
209 if (ctx->dtshd_fallback > 0)
210 ctx->dtshd_skip = sample_rate * ctx->dtshd_fallback / (blocks << 5);
212 /* skip permanently (dtshd_fallback == -1) or just once
213 * (dtshd_fallback == 0) */
218 if (ctx->dtshd_fallback >= 0)

Completed in 56 milliseconds