Searched refs:AV_CH_LAYOUT_6POINT0_FRONT (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 105 #define AV_CH_LAYOUT_6POINT0_FRONT (AV_CH_LAYOUT_2_2|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIG… macro 109 #define AV_CH_LAYOUT_6POINT1_FRONT (AV_CH_LAYOUT_6POINT0_FRONT|AV_CH_LOW_FREQUENCY)
|
D | channel_layout.c | 99 { "6.0(front)", 6, AV_CH_LAYOUT_6POINT0_FRONT },
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc.h | 261 .layout = AV_CH_LAYOUT_6POINT0_FRONT, 357 .layout = AV_CH_LAYOUT_6POINT0_FRONT | AV_CH_BACK_CENTER |
|
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 240 { MOV_CH_LAYOUT_DTS_6_0_A, AV_CH_LAYOUT_6POINT0_FRONT }, // Lc, Rc, L, R, Ls, Rs
|