Searched refs:AV_CH_LAYOUT_6POINT0 (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 236 { 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/ |
D | channel_layout.h | 104 #define AV_CH_LAYOUT_6POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_CENTER) macro
|
D | channel_layout.c | 98 { "6.0", 6, AV_CH_LAYOUT_6POINT0 },
|
/third_party/ffmpeg/libavcodec/ |
D | audiotoolboxenc.c | 219 case AV_CH_LAYOUT_6POINT0: in get_aac_tag() 648 AV_CH_LAYOUT_6POINT0,
|
D | aacenc.h | 253 .layout = AV_CH_LAYOUT_6POINT0,
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1430 case AV_CH_LAYOUT_6POINT0: in init()
|