Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_6POINT1 (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmov_chan.c248 { 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
Dflacenc_header.c58 channel_layout == AV_CH_LAYOUT_6POINT1 || in ff_flac_is_native_layout()
/third_party/ffmpeg/libavcodec/
Daacdectab.h86 AV_CH_LAYOUT_6POINT1,
Dflac.c39 AV_CH_LAYOUT_6POINT1,
Daudiotoolboxenc.c221 case AV_CH_LAYOUT_6POINT1: in get_aac_tag()
649 AV_CH_LAYOUT_6POINT1,
Daacenc.h277 .layout = AV_CH_LAYOUT_6POINT1,
/third_party/ffmpeg/libavutil/
Dchannel_layout.h107 #define AV_CH_LAYOUT_6POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_CENTER) macro
Dchannel_layout.c101 { "6.1", 7, AV_CH_LAYOUT_6POINT1 },
/third_party/ffmpeg/libavfilter/
Daf_surround.c1433 case AV_CH_LAYOUT_6POINT1: in init()