Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmov_chan.c221 { MOV_CH_LAYOUT_DVD_11, AV_CH_LAYOUT_4POINT1 }, // L, R, C, LFE, Cs
222 { MOV_CH_LAYOUT_AC3_3_1_1, AV_CH_LAYOUT_4POINT1 }, // L, C, R, Cs, LFE
223 { MOV_CH_LAYOUT_DTS_4_1, AV_CH_LAYOUT_4POINT1 }, // C, L, R, Cs, LFE
/third_party/ffmpeg/libavcodec/
Dmlp.c63 AV_CH_LAYOUT_4POINT1, AV_CH_LAYOUT_5POINT1_BACK, 0,
Daacenc.h197 .layout = AV_CH_LAYOUT_4POINT1,
Dmlpenc.c635 case AV_CH_LAYOUT_4POINT1: in mlp_encode_init()
/third_party/ffmpeg/libavutil/
Dchannel_layout.h97 #define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY) macro
Dchannel_layout.c95 { "4.1", 5, AV_CH_LAYOUT_4POINT1 },
/third_party/ffmpeg/libavfilter/
Daf_surround.c1421 case AV_CH_LAYOUT_4POINT1: in init()