Searched refs:AV_CH_LAYOUT_6POINT1 (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 248 { MOV_CH_LAYOUT_MPEG_6_1_A, AV_CH_LAYOUT_6POINT1 }, // L, R, C, LFE, Ls, Rs, Cs 249 … { MOV_CH_LAYOUT_AAC_6_1, AV_CH_LAYOUT_6POINT1 }, // C, L, R, Ls, Rs, Cs, LFE 250 { MOV_CH_LAYOUT_EAC3_6_1_A, AV_CH_LAYOUT_6POINT1 }, // L, C, R, Ls, Rs, LFE, Cs 251 { MOV_CH_LAYOUT_DTS_6_1_D, AV_CH_LAYOUT_6POINT1 }, // C, L, R, Ls, Rs, LFE, Cs
|
D | flacenc_header.c | 58 channel_layout == AV_CH_LAYOUT_6POINT1 || in ff_flac_is_native_layout()
|
/third_party/ffmpeg/libavcodec/ |
D | aacdectab.h | 86 AV_CH_LAYOUT_6POINT1,
|
D | flac.c | 39 AV_CH_LAYOUT_6POINT1,
|
D | audiotoolboxenc.c | 221 case AV_CH_LAYOUT_6POINT1: in get_aac_tag() 649 AV_CH_LAYOUT_6POINT1,
|
D | aacenc.h | 277 .layout = AV_CH_LAYOUT_6POINT1,
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 107 #define AV_CH_LAYOUT_6POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_CENTER) macro
|
D | channel_layout.c | 101 { "6.1", 7, AV_CH_LAYOUT_6POINT1 },
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1433 case AV_CH_LAYOUT_6POINT1: in init()
|