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.h123 #define DCA_SPEAKER_LAYOUT_STEREO (DCA_SPEAKER_MASK_L | DCA_SPEAKER_MASK_R) macro
124 #define DCA_SPEAKER_LAYOUT_2POINT1 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_LFE1)
125 #define DCA_SPEAKER_LAYOUT_3_0 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_C)
126 #define DCA_SPEAKER_LAYOUT_2_1 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_Cs)
128 #define DCA_SPEAKER_LAYOUT_2_2 (DCA_SPEAKER_LAYOUT_STEREO | DCA_SPEAKER_MASK_Ls | DCA_SPEA…
135 ((mask & DCA_SPEAKER_LAYOUT_STEREO) == DCA_SPEAKER_LAYOUT_STEREO)
Ddca_core.c53 DCA_SPEAKER_LAYOUT_STEREO,
54 DCA_SPEAKER_LAYOUT_STEREO,
55 DCA_SPEAKER_LAYOUT_STEREO,
56 DCA_SPEAKER_LAYOUT_STEREO,
2354 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_core_filter_frame()
2358 s->request_mask = DCA_SPEAKER_LAYOUT_STEREO; in ff_dca_core_filter_frame()
Ddca_xll.c238 c->ch_mask = DCA_SPEAKER_LAYOUT_STEREO; in chs_parse_header()
936 case DCA_SPEAKER_LAYOUT_STEREO: in parse_sub_headers()
1403 if (dca->request_channel_layout == DCA_SPEAKER_LAYOUT_STEREO in ff_dca_xll_filter_frame()
1407 request_mask = DCA_SPEAKER_LAYOUT_STEREO; in ff_dca_xll_filter_frame()
Ddcadec.c352 s->request_channel_layout = DCA_SPEAKER_LAYOUT_STEREO; in dcadec_init()
Ddca_lbr.c1144 if (dca->request_channel_layout != DCA_SPEAKER_LAYOUT_STEREO && !(s->warned & 4)) { in parse_decoder_init()