Searched refs:AV_CH_LAYOUT_6POINT1_FRONT (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 109 #define AV_CH_LAYOUT_6POINT1_FRONT (AV_CH_LAYOUT_6POINT0_FRONT|AV_CH_LOW_FREQUENCY) macro
|
D | channel_layout.c | 103 { "6.1(front)", 7, AV_CH_LAYOUT_6POINT1_FRONT },
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc.h | 293 .layout = AV_CH_LAYOUT_6POINT1_FRONT,
|
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 266 { MOV_CH_LAYOUT_DTS_6_1_A, AV_CH_LAYOUT_6POINT1_FRONT }, // Lc, Rc, L, R, Ls, Rs, LFE
|