Searched defs:channel_layouts (Results 1 – 15 of 15) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | buffersink.h | 83 const int64_t *channel_layouts; ///< list of allowed channel layouts, terminated by -1 member
|
D | formats.h | 86 uint64_t *channel_layouts; ///< list of channel layouts member
|
D | af_aformat.c | 41 AVFilterChannelLayouts *channel_layouts; member
|
D | af_channelmap.c | 284 AVFilterChannelLayouts *channel_layouts = NULL; in channelmap_query_formats() local
|
D | buffersink.c | 52 int64_t *channel_layouts; ///< list of accepted channel layouts, terminated by -1 member
|
D | buffersrc.c | 382 AVFilterChannelLayouts *channel_layouts = NULL; in query_formats() local
|
D | avf_showcqt.c | 1329 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 | 214 …const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown… member
|
D | dca_lbr.c | 113 static const uint16_t channel_layouts[7] = { variable
|
/third_party/ffmpeg/tests/api/ |
D | api-flac-test.c | 244 …uint64_t channel_layouts[] = {AV_CH_LAYOUT_STEREO, AV_CH_LAYOUT_5POINT1_BACK, AV_CH_LAYOUT_SURROUN… in main() local
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacenc.c | 63 } channel_layouts[] = { variable
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_filter.c | 556 char *sample_fmts, *sample_rates, *channel_layouts; in configure_output_audio_filter() local
|
D | ffmpeg.h | 277 uint64_t *channel_layouts; member
|
D | ffplay.c | 1963 int64_t channel_layouts[2] = { 0, -1 }; in configure_audio_filters() local
|