Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_HEXAGONAL (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dopt.c84 …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/
Dmov_chan.c228 { 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/
Dchannel_layout.h106 #define AV_CH_LAYOUT_HEXAGONAL (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_BACK_CENTER) macro
Dchannel_layout.c100 { "hexagonal", 6, AV_CH_LAYOUT_HEXAGONAL },
/third_party/ffmpeg/libavcodec/
Daacenc.h269 .layout = AV_CH_LAYOUT_HEXAGONAL,