Searched refs:channel_counts (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libfdk-aacdec.c | 105 int channel_counts[0x24] = { 0 }; in get_stream_info() local 126 if (ctype <= ACT_NONE || ctype >= FF_ARRAY_ELEMS(channel_counts)) { in get_stream_info() 130 channel_counts[ctype]++; in get_stream_info() 135 channel_counts[ACT_FRONT], channel_counts[ACT_SIDE], in get_stream_info() 136 channel_counts[ACT_BACK], channel_counts[ACT_LFE], in get_stream_info() 137 channel_counts[ACT_FRONT_TOP] + channel_counts[ACT_SIDE_TOP] + in get_stream_info() 138 channel_counts[ACT_BACK_TOP] + channel_counts[ACT_TOP]); in get_stream_info() 140 switch (channel_counts[ACT_FRONT]) { in get_stream_info() 157 channel_counts[ACT_FRONT]); in get_stream_info() 161 if (channel_counts[ACT_SIDE] > 0) { in get_stream_info() [all …]
|
D | dca_lbr.c | 110 static const uint8_t channel_counts[7] = { variable 1742 avctx->channels = nchannels = channel_counts[ch_conf]; in ff_dca_lbr_filter_frame()
|
/third_party/ffmpeg/libavfilter/ |
D | buffersink.c | 54 int *channel_counts; ///< list of accepted channel counts, terminated by -1 member 69 int nb_counts = NB_ITEMS(buf->channel_counts); in cleanup_redundant_layouts() 74 if (buf->channel_counts[i] < 64) in cleanup_redundant_layouts() 75 counts |= (uint64_t)1 << buf->channel_counts[i]; in cleanup_redundant_layouts() 267 CHECK_LIST_SIZE(channel_counts) in asink_query_formats() 283 for (i = 0; i < NB_ITEMS(buf->channel_counts); i++) in asink_query_formats() 284 … if ((ret = ff_add_channel_layout(&layouts, FF_COUNT2LAYOUT(buf->channel_counts[i]))) < 0) in asink_query_formats() 321 …{ "channel_counts", "set the supported channel counts", OFFSET(channel_counts), AV_OPT_TYPE_BIN…
|
D | buffersink.h | 120 const int *channel_counts; ///< list of allowed channel counts, terminated by -1 member
|