Searched refs:AV_CH_LAYOUT_5POINT0_BACK (Results 1 – 21 of 21) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 102 #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)
|
D | channel_layout.c | 93 { "5.0", 5, AV_CH_LAYOUT_5POINT0_BACK },
|
/third_party/ffmpeg/libavcodec/ |
D | mlp_parse.c | 48 AV_CH_LAYOUT_5POINT0_BACK, 53 AV_CH_LAYOUT_5POINT0_BACK, 58 AV_CH_LAYOUT_5POINT0_BACK,
|
D | vorbis_data.c | 42 AV_CH_LAYOUT_5POINT0_BACK,
|
D | alac_data.c | 40 AV_CH_LAYOUT_5POINT0_BACK,
|
D | aacenctab.h | 52 AV_CH_LAYOUT_5POINT0_BACK,
|
D | aacdectab.h | 80 AV_CH_LAYOUT_5POINT0_BACK,
|
D | mlp.c | 62 AV_CH_LAYOUT_4POINT0, AV_CH_LAYOUT_5POINT0_BACK, AV_CH_LAYOUT_3POINT1,
|
D | aacenc.h | 237 .layout = AV_CH_LAYOUT_5POINT0_BACK,
|
D | libvorbisenc.c | 149 avctx->channel_layout != AV_CH_LAYOUT_5POINT0_BACK || in libvorbis_setup()
|
D | libfdk-aacenc.c | 447 AV_CH_LAYOUT_5POINT0_BACK,
|
D | mlpenc.c | 631 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…
|
D | ac3enc.c | 151 AV_CH_LAYOUT_5POINT0_BACK, 2189 case AV_CH_LAYOUT_5POINT0_BACK: s->channel_mode = AC3_CHMODE_3F2R; break; in set_channel_info()
|
D | mlpdec.c | 627 m->avctx->channel_layout == AV_CH_LAYOUT_5POINT0_BACK) { in read_restart_header()
|
D | flacenc.c | 442 avctx->channel_layout != AV_CH_LAYOUT_5POINT0_BACK || in flac_encode_init()
|
/third_party/ffmpeg/libavformat/ |
D | mov_chan.c | 209 { 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
|
D | dsfdec.c | 47 AV_CH_LAYOUT_5POINT0_BACK,
|
D | isom.c | 406 { AV_CH_LAYOUT_5POINT0_BACK, (117<<16) | 5}, // kCAFChannelLayoutTag_MPEG_5_0_A
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 157 if (layout == AV_CH_LAYOUT_5POINT0_BACK || layout == AV_CH_LAYOUT_5POINT0) in find_reorder_func()
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 122 AV_CH_LAYOUT_5POINT0_BACK ,
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1424 case AV_CH_LAYOUT_5POINT0_BACK: in init()
|