Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_6POINT0 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmov_chan.c236 { MOV_CH_LAYOUT_AUDIOUNIT_6_0, AV_CH_LAYOUT_6POINT0 }, // L, R, Ls, Rs, C, Cs
237 { MOV_CH_LAYOUT_AAC_6_0, AV_CH_LAYOUT_6POINT0 }, // C, L, R, Ls, Rs, Cs
238 { MOV_CH_LAYOUT_EAC3_6_0_A, AV_CH_LAYOUT_6POINT0 }, // L, C, R, Ls, Rs, Cs
/third_party/ffmpeg/libavutil/
Dchannel_layout.h104 #define AV_CH_LAYOUT_6POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_CENTER) macro
Dchannel_layout.c98 { "6.0", 6, AV_CH_LAYOUT_6POINT0 },
/third_party/ffmpeg/libavcodec/
Daudiotoolboxenc.c219 case AV_CH_LAYOUT_6POINT0: in get_aac_tag()
648 AV_CH_LAYOUT_6POINT0,
Daacenc.h253 .layout = AV_CH_LAYOUT_6POINT0,
/third_party/ffmpeg/libavfilter/
Daf_surround.c1430 case AV_CH_LAYOUT_6POINT0: in init()