Home
last modified time | relevance | path

Searched refs:get_channel_count (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp250 get_channel_count(AVCodecContext* context) in get_channel_count() function
357 rawBitRate = fCodecContext->sample_rate * get_channel_count(fCodecContext) in _Setup()
600 int count = avcodec_fill_audio_frame(fFrame, get_channel_count(fCodecContext),
H A DAVCodecDecoder.cpp355 get_channel_count(AVCodecContext* context) in get_channel_count() function
406 outputAudioFormat.channel_count = get_channel_count(fCodecContext); in _NegotiateAudioOutputFormat()
979 for (int j = 0; j < get_channel_count(fCodecContext); j++) { in _MoveAudioFramesToRawDecodedAudioAndUpdateStartTimes()
1008 codecContext->channels = get_channel_count(fCodecContext); in _MoveAudioFramesToRawDecodedAudioAndUpdateStartTimes()
H A DAVFormatReader.cpp967 get_channel_count(AVCodecParameters* context) in get_channel_count() function
1097 format->u.raw_audio.channel_count = get_channel_count(codecParams); in Init()
1122 format->u.encoded_audio.output.channel_count = get_channel_count(codecParams); in Init()
1137 = codecParams->frame_size * get_channel_count(codecParams) in Init()