Searched refs:AV_CH_LAYOUT_3POINT1 (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 202 { MOV_CH_LAYOUT_DVD_10, AV_CH_LAYOUT_3POINT1 }, // L, R, C, LFE 203 { MOV_CH_LAYOUT_AC3_3_0_1, AV_CH_LAYOUT_3POINT1 }, // L, C, R, LFE 204 { MOV_CH_LAYOUT_DTS_3_1, AV_CH_LAYOUT_3POINT1 }, // C, L, R, LFE
|
/third_party/ffmpeg/libavcodec/ |
D | mlp.c | 62 AV_CH_LAYOUT_4POINT0, AV_CH_LAYOUT_5POINT0_BACK, AV_CH_LAYOUT_3POINT1,
|
D | aacenc.h | 181 .layout = AV_CH_LAYOUT_3POINT1,
|
D | mlpenc.c | 633 case AV_CH_LAYOUT_3POINT1: in mlp_encode_init()
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 95 #define AV_CH_LAYOUT_3POINT1 (AV_CH_LAYOUT_SURROUND|AV_CH_LOW_FREQUENCY) macro
|
D | channel_layout.c | 92 { "3.1", 4, AV_CH_LAYOUT_3POINT1 },
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1415 case AV_CH_LAYOUT_3POINT1: in init() 1459 case AV_CH_LAYOUT_3POINT1: in init()
|