Home
last modified time | relevance | path

Searched refs:DCA_SPEAKER_LAYOUT_STEREO (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddca.h122 #define DCA_SPEAKER_LAYOUT_STEREO (DCA_SPEAKER_MASK_L | DCA_SPEAKER_MASK_R) macro
123 #define DCA_SPEAKER_LAYOUT_2POINT1 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_LFE1)
124 #define DCA_SPEAKER_LAYOUT_3_0 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_C)
125 #define DCA_SPEAKER_LAYOUT_2_1 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_Cs)
127 #define DCA_SPEAKER_LAYOUT_2_2 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_Ls | DCA_SPEA…
134 ((mask & DCA_SPEAKER_LAYOUT_STEREO) == DCA_SPEAKER_LAYOUT_STEREO)
Ddca_core.c55 DCA_SPEAKER_LAYOUT_STEREO,
56 DCA_SPEAKER_LAYOUT_STEREO,
57 DCA_SPEAKER_LAYOUT_STEREO,
58 DCA_SPEAKER_LAYOUT_STEREO,
2356 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_core_filter_frame()
2360 s->request_mask = DCA_SPEAKER_LAYOUT_STEREO; in ff_dca_core_filter_frame()
Ddca_xll.c240 c->ch_mask = DCA_SPEAKER_LAYOUT_STEREO; in chs_parse_header()
938 case DCA_SPEAKER_LAYOUT_STEREO: in parse_sub_headers()
1405 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_xll_filter_frame()
1409 request_mask = DCA_SPEAKER_LAYOUT_STEREO; in ff_dca_xll_filter_frame()
Ddcadec.c371 s->request_channel_layout = DCA_SPEAKER_LAYOUT_STEREO; in dcadec_init()
Ddca_lbr.c1135 if (dca->request_channel_layout != DCA_SPEAKER_LAYOUT_STEREO && !(s->warned & 4)) { in parse_decoder_init()