Searched refs:AV_CH_LAYOUT_4POINT1 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 117 { MOV_CH_LAYOUT_DVD_11, AV_CH_LAYOUT_4POINT1 }, // L, R, C, LFE, Cs 118 { MOV_CH_LAYOUT_AC3_3_1_1, AV_CH_LAYOUT_4POINT1 }, // L, C, R, Cs, LFE 119 { MOV_CH_LAYOUT_DTS_4_1, AV_CH_LAYOUT_4POINT1 }, // C, L, R, Cs, LFE
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 211 #define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY) macro 360 #define AV_CHANNEL_LAYOUT_4POINT1 AV_CHANNEL_LAYOUT_MASK(5, AV_CH_LAYOUT_4POINT1)
|
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 65 AV_CH_LAYOUT_4POINT1, AV_CH_LAYOUT_5POINT1_BACK, 0,
|
/third_party/ffmpeg/libavutil/tests/ |
D | channel_layout.c | 230 CHANNEL_LAYOUT_SUBSET(AV_CH_LAYOUT_4POINT1); in main()
|
/third_party/ffmpeg/tests/ref/fate/ |
D | channel_layout | 109 On 5.1(side) layout with AV_CH_LAYOUT_4POINT1: 0xf
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1432 case AV_CH_LAYOUT_4POINT1: in init()
|