Searched refs:AV_CH_LAYOUT_HEXAGONAL (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | opt.c | 84 …t", OFFSET(channel_layout), AV_OPT_TYPE_CHANNEL_LAYOUT, { .i64 = AV_CH_LAYOUT_HEXAGONAL }, 0, INT6… 140 …("channel_layout=%"PRId64"=%"PRId64"\n", test_ctx.channel_layout, (int64_t)AV_CH_LAYOUT_HEXAGONAL); in main()
|
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 228 { MOV_CH_LAYOUT_HEXAGONAL, AV_CH_LAYOUT_HEXAGONAL }, // L, R, Rls, Rrs, C, Cs 229 { MOV_CH_LAYOUT_DTS_6_0_C, AV_CH_LAYOUT_HEXAGONAL }, // C, Cs, L, R, Rls, Rrs
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 106 #define AV_CH_LAYOUT_HEXAGONAL (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_BACK_CENTER) macro
|
D | channel_layout.c | 100 { "hexagonal", 6, AV_CH_LAYOUT_HEXAGONAL },
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc.h | 269 .layout = AV_CH_LAYOUT_HEXAGONAL,
|