Searched defs:channel_layouts (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaac.c | 31 const GstFdkAacChannelLayout channel_layouts[] = { variable
|
/third_party/ffmpeg/libavfilter/ |
D | buffersink.h | 119 const int64_t *channel_layouts; ///< list of allowed channel layouts, terminated by -1 member
|
D | formats.h | 87 uint64_t *channel_layouts; ///< list of channel layouts member
|
D | af_aformat.c | 41 AVFilterChannelLayouts *channel_layouts; member
|
D | formats.c | 172 uint64_t *channel_layouts; in ff_merge_channel_layouts() local 570 AVFilterChannelLayouts *channel_layouts) in ff_set_common_channel_layouts()
|
D | af_channelmap.c | 283 AVFilterChannelLayouts *channel_layouts = NULL; in channelmap_query_formats() local
|
D | buffersrc.c | 360 AVFilterChannelLayouts *channel_layouts = NULL; in query_formats() local
|
D | buffersink.c | 52 int64_t *channel_layouts; ///< list of accepted channel layouts, terminated by -1 member
|
D | avfilter.h | 455 AVFilterChannelLayouts *channel_layouts; member
|
D | avf_showcqt.c | 1329 … static const int64_t channel_layouts[] = { AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_STEREO_DOWNMIX, -1 }; in query_formats() local
|
/third_party/ffmpeg/libavcodec/ |
D | pcm-bluray.c | 57 static const uint32_t channel_layouts[16] = { in pcm_bluray_parse_header() local
|
D | codec.h | 221 …const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown… member
|
D | dca_lbr.c | 114 static const uint16_t channel_layouts[7] = { variable
|
/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 249 …uint64_t channel_layouts[] = {AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_5POINT1_BACK, AV_CH_LAYOUT_SURROUN… in main() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 534 char *sample_fmts, *sample_rates, *channel_layouts; in configure_output_audio_filter() local
|
D | ffmpeg.h | 283 uint64_t *channel_layouts; member
|
D | ffplay.c | 1960 int64_t channel_layouts[2] = { 0, -1 }; in configure_audio_filters() local
|