Home
last modified time | relevance | path

Searched refs:channel_layout_thd_stream2 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmlp_parse.h48 …uint64_t channel_layout_thd_stream2; ///< Channel layout for substream 2 of TrueHD streams ("8-… member
Dmlp_parse.c147 mh->channel_layout_thd_stream2 = truehd_layout(channel_arrangement); in ff_mlp_read_major_sync()
Dmlp_parser.c190 avctx->channel_layout = mh.channel_layout_thd_stream2; in mlp_parse()
Dmlpdec.c411 if (mh.channel_layout_thd_stream2) in read_major_sync()
412 m->substream[2].mask = mh.channel_layout_thd_stream2; in read_major_sync()
443 mh.channel_layout_thd_stream2 & AV_CH_SIDE_LEFT && in read_major_sync()
444 mh.channel_layout_thd_stream2 & AV_CH_SIDE_RIGHT && in read_major_sync()