Searched refs:dtshd_rate (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.c79 int dtshd_rate; member in struct:IEC61937Context
92 { "dtshd_rate", "mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 768000, AV_OPT_FLAG_ENCODING_PARAM },
184 period = ctx->dtshd_rate * (blocks << 5) / sample_rate;
190 " (blocks = %d, sample rate = %d)\n", ctx->dtshd_rate, period,
284 if (ctx->dtshd_rate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c78 int dtshd_rate; member in struct:IEC61937Context
91 { "dtshd_rate", "mux complete DTS frames in HD mode at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate), AV_OPT_TYPE_INT, {.dbl = 0}, 0, 768000, AV_OPT_FLAG_ENCODING_PARAM },
183 period = ctx->dtshd_rate * (blocks << 5) / sample_rate;
189 " (blocks = %d, sample rate = %d)\n", ctx->dtshd_rate, period,
283 if (ctx->dtshd_rate)

Completed in 66 milliseconds