Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_4POINT1 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmov_chan.c117 { MOV_CH_LAYOUT_DVD_11, AV_CH_LAYOUT_4POINT1 }, // L, R, C, LFE, Cs
118 { MOV_CH_LAYOUT_AC3_3_1_1, AV_CH_LAYOUT_4POINT1 }, // L, C, R, Cs, LFE
119 { MOV_CH_LAYOUT_DTS_4_1, AV_CH_LAYOUT_4POINT1 }, // C, L, R, Cs, LFE
/third_party/ffmpeg/libavutil/
Dchannel_layout.h211 #define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY) macro
360 #define AV_CHANNEL_LAYOUT_4POINT1 AV_CHANNEL_LAYOUT_MASK(5, AV_CH_LAYOUT_4POINT1)
/third_party/ffmpeg/libavcodec/
Dmlp.c65 AV_CH_LAYOUT_4POINT1, AV_CH_LAYOUT_5POINT1_BACK, 0,
/third_party/ffmpeg/libavutil/tests/
Dchannel_layout.c230 CHANNEL_LAYOUT_SUBSET(AV_CH_LAYOUT_4POINT1); in main()
/third_party/ffmpeg/tests/ref/fate/
Dchannel_layout109 On 5.1(side) layout with AV_CH_LAYOUT_4POINT1: 0xf
/third_party/ffmpeg/libavfilter/
Daf_surround.c1432 case AV_CH_LAYOUT_4POINT1: in init()