Home
last modified time | relevance | path

Searched refs:channel_counts (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibfdk-aacdec.c117 int channel_counts[0x24] = { 0 }; in get_stream_info() local
143 if (ctype <= ACT_NONE || ctype >= FF_ARRAY_ELEMS(channel_counts)) { in get_stream_info()
147 channel_counts[ctype]++; in get_stream_info()
152 channel_counts[ACT_FRONT], channel_counts[ACT_SIDE], in get_stream_info()
153 channel_counts[ACT_BACK], channel_counts[ACT_LFE], in get_stream_info()
154 channel_counts[ACT_FRONT_TOP] + channel_counts[ACT_SIDE_TOP] + in get_stream_info()
155 channel_counts[ACT_BACK_TO in get_stream_info()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dbuffersink.c56 int *channel_counts; ///< list of accepted channel counts member
74 int nb_counts = NB_ITEMS(buf->channel_counts); in cleanup_redundant_layouts()
79 if (buf->channel_counts[i] < 64) in cleanup_redundant_layouts()
80 counts |= (uint64_t)1 << buf->channel_counts[i]; in cleanup_redundant_layouts()
296 CHECK_LIST_SIZE(channel_counts) in asink_query_formats()
318 for (i = 0; i < NB_ITEMS(buf->channel_counts); i++) { in asink_query_formats()
319 layout = FF_COUNT2LAYOUT(buf->channel_counts[i]); in asink_query_formats()
330 "Conflicting ch_layouts and list of channel_counts/channel_layouts. Ignoring the former\n"); in asink_query_formats()
389 { "channel_counts", "set the supported channel counts (deprecated, use ch_layouts)",
390 OFFSET(channel_counts), AV_OPT_TYPE_BINAR
[all...]
H A Dbuffersink.h61 * - channel_counts (int list),
119 const int *channel_counts; ///< list of allowed channel counts, terminated by -1 member

Completed in 3 milliseconds