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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp102 set_channel_count(AVCodecParameters* context, int count) function
175 set_channel_count(fStream->codecpar, format->u.raw_audio.channel_count);
H A DAVCodecEncoder.cpp261 set_channel_count(AVCodecContext* context, int count) function
355 set_channel_count(fCodecContext, fInputFormat.u.raw_audio.channel_count);
H A DAVCodecDecoder.cpp362 set_channel_count(AVCodecContext* context, int count) function
810 set_channel_count(fCodecContext, 2);
812 set_channel_count(fCodecContext, channel_count);

Completed in 46 milliseconds