Searched refs:AV_CH_LAYOUT_2POINT1 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 61 AV_CH_LAYOUT_QUAD, AV_CH_LAYOUT_2POINT1, AV_CH_LAYOUT_SURROUND,
|
D | aacenc.h | 157 .layout = AV_CH_LAYOUT_2POINT1,
|
D | mlpenc.c | 625 case AV_CH_LAYOUT_2POINT1: in mlp_encode_init()
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 92 #define AV_CH_LAYOUT_2POINT1 (AV_CH_LAYOUT_STEREO|AV_CH_LOW_FREQUENCY) macro
|
D | channel_layout.c | 86 { "2.1", 3, AV_CH_LAYOUT_2POINT1 },
|
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 182 { MOV_CH_LAYOUT_DVD_4, AV_CH_LAYOUT_2POINT1 }, // L, R, LFE
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1409 case AV_CH_LAYOUT_2POINT1: in init() 1446 case AV_CH_LAYOUT_2POINT1: in init()
|