Searched refs:AV_CH_LAYOUT_7POINT1 (Results 1 – 25 of 27) sorted by relevance
12
/third_party/ffmpeg/libavcodec/ |
D | vorbis_data.c | 45 AV_CH_LAYOUT_7POINT1,
|
D | dolby_e_parser.c | 49 avctx->channel_layout = AV_CH_LAYOUT_7POINT1; in dolby_e_parse()
|
D | aacenctab.h | 54 AV_CH_LAYOUT_7POINT1,
|
D | pcm-bluray.c | 61 AV_CH_LAYOUT_7POINT1, 0, 0, 0, 0 in pcm_bluray_parse_header() 265 case AV_CH_LAYOUT_7POINT1: in pcm_bluray_decode_frame()
|
D | aacdectab.h | 87 AV_CH_LAYOUT_7POINT1,
|
D | atrac9tab.h | 71 .channel_layout = AV_CH_LAYOUT_7POINT1,
|
D | libfdk-aacenc.c | 196 if (avctx->channel_layout == AV_CH_LAYOUT_7POINT1) { in aac_encode_init() 451 AV_CH_LAYOUT_7POINT1,
|
D | pcm-dvdenc.c | 186 AV_CH_LAYOUT_7POINT1,
|
D | flac.c | 40 AV_CH_LAYOUT_7POINT1
|
D | av3a_parser.c | 287 channel_layout = AV_CH_LAYOUT_7POINT1; in read_av3a_frame_header()
|
D | aacenc.h | 317 .layout = AV_CH_LAYOUT_7POINT1,
|
D | libvorbisenc.c | 156 avctx->channel_layout != AV_CH_LAYOUT_7POINT1) { in libvorbis_setup()
|
D | atrac3plusdec.c | 132 avctx->channel_layout = AV_CH_LAYOUT_7POINT1; in set_channel_params()
|
D | audiotoolboxenc.c | 227 case AV_CH_LAYOUT_7POINT1: in get_aac_tag()
|
/third_party/ffmpeg/libavformat/ |
D | flacenc_header.c | 59 channel_layout == AV_CH_LAYOUT_7POINT1) in ff_flac_is_native_layout()
|
D | mov_chan.c | 291 …{ MOV_CH_LAYOUT_MPEG_7_1_C, AV_CH_LAYOUT_7POINT1 }, // L, R, C, LFE, Ls, Rs, Rls,… 292 …{ MOV_CH_LAYOUT_EAC3_7_1_A, AV_CH_LAYOUT_7POINT1 }, // L, C, R, Ls, Rs, LFE, Rls,…
|
D | isom.c | 410 { AV_CH_LAYOUT_7POINT1, (128<<16) | 8}, // kCAFChannelLayoutTag_MPEG_7_1_C
|
D | omadec.c | 70 AV_CH_LAYOUT_7POINT1
|
/third_party/ffmpeg/libavutil/ |
D | channel_layout.h | 112 #define AV_CH_LAYOUT_7POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT) macro
|
D | channel_layout.c | 106 { "7.1", 8, AV_CH_LAYOUT_7POINT1 },
|
/third_party/ffmpeg/libswresample/ |
D | rematrix_template.c | 97 if( s->out_ch_layout == AV_CH_LAYOUT_STEREO && s->in_ch_layout == AV_CH_LAYOUT_7POINT1 in RENAME()
|
/third_party/ffmpeg/libavresample/tests/ |
D | avresample.c | 186 AV_CH_LAYOUT_7POINT1,
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 161 else if (layout == AV_CH_LAYOUT_7POINT1) in find_reorder_func()
|
/third_party/ffmpeg/libswresample/tests/ |
D | swresample.c | 125 AV_CH_LAYOUT_7POINT1 ,
|
/third_party/ffmpeg/libavfilter/ |
D | af_surround.c | 1439 case AV_CH_LAYOUT_7POINT1: in init() 1472 case AV_CH_LAYOUT_7POINT1: in init() 1482 case AV_CH_LAYOUT_7POINT1: in init() 1492 case AV_CH_LAYOUT_7POINT1: in init()
|
12