Searched refs:AV_CH_LAYOUT_4POINT1 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 221 { MOV_CH_LAYOUT_DVD_11, AV_CH_LAYOUT_4POINT1 }, // L, R, C, LFE, Cs 222 { MOV_CH_LAYOUT_AC3_3_1_1, AV_CH_LAYOUT_4POINT1 }, // L, C, R, Cs, LFE 223 { MOV_CH_LAYOUT_DTS_4_1, AV_CH_LAYOUT_4POINT1 }, // C, L, R, Cs, LFE
|
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 63 AV_CH_LAYOUT_4POINT1, AV_CH_LAYOUT_5POINT1_BACK, 0,
|
D | aacenc.h | 197 .layout = AV_CH_LAYOUT_4POINT1,
|
D | mlpenc.c | 635 case AV_CH_LAYOUT_4POINT1: in mlp_encode_init()
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 97 #define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY) macro
|
D | channel_layout.c | 95 { "4.1", 5, AV_CH_LAYOUT_4POINT1 },
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1421 case AV_CH_LAYOUT_4POINT1: in init()
|