Home
last modified time | relevance | path

Searched refs:AV_CH_LAYOUT_5POINT0_BACK (Results 1 – 21 of 21) sorted by relevance

/third_party/ffmpeg/libavutil/
Dchannel_layout.h102 #define AV_CH_LAYOUT_5POINT0_BACK (AV_CH_LAYOUT_SURROUND|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) macro
103 #define AV_CH_LAYOUT_5POINT1_BACK (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_LOW_FREQUENCY)
106 #define AV_CH_LAYOUT_HEXAGONAL (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_BACK_CENTER)
Dchannel_layout.c93 { "5.0", 5, AV_CH_LAYOUT_5POINT0_BACK },
/third_party/ffmpeg/libavcodec/
Dmlp_parse.c48 AV_CH_LAYOUT_5POINT0_BACK,
53 AV_CH_LAYOUT_5POINT0_BACK,
58 AV_CH_LAYOUT_5POINT0_BACK,
Dvorbis_data.c42 AV_CH_LAYOUT_5POINT0_BACK,
Dalac_data.c40 AV_CH_LAYOUT_5POINT0_BACK,
Daacenctab.h52 AV_CH_LAYOUT_5POINT0_BACK,
Daacdectab.h80 AV_CH_LAYOUT_5POINT0_BACK,
Dmlp.c62 AV_CH_LAYOUT_4POINT0, AV_CH_LAYOUT_5POINT0_BACK, AV_CH_LAYOUT_3POINT1,
Daacenc.h237 .layout = AV_CH_LAYOUT_5POINT0_BACK,
Dlibvorbisenc.c149 avctx->channel_layout != AV_CH_LAYOUT_5POINT0_BACK || in libvorbis_setup()
Dlibfdk-aacenc.c447 AV_CH_LAYOUT_5POINT0_BACK,
Dmlpenc.c631 case AV_CH_LAYOUT_5POINT0_BACK: in mlp_encode_init()
655 case AV_CH_LAYOUT_5POINT0_BACK: in mlp_encode_init()
2396 ….channel_layouts = (const uint64_t[]) {AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_5POINT0_BACK, AV_C…
Dac3enc.c151 AV_CH_LAYOUT_5POINT0_BACK,
2189 case AV_CH_LAYOUT_5POINT0_BACK: s->channel_mode = AC3_CHMODE_3F2R; break; in set_channel_info()
Dmlpdec.c627 m->avctx->channel_layout == AV_CH_LAYOUT_5POINT0_BACK) { in read_restart_header()
Dflacenc.c442 avctx->channel_layout != AV_CH_LAYOUT_5POINT0_BACK || in flac_encode_init()
/third_party/ffmpeg/libavformat/
Dmov_chan.c209 { MOV_CH_LAYOUT_PENTAGONAL, AV_CH_LAYOUT_5POINT0_BACK }, // L, R, Rls, Rrs, C
242 { MOV_CH_LAYOUT_DTS_6_0_B, AV_CH_LAYOUT_5POINT0_BACK | // C, L, R, Rls, Rrs, Ts
Ddsfdec.c47 AV_CH_LAYOUT_5POINT0_BACK,
Disom.c406 { AV_CH_LAYOUT_5POINT0_BACK, (117<<16) | 5}, // kCAFChannelLayoutTag_MPEG_5_0_A
/third_party/ffmpeg/libavdevice/
Dalsa.c157 if (layout == AV_CH_LAYOUT_5POINT0_BACK || layout == AV_CH_LAYOUT_5POINT0) in find_reorder_func()
/third_party/ffmpeg/libswresample/tests/
Dswresample.c122 AV_CH_LAYOUT_5POINT0_BACK ,
/third_party/ffmpeg/libavfilter/
Daf_surround.c1424 case AV_CH_LAYOUT_5POINT0_BACK: in init()