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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmlp_parser.h43 int channels_thd_stream1; ///< Channel arrangement for substream 1 of TrueHD streams (5.1) member in struct:MLPHeaderInfo
H A Dmlp_parser.c170 mh->channels_thd_stream1 = get_bits(gb, 5);
326 avctx->channels = truehd_channels(mh.channels_thd_stream1);
327 avctx->channel_layout = truehd_layout(mh.channels_thd_stream1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlp_parser.h49 int channels_thd_stream1; ///< Channel count for substream 1 of TrueHD streams ("6-channel presentation") member in struct:MLPHeaderInfo
H A Dmlp_parser.c180 mh->channels_thd_stream1 = truehd_channels(channel_arrangement);
369 avctx->request_channels <= mh.channels_thd_stream1) {
370 avctx->channels = mh.channels_thd_stream1;
385 avctx->channels = mh.channels_thd_stream1;

Completed in 115 milliseconds