Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacdectab.h88 AV_CH_LAYOUT_22POINT2,
Dav3a_parser.c303 channel_layout = AV_CH_LAYOUT_22POINT2; in read_av3a_frame_header()
Daacdec_template.c463 if (layout == AV_CH_LAYOUT_22POINT2) { in sniff_channel_order()
/third_party/ffmpeg/libavutil/
Dchannel_layout.h118 #define AV_CH_LAYOUT_22POINT2 (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_… macro
Dchannel_layout.c112 { "22.2", 24, AV_CH_LAYOUT_22POINT2, },
/third_party/ffmpeg/libswresample/
Drematrix.c144 if (in_ch_layout == AV_CH_LAYOUT_22POINT2 && in swr_build_matrix()
145 out_ch_layout != AV_CH_LAYOUT_22POINT2) { in swr_build_matrix()
/third_party/ffmpeg/doc/
DAPIchanges121 Add AV_CH_LAYOUT_22POINT2 together with its newly required pieces: