Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_5POINT1_BACK (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavutil/
Dchannel_layout.h103 #define AV_CH_LAYOUT_5POINT1_BACK (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_LOW_FREQUENCY) macro
108 #define AV_CH_LAYOUT_6POINT1_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_BACK_CENTER)
114 #define AV_CH_LAYOUT_7POINT1_WIDE_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_…
118 #define AV_CH_LAYOUT_22POINT2 (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_…
Dchannel_layout.c96 { "5.1", 6, AV_CH_LAYOUT_5POINT1_BACK },
/third_party/ffmpeg/libavcodec/
Dmlp_parse.c51 AV_CH_LAYOUT_5POINT1_BACK,
56 AV_CH_LAYOUT_5POINT1_BACK,
59 AV_CH_LAYOUT_5POINT1_BACK,
Ds302m.c83 avctx->channel_layout = AV_CH_LAYOUT_5POINT1_BACK; in s302m_parse_frame_header()
86 avctx->channel_layout = AV_CH_LAYOUT_5POINT1_BACK | AV_CH_LAYOUT_STEREO_DOWNMIX; in s302m_parse_frame_header()
Dvorbis_data.c43 AV_CH_LAYOUT_5POINT1_BACK,
Dalac_data.c41 AV_CH_LAYOUT_5POINT1_BACK,
Daacenctab.h53 AV_CH_LAYOUT_5POINT1_BACK,
Daacdectab.h81 AV_CH_LAYOUT_5POINT1_BACK,
Dmlp.c63 AV_CH_LAYOUT_4POINT1, AV_CH_LAYOUT_5POINT1_BACK, 0,
Dtta.c70 AV_CH_LAYOUT_5POINT1_BACK,
71 AV_CH_LAYOUT_5POINT1_BACK|AV_CH_BACK_CENTER,
Daacenc.h245 .layout = AV_CH_LAYOUT_5POINT1_BACK,
Dlibvorbisenc.c152 avctx->channel_layout != AV_CH_LAYOUT_5POINT1_BACK || in libvorbis_setup()
Dlibfdk-aacenc.c448 AV_CH_LAYOUT_5POINT1_BACK,
Datrac3plusdec.c115 avctx->channel_layout = AV_CH_LAYOUT_5POINT1_BACK; in set_channel_params()
Dmlpenc.c637 case AV_CH_LAYOUT_5POINT1_BACK: in mlp_encode_init()
661 case AV_CH_LAYOUT_5POINT1_BACK: in mlp_encode_init()
2396 … (const uint64_t[]) {AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_5POINT0_BACK, AV_CH_LAYOUT_5POINT1_BACK, 0},
/third_party/ffmpeg/libavformat/
Disom.c408 { AV_CH_LAYOUT_5POINT1_BACK, (121<<16) | 6}, // kCAFChannelLayoutTag_MPEG_5_1_A
412 …{ AV_CH_LAYOUT_5POINT1_BACK|AV_CH_LAYOUT_STEREO_DOWNMIX, (130<<16) | 8}, // kCAFChannelLayoutTag_S…
Deacdata.c61 case 0x0414: cdata->channels = 6; channel_layout = AV_CH_LAYOUT_5POINT1_BACK; break; in cdata_read_header()
Ddsfdec.c48 AV_CH_LAYOUT_5POINT1_BACK,
Dmov_chan.c268 … { MOV_CH_LAYOUT_DTS_6_1_B, AV_CH_LAYOUT_5POINT1_BACK | // C, L, R, Rls, Rrs, Ts, LFE
Domadec.c68 AV_CH_LAYOUT_5POINT1_BACK,
/third_party/ffmpeg/libswresample/
Drematrix_template.c91 …STEREO && (s->in_ch_layout == AV_CH_LAYOUT_5POINT1 || s->in_ch_layout == AV_CH_LAYOUT_5POINT1_BACK) in RENAME()
/third_party/ffmpeg/tests/api/
Dapi-flac-test.c249 …uint64_t channel_layouts[] = {AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_5POINT1_BACK, AV_CH_LAYOUT_SURROUN… in main()
/third_party/ffmpeg/libavdevice/
Dalsa.c159 else if (layout == AV_CH_LAYOUT_5POINT1_BACK || layout == AV_CH_LAYOUT_5POINT1) in find_reorder_func()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c123 AV_CH_LAYOUT_5POINT1_BACK ,
/third_party/ffmpeg/libavfilter/
Daf_surround.c1427 case AV_CH_LAYOUT_5POINT1_BACK: in init()
1449 case AV_CH_LAYOUT_5POINT1_BACK: in init()
1462 case AV_CH_LAYOUT_5POINT1_BACK: in init()
1489 case AV_CH_LAYOUT_5POINT1_BACK: in init()

12