HomeSort by relevance Sort by last modified time
    Searched refs:channel_layout (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
channel_layout.h 145 * If nb_channels is <= 0, it is guessed from the channel_layout.
150 void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout);
156 void av_bprint_channel_layout(struct AVBPrint *bp, int nb_channels, uint64_t channel_layout);
161 int av_get_channel_layout_nb_channels(uint64_t channel_layout);
169 * Get the index of a channel in channel_layout.
172 * present in channel_layout.
174 * @return index of channel in channel_layout on success, a negative AVERROR
177 int av_get_channel_layout_channel_index(uint64_t channel_layout,
181 * Get the channel with the given index in channel_layout.
183 uint64_t av_channel_layout_extract_channel(uint64_t channel_layout, int index)
    [all...]
frame.h 331 uint64_t channel_layout; member in struct:AVFrame
527 * - nb_samples and channel_layout for audio
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h 35 #include "libavutil/channel_layout.h"
936 * u64le channel_layout
1941 uint64_t channel_layout; member in struct:AVCodecContext
    [all...]

Completed in 1247 milliseconds